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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Properties.DigSig
Java class for anonymous complex type.
|
static class |
Properties.HeadingPairs
Java class for anonymous complex type.
|
static class |
Properties.HLinks
Java class for anonymous complex type.
|
static class |
Properties.TitlesOfParts
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
application |
protected java.lang.String |
appVersion |
protected java.lang.Integer |
characters |
protected java.lang.Integer |
charactersWithSpaces |
protected java.lang.String |
company |
protected Properties.DigSig |
digSig |
protected java.lang.Integer |
docSecurity |
protected Properties.HeadingPairs |
headingPairs |
protected java.lang.Integer |
hiddenSlides |
protected Properties.HLinks |
hLinks |
protected java.lang.String |
hyperlinkBase |
protected java.lang.Boolean |
hyperlinksChanged |
protected java.lang.Integer |
lines |
protected java.lang.Boolean |
linksUpToDate |
protected java.lang.String |
manager |
protected java.lang.Integer |
mmClips |
protected java.lang.Integer |
notes |
protected java.lang.Integer |
pages |
protected java.lang.Integer |
paragraphs |
protected java.lang.String |
presentationFormat |
protected java.lang.Boolean |
scaleCrop |
protected java.lang.Boolean |
sharedDoc |
protected java.lang.Integer |
slides |
protected java.lang.String |
template |
protected Properties.TitlesOfParts |
titlesOfParts |
protected java.lang.Integer |
totalTime |
protected java.lang.Integer |
words |
| Constructor and Description |
|---|
Properties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplication()
Gets the value of the application property.
|
java.lang.String |
getAppVersion()
Gets the value of the appVersion property.
|
java.lang.Integer |
getCharacters()
Gets the value of the characters property.
|
java.lang.Integer |
getCharactersWithSpaces()
Gets the value of the charactersWithSpaces property.
|
java.lang.String |
getCompany()
Gets the value of the company property.
|
Properties.DigSig |
getDigSig()
Gets the value of the digSig property.
|
java.lang.Integer |
getDocSecurity()
Gets the value of the docSecurity property.
|
Properties.HeadingPairs |
getHeadingPairs()
Gets the value of the headingPairs property.
|
java.lang.Integer |
getHiddenSlides()
Gets the value of the hiddenSlides property.
|
Properties.HLinks |
getHLinks()
Gets the value of the hLinks property.
|
java.lang.String |
getHyperlinkBase()
Gets the value of the hyperlinkBase property.
|
java.lang.Integer |
getLines()
Gets the value of the lines property.
|
java.lang.String |
getManager()
Gets the value of the manager property.
|
java.lang.Integer |
getMMClips()
Gets the value of the mmClips property.
|
java.lang.Integer |
getNotes()
Gets the value of the notes property.
|
java.lang.Integer |
getPages()
Gets the value of the pages property.
|
java.lang.Integer |
getParagraphs()
Gets the value of the paragraphs property.
|
java.lang.String |
getPresentationFormat()
Gets the value of the presentationFormat property.
|
java.lang.Integer |
getSlides()
Gets the value of the slides property.
|
java.lang.String |
getTemplate()
Gets the value of the template property.
|
Properties.TitlesOfParts |
getTitlesOfParts()
Gets the value of the titlesOfParts property.
|
java.lang.Integer |
getTotalTime()
Gets the value of the totalTime property.
|
java.lang.Integer |
getWords()
Gets the value of the words property.
|
java.lang.Boolean |
isHyperlinksChanged()
Gets the value of the hyperlinksChanged property.
|
java.lang.Boolean |
isLinksUpToDate()
Gets the value of the linksUpToDate property.
|
java.lang.Boolean |
isScaleCrop()
Gets the value of the scaleCrop property.
|
java.lang.Boolean |
isSharedDoc()
Gets the value of the sharedDoc property.
|
void |
setApplication(java.lang.String value)
Sets the value of the application property.
|
void |
setAppVersion(java.lang.String value)
Sets the value of the appVersion property.
|
void |
setCharacters(java.lang.Integer value)
Sets the value of the characters property.
|
void |
setCharactersWithSpaces(java.lang.Integer value)
Sets the value of the charactersWithSpaces property.
|
void |
setCompany(java.lang.String value)
Sets the value of the company property.
|
void |
setDigSig(Properties.DigSig value)
Sets the value of the digSig property.
|
void |
setDocSecurity(java.lang.Integer value)
Sets the value of the docSecurity property.
|
void |
setHeadingPairs(Properties.HeadingPairs value)
Sets the value of the headingPairs property.
|
void |
setHiddenSlides(java.lang.Integer value)
Sets the value of the hiddenSlides property.
|
void |
setHLinks(Properties.HLinks value)
Sets the value of the hLinks property.
|
void |
setHyperlinkBase(java.lang.String value)
Sets the value of the hyperlinkBase property.
|
void |
setHyperlinksChanged(java.lang.Boolean value)
Sets the value of the hyperlinksChanged property.
|
void |
setLines(java.lang.Integer value)
Sets the value of the lines property.
|
void |
setLinksUpToDate(java.lang.Boolean value)
Sets the value of the linksUpToDate property.
|
void |
setManager(java.lang.String value)
Sets the value of the manager property.
|
void |
setMMClips(java.lang.Integer value)
Sets the value of the mmClips property.
|
void |
setNotes(java.lang.Integer value)
Sets the value of the notes property.
|
void |
setPages(java.lang.Integer value)
Sets the value of the pages property.
|
void |
setParagraphs(java.lang.Integer value)
Sets the value of the paragraphs property.
|
void |
setPresentationFormat(java.lang.String value)
Sets the value of the presentationFormat property.
|
void |
setScaleCrop(java.lang.Boolean value)
Sets the value of the scaleCrop property.
|
void |
setSharedDoc(java.lang.Boolean value)
Sets the value of the sharedDoc property.
|
void |
setSlides(java.lang.Integer value)
Sets the value of the slides property.
|
void |
setTemplate(java.lang.String value)
Sets the value of the template property.
|
void |
setTitlesOfParts(Properties.TitlesOfParts value)
Sets the value of the titlesOfParts property.
|
void |
setTotalTime(java.lang.Integer value)
Sets the value of the totalTime property.
|
void |
setWords(java.lang.Integer value)
Sets the value of the words property.
|
protected java.lang.String template
protected java.lang.String manager
protected java.lang.String company
protected java.lang.Integer pages
protected java.lang.Integer words
protected java.lang.Integer characters
protected java.lang.String presentationFormat
protected java.lang.Integer lines
protected java.lang.Integer paragraphs
protected java.lang.Integer slides
protected java.lang.Integer notes
protected java.lang.Integer totalTime
protected java.lang.Integer hiddenSlides
protected java.lang.Integer mmClips
protected java.lang.Boolean scaleCrop
protected Properties.HeadingPairs headingPairs
protected Properties.TitlesOfParts titlesOfParts
protected java.lang.Boolean linksUpToDate
protected java.lang.Integer charactersWithSpaces
protected java.lang.Boolean sharedDoc
protected java.lang.String hyperlinkBase
protected Properties.HLinks hLinks
protected java.lang.Boolean hyperlinksChanged
protected Properties.DigSig digSig
protected java.lang.String application
protected java.lang.String appVersion
protected java.lang.Integer docSecurity
public java.lang.String getTemplate()
Stringpublic void setTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManager()
Stringpublic void setManager(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCompany()
Stringpublic void setCompany(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPages()
Integerpublic void setPages(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getWords()
Integerpublic void setWords(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCharacters()
Integerpublic void setCharacters(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPresentationFormat()
Stringpublic void setPresentationFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getLines()
Integerpublic void setLines(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getParagraphs()
Integerpublic void setParagraphs(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getSlides()
Integerpublic void setSlides(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getNotes()
Integerpublic void setNotes(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getTotalTime()
Integerpublic void setTotalTime(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getHiddenSlides()
Integerpublic void setHiddenSlides(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMMClips()
Integerpublic void setMMClips(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isScaleCrop()
Booleanpublic void setScaleCrop(java.lang.Boolean value)
value - allowed object is
Booleanpublic Properties.HeadingPairs getHeadingPairs()
Properties.HeadingPairspublic void setHeadingPairs(Properties.HeadingPairs value)
value - allowed object is
Properties.HeadingPairspublic Properties.TitlesOfParts getTitlesOfParts()
Properties.TitlesOfPartspublic void setTitlesOfParts(Properties.TitlesOfParts value)
value - allowed object is
Properties.TitlesOfPartspublic java.lang.Boolean isLinksUpToDate()
Booleanpublic void setLinksUpToDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getCharactersWithSpaces()
Integerpublic void setCharactersWithSpaces(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isSharedDoc()
Booleanpublic void setSharedDoc(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getHyperlinkBase()
Stringpublic void setHyperlinkBase(java.lang.String value)
value - allowed object is
Stringpublic Properties.HLinks getHLinks()
Properties.HLinkspublic void setHLinks(Properties.HLinks value)
value - allowed object is
Properties.HLinkspublic java.lang.Boolean isHyperlinksChanged()
Booleanpublic void setHyperlinksChanged(java.lang.Boolean value)
value - allowed object is
Booleanpublic Properties.DigSig getDigSig()
Properties.DigSigpublic void setDigSig(Properties.DigSig value)
value - allowed object is
Properties.DigSigpublic java.lang.String getApplication()
Stringpublic void setApplication(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAppVersion()
Stringpublic void setAppVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getDocSecurity()
Integerpublic void setDocSecurity(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2007–2023. All rights reserved.