Type Property 型プロパティ

hyphenationFactor

The hyphenation factor of the document. 書類のハイフネーション因子。

Declaration 宣言

static let hyphenationFactor: NSAttributedString.DocumentAttributeKey

Discussion 議論

The value of this attribute is an NSNumber object containing a float. A value of 0 indicates that hyphenation is off, and a value of 1 indicates full hyphenation. この属性の値は、あるfloatを含んでいるNSNumberオブジェクトです。0の値はハイフネーション(分綴)がオフであることを指し示します、そして1の値は完全なハイフネーションを指し示します。

The string constant in macOS 10.3 and earlier is @"HyphenationFactor". macOS 10.3以前での文字列定数は、@"HyphenationFactor"です。

See Also 参照

Keys キー