init?(path: String, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Initializes a new attribute string object from RTF or RTFD data in the file at the specified path.
指定されたパスでのファイルの中のRTFまたはRTFDデータから新しい属性文字列オブジェクトを初期化します。
init?(url: URL, documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Initializes a new attributed string object from the data at the specified URL.
指定されたURLでのデータから新しい属性付文字列オブジェクトを初期化します。
init(fileURL : URL, options: [AnyHashable : Any], documentAttributes : AutoreleasingUnsafeMutablePointer<NSDictionary?>?)
Initializes a new attributed string object from the data at the specified URL.
指定されたURLでのデータから新しい属性付文字列オブジェクトを初期化します。