ParagraphStyleGroups
See also ParagraphStyleGroup.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
ParagraphStyleGroup [] (index:
number)
Returns the ParagraphStyleGroup with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
ParagraphStyleGroup add ([withProperties:
Object])
Creates a new ParagraphStyleGroup.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new ParagraphStyleGroup (Optional) |
ParagraphStyleGroup anyItem ()
Returns any ParagraphStyleGroup in the collection.
number count ()
Displays the number of elements in the ParagraphStyleGroup.
Array of ParagraphStyleGroup everyItem ()
Returns every ParagraphStyleGroup in the collection.
ParagraphStyleGroup firstItem ()
Returns the first ParagraphStyleGroup in the collection.
ParagraphStyleGroup item (index:
varies)
Returns the ParagraphStyleGroup with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
ParagraphStyleGroup itemByID (id:
number)
Returns the ParagraphStyleGroup with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
ParagraphStyleGroup itemByName (name:
string)
Returns the ParagraphStyleGroup with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of ParagraphStyleGroup itemByRange (from:
varies, to:
varies)
Returns the ParagraphStyleGroups within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer ParagraphStyleGroup String | The ParagraphStyleGroup, index, or name at the beginning of the range. Can accept: ParagraphStyleGroup, Long Integer or String. |
to | Long Integer ParagraphStyleGroup String | The ParagraphStyleGroup, index, or name at the end of the range. Can accept: ParagraphStyleGroup, Long Integer or String. |
ParagraphStyleGroup lastItem ()
Returns the last ParagraphStyleGroup in the collection.
ParagraphStyleGroup middleItem ()
Returns the middle ParagraphStyleGroup in the collection.
ParagraphStyleGroup nextItem (obj:
ParagraphStyleGroup)
Returns the ParagraphStyleGroup whose index follows the specified ParagraphStyleGroup in the collection.
Parameter | Type | Description |
---|---|---|
obj | ParagraphStyleGroup | The ParagraphStyleGroup whose index comes before the desired ParagraphStyleGroup. |
ParagraphStyleGroup previousItem (obj:
ParagraphStyleGroup)
Returns the ParagraphStyleGroup with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | ParagraphStyleGroup | The index of the ParagraphStyleGroup that follows the desired ParagraphStyleGroup. |
string toSource ()
Generates a string which, if executed, will return the ParagraphStyleGroup.
Element of
Application.paragraphStyleGroups
Document.paragraphStyleGroups
ParagraphStyleGroup.paragraphStyleGroups
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |