- initWithString:
Creates an attributed string with the characters of the specified string and no attribute information.
属性付き文字列をこの指定された文字列の文字それらと属性情報なしで作成します。
- initWithString:attributes:
Creates an attributed string with the specified string and attributes.
属性付き文字列をこの指定された文字列と属性で作成します。
- initWithData:options:documentAttributes:error:
Creates an attributed string from the data in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のデータから作成します。
- initWithDocFormat:documentAttributes:
Creates an attributed string from Microsoft Word format data in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のMicrosoft Word形式データから作成します。
- initWithHTML:documentAttributes:
Creates an attributed string from the HTML in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLから作成します。
- initWithHTML:baseURL:documentAttributes:
Creates an attributed string from the HTML in the specified data object and base URL.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLとベースURLから作成します。
- initWithHTML:options:documentAttributes:
Creates an attributed string from the HTML in the specified data object.
属性付き文字列をこの指定されたデータオブジェクトの中のHTMLから作成します。
- initWithRTF:documentAttributes:
Creates an attributed string by decoding the stream of RTF commands and data in the specified data object.
属性付き文字列をRTFコマンドそれらからなるストリームと指定されたデータオブジェクトの中のデータをデコードすることによって作成します。
- initWithRTFD:documentAttributes:
Creates an attributed string by decoding the stream of RTFD commands and data in the specified data object.
属性付き文字列をRTFDコマンドそれらからなるストリームと指定されたデータオブジェクトの中のデータをデコードすることによって作成します。
- initWithRTFDFileWrapper:documentAttributes:
Creates an attributed string from the specified file wrapper that contains an RTFD document.
属性付き文字列をRTFD書類を含む指定されたファイルラッパーから作成します。
- initWithURL:options:documentAttributes:error:
Creates an attributed string from the contents of the specified URL.
属性付き文字列をこの指定されたURLの内容から作成します。
+ attributedStringWithAttachment:
Creates an attributed string with an attachment.
属性付文字列を添付書類付で作成します。