ExtendedDocumentPropertiesModel

ExtendedDocumentPropertiesModel

Overview

ExtendedDocumentPropertiesModel is a class in Aspose.Cells FOSS for Java.

Represents the ExtendedDocumentPropertiesModel component.

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.