→ void
Populates the article with all page items in the document.
An article
| Name | Type | Access | Description |
|---|---|---|---|
| Boolean | read/write | The export status of the Article | |
| ArticleMembers |
readonly | A collection of article members. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The unique ID of the Article. | |
| Number | readonly | The index of the Article within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| String | read/write | A property that can be set to any string. | |
| String | read/write | The name of the Article. | |
| Document | readonly | The parent of the Article (a Document). | |
| Object | read/write | A property that allows setting of several properties at the same time. |
Populates the article with all page items in the document.
Adds an event listener.
Gets the label value associated with the specified key.
Resolves the object specifier, creating an array of object references.
Sets the label to the value associated with the specified key.
Moves the Article to the specified location.
Deletes the Article.
Removes the event listener.
Generates a string which, if executed, will return the Article.
Retrieves the object specifier.
Properties elsewhere that hold a Article.
Method parameters that accept a Article.
Methods that return a Article.