Deprecated Symbols
非推奨シンボル
Migrate your code away from using these symbols.
あなたのコードをこれらシンボルを使うことから他に移行してください。
Topics
話題
Deprecated Initializers
非推奨イニシャライザ
- initWithPath:documentAttributes:
Initializes a new attribute string object from RTF or RTFD data in the file at the specified path.
指定されたパスでのファイルの中のRTFまたはRTFDデータから新しい属性文字列オブジェクトを初期化します。
Deprecated
非推奨
- initWithURL:documentAttributes:
Initializes a new attributed string object from the data at the specified URL.
指定されたURLでのデータから新しい属性付文字列オブジェクトを初期化します。
Deprecated
非推奨
Deprecated Properties
非推奨プロパティ
+ textFileTypes
Returns an array of strings that represent file types that can be loaded as text.
テキストとしてロードされることができるファイル型を表す文字列それらからなるある配列を返します。
Deprecated
非推奨
+ textUnfilteredFileTypes
Returns an array of strings that represent file types that can be loaded as a text.
テキストとしてロードされることができるファイル型を表す文字列それらからなるある配列を返します。
Deprecated
非推奨
+ textPasteboardTypes
Returns an array of pasteboard types that can be loaded as text.
ペーストボード型それらからなるある配列を返します、それはテキストとしてロードできます。
Deprecated
非推奨
+ textUnfilteredPasteboardTypes
Returns an array of pasteboard types that can be loaded as text.
ペーストボード型それらからなるある配列を返します、それはテキストとしてロードできます。
Deprecated
非推奨
containsAttachments
A Boolean value that indicates whether the attribute string contains any attachment attributes.
属性文字列が何らかの添付属性を含むかどうかを指し示しているブール値。
Deprecated
非推奨
Deprecated Enumerations
非推奨列挙
Deprecated Constants
非推奨定数
NSUnderlineByWordMask
Draw the underline only underneath words, not underneath whitespace.
アンダーラインを単語の底面にのみ描画します、空白の底面にはしません。
Deprecated
非推奨
Deprecated Instance Methods
非推奨インスタンス メソッド
- URLAtIndex:effectiveRange:
Returns a URL, either from a link attribute or from text at the specified location that appears to be a URL string, for use in automatic link detection.
URLを返します、リンク属性からまたはURL文字列のように見える指定された場所でのテキストからのどちらかで、自動リンク検出において使うために。
Deprecated
非推奨
- drawWithRect:options:
Draws the attributed string with the specified options within the specified rectangle in the current graphics context.
属性つき文字列をこの指定されたオプションでこの指定された矩形の内部に現在のグラフィック文脈で描画します。
Deprecated
非推奨
- boundingRectWithSize:options:
Calculates and returns a bounding rectangle for the attributed string using the options specified within the specified rectangle in the current graphics context.
属性つき文字列に対する境界矩形をこの指定されたオプションを使ってこの指定された矩形の内部に現在のグラフィック文脈で計算して返します。
Deprecated
非推奨