Instance Property
インスタンスプロパティ
style
The formatting style of the receiver.
レシーバの書式設定スタイル。
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.long
とPersonNameComponentsFormatter.Style.abbreviated
を含みます。
See Also
参照
Configuring Formatter Behavior
フォーマッタ挙動を構成設定する
var isPhonetic: Bool
A Boolean value that specifies whether the receiver should use only the phonetic representations of name components. false
by default.
あるブール値、それはレシーバが名前構成要素の発音に関する表現のみを使うべきかどうかを指定します。省略時ではfalse
。