The type of the result parameter of the Load
{
author: <string>,
bytesRead: <number>,
creationDate: <number>,
creatorApplication: <string>,
cssFileName: <string>,
documentKeywords: <string[]>,
documentPartName: <string>,
documentSubject: <string>,
lastModificationDate: <number>,
loadedFile: <string>,
loadedStreamType: <StreamType>,
pageMargins: <Object>,
pageSize: <Size>
}| Property | Description |
|---|---|
| author | The document's author |
| bytes |
The number of bytes read during the load operation. |
| creation |
The document's creation date. |
| creator |
The application, which has created the document. |
| css |
The path and filename of the CSS file belonging to an HTML or XML document. |
| document |
The document's keywords. |
| document |
Spreadsheet |
| document |
The document's subject string. |
| last |
The date the document is last modified. |
| loaded |
The name and path of the file that has been loaded. |
| loaded |
The Stream |
| page |
The margins of the loaded document's pages. |
| page |
The width and height of the loaded document's pages. |