Initializer
init(rtf:documentAttributes:)
Creates an attributed string by decoding the stream of RTF commands and data in the specified data object.
属性付き文字列をRTFコマンドそれらからなるストリームと指定されたデータオブジェクトの中のデータをデコードすることによって作成します。
Return Value
戻り値
Returns an initialized object, or nil
if the data can’t be decoded.
初期化されたオブジェクトを、またはnil
をデータがデコードできないならば返します。
Discussion
議論
Also returns by reference in dict
a dictionary containing document-level attributes described in NSAttributedString.DocumentAttributeKey
. dict
may be NULL
, in which case no document attributes are returned. Returns an initialized object, or nil
if data
can’t be decoded.
またdict
において、NSAttributedString.DocumentAttributeKey
において記述される書類レベルの属性を含んでいる辞書を参照によって返します。dict
はNULL
かもしれません、その場合には書類属性は返されません。初期化されたオブジェクトを、またはnil
をdata
がデコードできないならば返します。
See Also
参照
Creating an Attributed String
属性付き文字列を作成する
init(string: String)
Creates an attributed string with the characters of the specified string and no attribute information.
属性付き文字列をこの指定された文字列の文字それらと属性情報なしで作成します。