ExtendedDocumentPropertiesModel
Overview
ExtendedDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.
Represents the ExtendedDocumentPropertiesModel component.
This class provides 20 methods for working with ExtendedDocumentPropertiesModel objects in Java programs.
Available methods include: copyFrom, getAppVersion, getApplication, getCompany, getDocSecurity, getHyperlinkBase, getLinksUpToDate, getManager, getScaleCrop, getSharedDoc, hasStoredState, setAppVersion, and 8 additional methods.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: appVersion, application, company, docSecurity, hyperlinkBase, linksUpToDate, and 3 more.
Description
ExtendedDocumentPropertiesModel is a class in the Aspose.Cells FOSS library for Java that exposes 20 methods and 9 properties for programmatic use.
Core capabilities include: string; string; string. These operations enable developers to integrate extendeddocumentpropertiesmodel functionality directly into Java applications.
The class also provides the application property (returns the application), the appVersion property (returns the app version), the company property (returns the company).
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. |