A numbered list.
Go to Property Listing | Method Listing
extractLabel, getElements, insertLabel, remove, toSource, toSpecifier
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
if true, numbering will continue across book documents. |
||
|
read/write |
If true, numbering will continue across stories. |
||
|
readonly |
The unique ID of the NumberingList. |
||
|
readonly |
The index of the NumberingList within its containing object. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
read/write |
A property that can be set to any string. |
||
|
read/write |
The name of the NumberingList. |
||
|
readonly |
The parent of the NumberingList (a Application or Document). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
NumberingList getElements ()
Resolves the object specifier, creating an array of object references.
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined remove (replacingWith:NumberingList)
Delete the NumberingList.
|
Parameter |
Type |
Description |
|---|---|---|
|
replacingWith |
The NumberingList to apply in place of this one. (Optional) |
String toSource ()
Generates a string which, if executed, will return the NumberingList.
String toSpecifier ()
Retrieves the object specifier.