The Document
DocumentSettings Introduced: X19.
| Method | Description |
|---|---|
| get |
Gets the author of the current document. |
| get |
Gets the document's creation date as a unix timestamp. |
| get |
Gets the application, which has created the current document. |
| get |
Gets a file path that is used to search for resources like images or hypertext links. |
| get |
Gets the current document's keywords. |
| get |
Gets the subject string of the current document. |
| get |
Gets the title string of the current document. |
| get |
Gets an object with all user-defined document properties contained in the current document. |
| set |
Sets the author of the current document. |
| set |
Sets the document's creation date as a unix timestamp. |
| set |
Sets the application, which has created the current document. |
| set |
Sets a file path that is used to search for resources like images or hypertext links. |
| set |
Sets the current document's keywords. |
| set |
Sets the subject string of the current document. |
| set |
Sets the title string of the current document. |
| set |
Sets an object with all user-defined document properties contained in the current document. |
| Property | Description |
|---|---|
| embedded |
Gets a collection of all files embedded in the document. |