ExtendedDocumentPropertiesModel
Overview
ExtendedDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the ExtendedDocumentPropertiesModel component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
application | String | Read | Returns the application. |
appVersion | String | Read | Returns the app version. |
company | String | Read | Returns the company. |
manager | String | Read | Returns the manager. |
docSecurity | Integer | Read | Returns the doc security. |
hyperlinkBase | String | Read | Returns the hyperlink base. |
scaleCrop | Boolean | Read | Returns the scale crop. |
linksUpToDate | Boolean | Read | Returns the links up to date. |
sharedDoc | Boolean | Read | Returns the shared doc. |
Methods
| Signature | Description |
|---|---|
getApplication() → String | Returns the application. |
setApplication(value: String) | Sets the application. |
getAppVersion() → String | Returns the app version. |
setAppVersion(value: String) | Sets the app version. |
getCompany() → String | Returns the company. |
setCompany(value: String) | Sets the company. |
getManager() → String | Returns the manager. |
setManager(value: String) | Sets the manager. |
getDocSecurity() → Integer | Returns the doc security. |
setDocSecurity(value: Integer) | Sets the doc security. |
getHyperlinkBase() → String | Returns the hyperlink base. |
setHyperlinkBase(value: String) | Sets the hyperlink base. |
getScaleCrop() → Boolean | Returns the scale crop. |
setScaleCrop(value: Boolean) | Sets the scale crop. |
getLinksUpToDate() → Boolean | Returns the links up to date. |
setLinksUpToDate(value: Boolean) | Sets the links up to date. |
getSharedDoc() → Boolean | Returns the shared doc. |
setSharedDoc(value: Boolean) | Sets the shared doc. |
copyFrom(source: ExtendedDocumentPropertiesModel) | Copies the from. |
hasStoredState() → boolean | Indicates whether this instance has stored state. |