Initializer
init(rtfdFileWrapper:documentAttributes:)
Creates an attributed string from the specified file wrapper that contains an RTFD document.
属性付き文字列をRTFD書類を含む指定されたファイルラッパーから作成します。
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 wrapper
can’t be interpreted as an RTFD document.
またdict
において、NSAttributedString.DocumentAttributeKey
において記述される書類レベルの属性を含んでいる辞書を参照によって返します。dict
はNULL
かもしれません、その場合には書類属性は返されません。初期化されたオブジェクトを、またはnil
をwrapper
がRTFD書類として解釈できないならば返します。
See Also
参照
Creating an Attributed String
属性付き文字列を作成する
init(string: String)
Creates an attributed string with the characters of the specified string and no attribute information.
属性付き文字列をこの指定された文字列の文字それらと属性情報なしで作成します。