Enumeration Case 列挙ケース

NSFormattingContextDynamic

A formatting context determined automatically at runtime. 実行時に自動的に決定された書式設定文脈。

Declaration 宣言

NSFormattingContextDynamic = 1

Discussion 議論

A NSFormattingContextDynamic context is automatically determined to be one of the following: NSFormattingContextStandalone, NSFormattingContextBeginningOfSentence, or NSFormattingContextMiddleOfSentence. あるNSFormattingContextDynamic前後関係は、自動的に以下の1つであると判定されます:NSFormattingContextStandaloneNSFormattingContextBeginningOfSentence、またはNSFormattingContextMiddleOfSentence

When used in combination with stringWithFormat:, the formatter returns a string proxy, formats the string using NSFormattingContextUnknown, determines context based on the proxy string’s location, and then reformats the string accordingly. stringWithFormat:との組み合わせで使われる場合、フォーマッタは文字列プロキシを返して、文字列をNSFormattingContextUnknownを使って書式設定して、前後関係をそのプロキシ文字列の持つ場所に基づき決定して、それからそれに沿って文字列を再度書式設定します。