ParagraphStyles
A collection of paragraph styles.
ParagraphStyles Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of ParagraphStyles. |
| Item |
Object |
read |
Returns the ParagraphStyle with the specified index or name as Long or String. |
ParagraphStyles Methods
| Method |
Returns |
Description |
| Add |
ParagraphStyle |
Create a new ParagraphStyle. |
| AnyItem |
Object |
Returns any ParagraphStyle. |
| FirstItem |
Object |
Returns the first ParagraphStyle. |
| ItemByID |
Object |
Returns the ParagraphStyle with the specified ID. |
| ItemByRange |
Objects |
Returns the ParagraphStyles within the specified range. |
| LastItem |
Object |
Returns the last ParagraphStyle. |
| MiddleItem |
Object |
Returns the middle ParagraphStyle. |
| NextItem |
Object |
Returns the next ParagraphStyle. |
| PreviousItem |
Object |
Returns the previous ParagraphStyle. |