Type Property 型プロパティ

paragraphStyle

The paragraph style of the text. テキストの段落スタイル。

Declaration 宣言

static let paragraphStyle: NSAttributedString.Key

Discussion 議論

The value of this attribute is an NSParagraphStyle object. Use this attribute to apply multiple attributes to a range of text. If you do not specify this attribute, the string uses the default paragraph attributes, as returned by the default method of NSParagraphStyle. この属性の値は、NSParagraphStyleオブジェクトです。この属性を使って、複数の属性をある範囲のテキストに適用してください。あなたがこの属性を指定しないならば、文字列は省略時の段落属性を使います、defaultメソッドによってNSParagraphStyleにおいて返されるような。

See Also 参照

Keys キー