Paragraph.html |
A named style that remembers paragraph attributes.
Go to Property Listing | Method Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The character properties for the text range. |
||
read/write |
The paragraph style's name. |
||
readonly |
The paragraph properties for the text range. |
||
readonly |
The object's container. |
||
readonly |
The class name of the object. |
ParagraphStyle add ()
Adds an element.
undefined applyTo (textItem:Varies, [clearingOverrides:Boolean=Boolean])
Apply the paragraph style to text object(s)
Parameter |
Type |
Description |
---|---|---|
textItem |
Varies |
The text object(s) to apply the style to. |
clearingOverrides |
Whether to clear any text attributes before apply the style. (default: false) |
undefined clear ()
Remove all the attributes from this paragraph style.
undefined remove ()
Deletes this object.
undefined removeAll ()
Deletes all elements.