ExtendedDocumentPropertiesModel

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.

Properties

NameTypeAccessDescription
applicationStringReadReturns the application.
appVersionStringReadReturns the app version.
companyStringReadReturns the company.
managerStringReadReturns the manager.
docSecurityIntegerReadReturns the doc security.
hyperlinkBaseStringReadReturns the hyperlink base.
scaleCropBooleanReadReturns the scale crop.
linksUpToDateBooleanReadReturns the links up to date.
sharedDocBooleanReadReturns the shared doc.

Methods

SignatureDescription
getApplication()StringReturns the application.
setApplication(value: String)Sets the application.
getAppVersion()StringReturns the app version.
setAppVersion(value: String)Sets the app version.
getCompany()StringReturns the company.
setCompany(value: String)Sets the company.
getManager()StringReturns the manager.
setManager(value: String)Sets the manager.
getDocSecurity()IntegerReturns the doc security.
setDocSecurity(value: Integer)Sets the doc security.
getHyperlinkBase()StringReturns the hyperlink base.
setHyperlinkBase(value: String)Sets the hyperlink base.
getScaleCrop()BooleanReturns the scale crop.
setScaleCrop(value: Boolean)Sets the scale crop.
getLinksUpToDate()BooleanReturns the links up to date.
setLinksUpToDate(value: Boolean)Sets the links up to date.
getSharedDoc()BooleanReturns the shared doc.
setSharedDoc(value: Boolean)Sets the shared doc.
copyFrom(source: ExtendedDocumentPropertiesModel)Copies the from.
hasStoredState()booleanIndicates whether this instance has stored state.

See Also