Instance Method インスタンスメソッド

setAlignment(_:range:)

Sets the alignment characteristic of the paragraph style attribute for the characters in aRange to alignment. aRangeの中の文字に対する段落スタイル属性の整列特性をalignmentに設定します。

Declaration 宣言

func setAlignment(_ alignment: NSTextAlignment, 
            range: NSRange)

Parameters パラメータ

alignment

The alignment to use. 使用する整列。

aRange

The range of characters. 文字の範囲。

Discussion 議論

When attribute fixing takes place, this change will affect only paragraphs whose first character was included in aRange. Raises an rangeException if any part of aRange lies beyond the end of the receiver’s characters. 属性の修正が生じる場合、この変化は最初の文字がaRangeに含まれた段落にのみ影響します。rangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Changing Attributes

Related Documentation 関連文書