init(string: String)
Creates an attributed string with the characters of the specified string and no attribute information.
属性付き文字列をこの指定された文字列の文字それらと属性情報なしで作成します。
init(string: String, attributes: [NSAttributedString.Key : Any]?)
Creates an attributed string with the specified string and attributes.
属性付き文字列をこの指定された文字列と属性で作成します。
init(data: Data, options: [NSAttributedString.DocumentReadingOptionKey : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the data in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のデータから作成します。
init?(docFormat : Data, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from Microsoft Word format data in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のMicrosoft Word形式データから作成します。
init?(html: Data, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the HTML in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLから作成します。
init?(html: Data, baseURL : URL, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the HTML in the specified data object and base URL.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLとベースURLから作成します。
init?(html: Data, options: [NSAttributedString.DocumentReadingOptionKey : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the HTML in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLから作成します。
init?(rtf: Data, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string by decoding the stream of RTF commands and data in the specified data object.
属性付き文字列をRTFコマンドそれらからなるストリームと指定されたデータオブジェクトの中のデータをデコードすることによって作成します。
init?(rtfd: Data, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string by decoding the stream of RTFD commands and data in the specified data object.
属性付き文字列をRTFDコマンドそれらからなるストリームと指定されたデータオブジェクトの中のデータをデコードすることによって作成します。
init?(rtfdFileWrapper : FileWrapper, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the specified file wrapper that contains an RTFD document.
属性付き文字列をRTFD書類を含む指定されたファイルラッパーから作成します。
init(url: URL, options: [NSAttributedString.DocumentReadingOptionKey : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Creates an attributed string from the contents of the specified URL.
属性付き文字列をこの指定されたURLの内容から作成します。
init(attachment: NSTextAttachment)
Creates an attributed string with an attachment.
属性付文字列を添付書類付で作成します。