func data(from: NSRange, documentAttributes : [NSAttributedString.DocumentAttributeKey : Any]) -> Data
Returns a data object that contains a text stream corresponding to the characters and attributes within the specified range.
指定された範囲内の文字および属性いくらかに一致するテキストストリームを含んでいるデータオブジェクトを返します。
func fileWrapper (from: NSRange, documentAttributes : [NSAttributedString.DocumentAttributeKey : Any]) -> FileWrapper
Returns a file wrapper object that contains a text stream corresponding to the characters and attributes within the specified range.
指定された範囲内の文字および属性いくらかに一致するテキストストリームを含んでいるファイルラッパーオブジェクトを返します。
func rtf(from: NSRange, documentAttributes : [NSAttributedString.DocumentAttributeKey : Any]) -> Data?
Returns a data object that contains an RTF stream corresponding to the characters and attributes within the specified range, omitting all attachment attributes.
指定された範囲内の文字および属性それらに一致するRTFストリームを含んでいるデータオブジェクトを返します、すべての添付書類属性を省きます。
func rtfd(from: NSRange, documentAttributes : [NSAttributedString.DocumentAttributeKey : Any]) -> Data?
Returns a data object that contains an RTFD stream corresponding to the characters and attributes within the specified range.
指定された範囲内の文字および属性いくらかに一致するRTFDストリームを含んでいるデータオブジェクトを返します。
func rtfdFileWrapper (from: NSRange, documentAttributes : [NSAttributedString.DocumentAttributeKey : Any]) -> FileWrapper?
Returns a file wrapper object that contains an RTFD document corresponding to the characters and attributes within the specified range.
指定された範囲内の文字および属性いくらかに一致するRTFD書類を含んでいるファイルラッパーオブジェクトを返します。