Contents

rangesForUserParagraphAttributeChange

An array containing the ranges of characters affected by a method that changes paragraph (not character) attributes.

Declaration

var rangesForUserParagraphAttributeChange: [NSValue]? { get }

Discussion

For rich text these ranges are typically calculated by extending the range of the selection to paragraph boundaries. For plain text the range is the entire contents of the receiver.

See Also

Related Documentation

Customizing subclass behaviors