Public Member Functions | |
| boolean | hasAttribute (in AString name) |
| Check if document has given attribute. | |
| AString | getAttribute (in AString name) |
| Return value of given attribute. | |
| boolean | isModified () |
| Check if document is modified Function check if document is modified. | |
| void | setAttribute (in AString name, in AString value) |
| Set attribute. | |
| void | commit () |
| Commit changes to the repository. | |
| tmozIPage | addPage (in AString filePath, in AString mimeType) |
| Add page to the document. | |
Object represent document stored in the repository (tmozIDocumentRepository).
| tmozIPage addPage | ( | in AString | filePath, | |
| in AString | mimeType | |||
| ) |
Add page to the document.
| filePath | Path to the source file | |
| mimeType | MimeType of the file |
| AString getAttribute | ( | in AString | name | ) |
Return value of given attribute.
Function return value of the attribute.
| name | Name of the attribute. |
| boolean hasAttribute | ( | in AString | name | ) |
Check if document has given attribute.
Function check if attribute has attribute.
| name | Name of the attribute. |
| boolean isModified | ( | ) |
Check if document is modified Function check if document is modified.
| void setAttribute | ( | in AString | name, | |
| in AString | value | |||
| ) |
Set attribute.
| name | Name of attribute | |
| value | Value of attribue |