Instance Property インスタンスプロパティ

style

The formatting style of the receiver. レシーバの書式設定スタイル。

Declaration 宣言

var style: PersonNameComponentsFormatter.Style { get set }

Discussion 議論

Styles specify which name components are used to create a string representation, and how. Examples of name components formatter styles include PersonNameComponentsFormatter.Style.long and PersonNameComponentsFormatter.Style.abbreviated. スタイルは、どの名前構成要素が文字列表現を作成するのに使われるか、そしてどうやってかを指定します。名前構成要素フォーマッタスタイルの例は、PersonNameComponentsFormatter.Style.longPersonNameComponentsFormatter.Style.abbreviatedを含みます。

See Also 参照

Configuring Formatter Behavior フォーマッタ挙動を構成設定する