Instance Method
setBaseWritingDirection:range:
Sets the base writing direction for the characters in range
to writingDirection
.
Parameters
writingDirection
The writing direction to use.
range
See Also
Changing attributes
- setAttributes:range:
Sets the attributes for the characters in the specified range to the specified attributes.
- setAlignment:range:
Sets the alignment characteristic of the paragraph style attribute for the characters in aRange
to alignment
.
- subscriptRange:
Decrements the value of the superscript attribute for characters in aRange
by 1.
- superscriptRange:
Increments the value of the superscript attribute for characters in aRange
by 1.
- unscriptRange:
Removes the superscript attribute from the characters in aRange
.