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

rulerAttributes(in:)

Returns the ruler (paragraph) attributes in effect for the characters within the specified range. 指定された範囲内の文字に効果を持つルーラー(段落)属性を返します。

Declaration 宣言

func rulerAttributes(in range: NSRange) -> [NSAttributedString.Key : Any]

Parameters パラメータ

aRange

The range. その範囲。

Return Value 戻り値

A dictionary containing the ruler attributes in the range. その範囲の中のルーラー属性を含んでいる辞書。

Discussion 議論

The only ruler attribute currently defined is that named by paragraphStyle. Use this method to obtain attributes that are to be copied or pasted with “copy ruler” operations. 唯一の現在定義されるルーラー属性は、paragraphStyleによって指名されるものです。このメソッドを使って、「ルーラーをコピー」操作でコピーされるまたは渡されることになる属性を取得してください。

Raises an rangeException if any part of aRange lies beyond the end of the receiver’s characters. rangeExceptionを引き起こします、もしaRangeの何らかの部分がレシーバの持つ文字の終わりを越えているならば。

See Also 参照

Retrieving Font Attribute Information フォント属性情報を回収する