Package org.docx4j.docProps.extended
Class Properties
java.lang.Object
org.docx4j.docProps.extended.Properties
public class Properties
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Manager" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Pages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Words" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Characters" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PresentationFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Lines" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Paragraphs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Slides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Notes" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalTime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="HiddenSlides" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MMClips" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ScaleCrop" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HeadingPairs" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="TitlesOfParts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="LinksUpToDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CharactersWithSpaces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SharedDoc" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="HyperlinkBase" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HLinks" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}vector"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="HyperlinksChanged" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="DigSig" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}blob"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AppVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DocSecurity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProperties.DigSigJava class for anonymous complex type.static classProperties.HeadingPairsJava class for anonymous complex type.static classProperties.HLinksJava class for anonymous complex type.static classProperties.TitlesOfPartsJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringapplicationprotected java.lang.StringappVersionprotected java.lang.Integercharactersprotected java.lang.IntegercharactersWithSpacesprotected java.lang.Stringcompanyprotected Properties.DigSigdigSigprotected java.lang.IntegerdocSecurityprotected Properties.HeadingPairsheadingPairsprotected java.lang.IntegerhiddenSlidesprotected Properties.HLinkshLinksprotected java.lang.StringhyperlinkBaseprotected java.lang.BooleanhyperlinksChangedprotected java.lang.Integerlinesprotected java.lang.BooleanlinksUpToDateprotected java.lang.Stringmanagerprotected java.lang.IntegermmClipsprotected java.lang.Integernotesprotected java.lang.Integerpagesprotected java.lang.Integerparagraphsprotected java.lang.StringpresentationFormatprotected java.lang.BooleanscaleCropprotected java.lang.BooleansharedDocprotected java.lang.Integerslidesprotected java.lang.Stringtemplateprotected Properties.TitlesOfPartstitlesOfPartsprotected java.lang.IntegertotalTimeprotected java.lang.Integerwords -
Constructor Summary
Constructors Constructor Description Properties() -
Method Summary
Modifier and Type Method Description java.lang.StringgetApplication()Gets the value of the application property.java.lang.StringgetAppVersion()Gets the value of the appVersion property.java.lang.IntegergetCharacters()Gets the value of the characters property.java.lang.IntegergetCharactersWithSpaces()Gets the value of the charactersWithSpaces property.java.lang.StringgetCompany()Gets the value of the company property.Properties.DigSiggetDigSig()Gets the value of the digSig property.java.lang.IntegergetDocSecurity()Gets the value of the docSecurity property.Properties.HeadingPairsgetHeadingPairs()Gets the value of the headingPairs property.java.lang.IntegergetHiddenSlides()Gets the value of the hiddenSlides property.Properties.HLinksgetHLinks()Gets the value of the hLinks property.java.lang.StringgetHyperlinkBase()Gets the value of the hyperlinkBase property.java.lang.IntegergetLines()Gets the value of the lines property.java.lang.StringgetManager()Gets the value of the manager property.java.lang.IntegergetMMClips()Gets the value of the mmClips property.java.lang.IntegergetNotes()Gets the value of the notes property.java.lang.IntegergetPages()Gets the value of the pages property.java.lang.IntegergetParagraphs()Gets the value of the paragraphs property.java.lang.StringgetPresentationFormat()Gets the value of the presentationFormat property.java.lang.IntegergetSlides()Gets the value of the slides property.java.lang.StringgetTemplate()Gets the value of the template property.Properties.TitlesOfPartsgetTitlesOfParts()Gets the value of the titlesOfParts property.java.lang.IntegergetTotalTime()Gets the value of the totalTime property.java.lang.IntegergetWords()Gets the value of the words property.java.lang.BooleanisHyperlinksChanged()Gets the value of the hyperlinksChanged property.java.lang.BooleanisLinksUpToDate()Gets the value of the linksUpToDate property.java.lang.BooleanisScaleCrop()Gets the value of the scaleCrop property.java.lang.BooleanisSharedDoc()Gets the value of the sharedDoc property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetAppVersion(java.lang.String value)Sets the value of the appVersion property.voidsetCharacters(java.lang.Integer value)Sets the value of the characters property.voidsetCharactersWithSpaces(java.lang.Integer value)Sets the value of the charactersWithSpaces property.voidsetCompany(java.lang.String value)Sets the value of the company property.voidsetDigSig(Properties.DigSig value)Sets the value of the digSig property.voidsetDocSecurity(java.lang.Integer value)Sets the value of the docSecurity property.voidsetHeadingPairs(Properties.HeadingPairs value)Sets the value of the headingPairs property.voidsetHiddenSlides(java.lang.Integer value)Sets the value of the hiddenSlides property.voidsetHLinks(Properties.HLinks value)Sets the value of the hLinks property.voidsetHyperlinkBase(java.lang.String value)Sets the value of the hyperlinkBase property.voidsetHyperlinksChanged(java.lang.Boolean value)Sets the value of the hyperlinksChanged property.voidsetLines(java.lang.Integer value)Sets the value of the lines property.voidsetLinksUpToDate(java.lang.Boolean value)Sets the value of the linksUpToDate property.voidsetManager(java.lang.String value)Sets the value of the manager property.voidsetMMClips(java.lang.Integer value)Sets the value of the mmClips property.voidsetNotes(java.lang.Integer value)Sets the value of the notes property.voidsetPages(java.lang.Integer value)Sets the value of the pages property.voidsetParagraphs(java.lang.Integer value)Sets the value of the paragraphs property.voidsetPresentationFormat(java.lang.String value)Sets the value of the presentationFormat property.voidsetScaleCrop(java.lang.Boolean value)Sets the value of the scaleCrop property.voidsetSharedDoc(java.lang.Boolean value)Sets the value of the sharedDoc property.voidsetSlides(java.lang.Integer value)Sets the value of the slides property.voidsetTemplate(java.lang.String value)Sets the value of the template property.voidsetTitlesOfParts(Properties.TitlesOfParts value)Sets the value of the titlesOfParts property.voidsetTotalTime(java.lang.Integer value)Sets the value of the totalTime property.voidsetWords(java.lang.Integer value)Sets the value of the words property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
template
protected java.lang.String template -
manager
protected java.lang.String manager -
company
protected java.lang.String company -
pages
protected java.lang.Integer pages -
words
protected java.lang.Integer words -
characters
protected java.lang.Integer characters -
presentationFormat
protected java.lang.String presentationFormat -
lines
protected java.lang.Integer lines -
paragraphs
protected java.lang.Integer paragraphs -
slides
protected java.lang.Integer slides -
notes
protected java.lang.Integer notes -
totalTime
protected java.lang.Integer totalTime -
mmClips
protected java.lang.Integer mmClips -
scaleCrop
protected java.lang.Boolean scaleCrop -
headingPairs
-
titlesOfParts
-
linksUpToDate
protected java.lang.Boolean linksUpToDate -
charactersWithSpaces
protected java.lang.Integer charactersWithSpaces -
hyperlinkBase
protected java.lang.String hyperlinkBase -
hLinks
-
hyperlinksChanged
protected java.lang.Boolean hyperlinksChanged -
digSig
-
application
protected java.lang.String application -
appVersion
protected java.lang.String appVersion -
docSecurity
protected java.lang.Integer docSecurity
-
-
Constructor Details
-
Properties
public Properties()
-
-
Method Details
-
getTemplate
public java.lang.String getTemplate()Gets the value of the template property.- Returns:
- possible object is
String
-
setTemplate
public void setTemplate(java.lang.String value)Sets the value of the template property.- Parameters:
value- allowed object isString
-
getManager
public java.lang.String getManager()Gets the value of the manager property.- Returns:
- possible object is
String
-
setManager
public void setManager(java.lang.String value)Sets the value of the manager property.- Parameters:
value- allowed object isString
-
getCompany
public java.lang.String getCompany()Gets the value of the company property.- Returns:
- possible object is
String
-
setCompany
public void setCompany(java.lang.String value)Sets the value of the company property.- Parameters:
value- allowed object isString
-
getPages
public java.lang.Integer getPages()Gets the value of the pages property.- Returns:
- possible object is
Integer
-
setPages
public void setPages(java.lang.Integer value)Sets the value of the pages property.- Parameters:
value- allowed object isInteger
-
getWords
public java.lang.Integer getWords()Gets the value of the words property.- Returns:
- possible object is
Integer
-
setWords
public void setWords(java.lang.Integer value)Sets the value of the words property.- Parameters:
value- allowed object isInteger
-
getCharacters
public java.lang.Integer getCharacters()Gets the value of the characters property.- Returns:
- possible object is
Integer
-
setCharacters
public void setCharacters(java.lang.Integer value)Sets the value of the characters property.- Parameters:
value- allowed object isInteger
-
getPresentationFormat
public java.lang.String getPresentationFormat()Gets the value of the presentationFormat property.- Returns:
- possible object is
String
-
setPresentationFormat
public void setPresentationFormat(java.lang.String value)Sets the value of the presentationFormat property.- Parameters:
value- allowed object isString
-
getLines
public java.lang.Integer getLines()Gets the value of the lines property.- Returns:
- possible object is
Integer
-
setLines
public void setLines(java.lang.Integer value)Sets the value of the lines property.- Parameters:
value- allowed object isInteger
-
getParagraphs
public java.lang.Integer getParagraphs()Gets the value of the paragraphs property.- Returns:
- possible object is
Integer
-
setParagraphs
public void setParagraphs(java.lang.Integer value)Sets the value of the paragraphs property.- Parameters:
value- allowed object isInteger
-
getSlides
public java.lang.Integer getSlides()Gets the value of the slides property.- Returns:
- possible object is
Integer
-
setSlides
public void setSlides(java.lang.Integer value)Sets the value of the slides property.- Parameters:
value- allowed object isInteger
-
getNotes
public java.lang.Integer getNotes()Gets the value of the notes property.- Returns:
- possible object is
Integer
-
setNotes
public void setNotes(java.lang.Integer value)Sets the value of the notes property.- Parameters:
value- allowed object isInteger
-
getTotalTime
public java.lang.Integer getTotalTime()Gets the value of the totalTime property.- Returns:
- possible object is
Integer
-
setTotalTime
public void setTotalTime(java.lang.Integer value)Sets the value of the totalTime property.- Parameters:
value- allowed object isInteger
-
getHiddenSlides
public java.lang.Integer getHiddenSlides()Gets the value of the hiddenSlides property.- Returns:
- possible object is
Integer
-
setHiddenSlides
public void setHiddenSlides(java.lang.Integer value)Sets the value of the hiddenSlides property.- Parameters:
value- allowed object isInteger
-
getMMClips
public java.lang.Integer getMMClips()Gets the value of the mmClips property.- Returns:
- possible object is
Integer
-
setMMClips
public void setMMClips(java.lang.Integer value)Sets the value of the mmClips property.- Parameters:
value- allowed object isInteger
-
isScaleCrop
public java.lang.Boolean isScaleCrop()Gets the value of the scaleCrop property.- Returns:
- possible object is
Boolean
-
setScaleCrop
public void setScaleCrop(java.lang.Boolean value)Sets the value of the scaleCrop property.- Parameters:
value- allowed object isBoolean
-
getHeadingPairs
Gets the value of the headingPairs property.- Returns:
- possible object is
Properties.HeadingPairs
-
setHeadingPairs
Sets the value of the headingPairs property.- Parameters:
value- allowed object isProperties.HeadingPairs
-
getTitlesOfParts
Gets the value of the titlesOfParts property.- Returns:
- possible object is
Properties.TitlesOfParts
-
setTitlesOfParts
Sets the value of the titlesOfParts property.- Parameters:
value- allowed object isProperties.TitlesOfParts
-
isLinksUpToDate
public java.lang.Boolean isLinksUpToDate()Gets the value of the linksUpToDate property.- Returns:
- possible object is
Boolean
-
setLinksUpToDate
public void setLinksUpToDate(java.lang.Boolean value)Sets the value of the linksUpToDate property.- Parameters:
value- allowed object isBoolean
-
getCharactersWithSpaces
public java.lang.Integer getCharactersWithSpaces()Gets the value of the charactersWithSpaces property.- Returns:
- possible object is
Integer
-
setCharactersWithSpaces
public void setCharactersWithSpaces(java.lang.Integer value)Sets the value of the charactersWithSpaces property.- Parameters:
value- allowed object isInteger
-
getHyperlinkBase
public java.lang.String getHyperlinkBase()Gets the value of the hyperlinkBase property.- Returns:
- possible object is
String
-
setHyperlinkBase
public void setHyperlinkBase(java.lang.String value)Sets the value of the hyperlinkBase property.- Parameters:
value- allowed object isString
-
getHLinks
Gets the value of the hLinks property.- Returns:
- possible object is
Properties.HLinks
-
setHLinks
Sets the value of the hLinks property.- Parameters:
value- allowed object isProperties.HLinks
-
isHyperlinksChanged
public java.lang.Boolean isHyperlinksChanged()Gets the value of the hyperlinksChanged property.- Returns:
- possible object is
Boolean
-
setHyperlinksChanged
public void setHyperlinksChanged(java.lang.Boolean value)Sets the value of the hyperlinksChanged property.- Parameters:
value- allowed object isBoolean
-
getDigSig
Gets the value of the digSig property.- Returns:
- possible object is
Properties.DigSig
-
setDigSig
Sets the value of the digSig property.- Parameters:
value- allowed object isProperties.DigSig
-
getApplication
public java.lang.String getApplication()Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
public void setApplication(java.lang.String value)Sets the value of the application property.- Parameters:
value- allowed object isString
-
getAppVersion
public java.lang.String getAppVersion()Gets the value of the appVersion property.- Returns:
- possible object is
String
-
setAppVersion
public void setAppVersion(java.lang.String value)Sets the value of the appVersion property.- Parameters:
value- allowed object isString
-
getDocSecurity
public java.lang.Integer getDocSecurity()Gets the value of the docSecurity property.- Returns:
- possible object is
Integer
-
setDocSecurity
public void setDocSecurity(java.lang.Integer value)Sets the value of the docSecurity property.- Parameters:
value- allowed object isInteger
-