ParagraphStyles
A collection of paragraph styles.
ParagraphStyles Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the paragraph style with the specified index or name. |
| length |
Long |
read |
The number of paragraph styles in the collection. |
ParagraphStyles Methods
| Method |
Returns |
Description |
| add |
ParagraphStyle |
Create a new paragraph style. |
| anyItem |
Object |
Returns any paragraph style. |
| firstItem |
Object |
Returns the first paragraph style. |
| itemByID |
Object |
Returns the paragraph style with the specified ID. |
| itemByRange |
Objects |
Returns the paragraph styles within the specified range. |
| lastItem |
Object |
Returns the last paragraph style. |
| middleItem |
Object |
Returns the middle paragraph style. |
| nextItem |
Object |
Returns the next paragraph style. |
| previousItem |
Object |
Returns the previous paragraph style. |