Interface CTProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTProperties extends XmlObject
An XML CT_Properties(@http://schemas.openxmlformats.org/officeDocument/2006/extended-properties). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CTDigSigBlobaddNewDigSig()Appends and returns a new empty "DigSig" elementCTVectorVariantaddNewHeadingPairs()Appends and returns a new empty "HeadingPairs" elementCTVectorVariantaddNewHLinks()Appends and returns a new empty "HLinks" elementCTVectorLpstraddNewTitlesOfParts()Appends and returns a new empty "TitlesOfParts" elementjava.lang.StringgetApplication()Gets the "Application" elementjava.lang.StringgetAppVersion()Gets the "AppVersion" elementintgetCharacters()Gets the "Characters" elementintgetCharactersWithSpaces()Gets the "CharactersWithSpaces" elementjava.lang.StringgetCompany()Gets the "Company" elementCTDigSigBlobgetDigSig()Gets the "DigSig" elementintgetDocSecurity()Gets the "DocSecurity" elementCTVectorVariantgetHeadingPairs()Gets the "HeadingPairs" elementintgetHiddenSlides()Gets the "HiddenSlides" elementCTVectorVariantgetHLinks()Gets the "HLinks" elementjava.lang.StringgetHyperlinkBase()Gets the "HyperlinkBase" elementbooleangetHyperlinksChanged()Gets the "HyperlinksChanged" elementintgetLines()Gets the "Lines" elementbooleangetLinksUpToDate()Gets the "LinksUpToDate" elementjava.lang.StringgetManager()Gets the "Manager" elementintgetMMClips()Gets the "MMClips" elementintgetNotes()Gets the "Notes" elementintgetPages()Gets the "Pages" elementintgetParagraphs()Gets the "Paragraphs" elementjava.lang.StringgetPresentationFormat()Gets the "PresentationFormat" elementbooleangetScaleCrop()Gets the "ScaleCrop" elementbooleangetSharedDoc()Gets the "SharedDoc" elementintgetSlides()Gets the "Slides" elementjava.lang.StringgetTemplate()Gets the "Template" elementCTVectorLpstrgetTitlesOfParts()Gets the "TitlesOfParts" elementintgetTotalTime()Gets the "TotalTime" elementintgetWords()Gets the "Words" elementbooleanisSetApplication()True if has "Application" elementbooleanisSetAppVersion()True if has "AppVersion" elementbooleanisSetCharacters()True if has "Characters" elementbooleanisSetCharactersWithSpaces()True if has "CharactersWithSpaces" elementbooleanisSetCompany()True if has "Company" elementbooleanisSetDigSig()True if has "DigSig" elementbooleanisSetDocSecurity()True if has "DocSecurity" elementbooleanisSetHeadingPairs()True if has "HeadingPairs" elementbooleanisSetHiddenSlides()True if has "HiddenSlides" elementbooleanisSetHLinks()True if has "HLinks" elementbooleanisSetHyperlinkBase()True if has "HyperlinkBase" elementbooleanisSetHyperlinksChanged()True if has "HyperlinksChanged" elementbooleanisSetLines()True if has "Lines" elementbooleanisSetLinksUpToDate()True if has "LinksUpToDate" elementbooleanisSetManager()True if has "Manager" elementbooleanisSetMMClips()True if has "MMClips" elementbooleanisSetNotes()True if has "Notes" elementbooleanisSetPages()True if has "Pages" elementbooleanisSetParagraphs()True if has "Paragraphs" elementbooleanisSetPresentationFormat()True if has "PresentationFormat" elementbooleanisSetScaleCrop()True if has "ScaleCrop" elementbooleanisSetSharedDoc()True if has "SharedDoc" elementbooleanisSetSlides()True if has "Slides" elementbooleanisSetTemplate()True if has "Template" elementbooleanisSetTitlesOfParts()True if has "TitlesOfParts" elementbooleanisSetTotalTime()True if has "TotalTime" elementbooleanisSetWords()True if has "Words" elementvoidsetApplication(java.lang.String application)Sets the "Application" elementvoidsetAppVersion(java.lang.String appVersion)Sets the "AppVersion" elementvoidsetCharacters(int characters)Sets the "Characters" elementvoidsetCharactersWithSpaces(int charactersWithSpaces)Sets the "CharactersWithSpaces" elementvoidsetCompany(java.lang.String company)Sets the "Company" elementvoidsetDigSig(CTDigSigBlob digSig)Sets the "DigSig" elementvoidsetDocSecurity(int docSecurity)Sets the "DocSecurity" elementvoidsetHeadingPairs(CTVectorVariant headingPairs)Sets the "HeadingPairs" elementvoidsetHiddenSlides(int hiddenSlides)Sets the "HiddenSlides" elementvoidsetHLinks(CTVectorVariant hLinks)Sets the "HLinks" elementvoidsetHyperlinkBase(java.lang.String hyperlinkBase)Sets the "HyperlinkBase" elementvoidsetHyperlinksChanged(boolean hyperlinksChanged)Sets the "HyperlinksChanged" elementvoidsetLines(int lines)Sets the "Lines" elementvoidsetLinksUpToDate(boolean linksUpToDate)Sets the "LinksUpToDate" elementvoidsetManager(java.lang.String manager)Sets the "Manager" elementvoidsetMMClips(int mmClips)Sets the "MMClips" elementvoidsetNotes(int notes)Sets the "Notes" elementvoidsetPages(int pages)Sets the "Pages" elementvoidsetParagraphs(int paragraphs)Sets the "Paragraphs" elementvoidsetPresentationFormat(java.lang.String presentationFormat)Sets the "PresentationFormat" elementvoidsetScaleCrop(boolean scaleCrop)Sets the "ScaleCrop" elementvoidsetSharedDoc(boolean sharedDoc)Sets the "SharedDoc" elementvoidsetSlides(int slides)Sets the "Slides" elementvoidsetTemplate(java.lang.String template)Sets the "Template" elementvoidsetTitlesOfParts(CTVectorLpstr titlesOfParts)Sets the "TitlesOfParts" elementvoidsetTotalTime(int totalTime)Sets the "TotalTime" elementvoidsetWords(int words)Sets the "Words" elementvoidunsetApplication()Unsets the "Application" elementvoidunsetAppVersion()Unsets the "AppVersion" elementvoidunsetCharacters()Unsets the "Characters" elementvoidunsetCharactersWithSpaces()Unsets the "CharactersWithSpaces" elementvoidunsetCompany()Unsets the "Company" elementvoidunsetDigSig()Unsets the "DigSig" elementvoidunsetDocSecurity()Unsets the "DocSecurity" elementvoidunsetHeadingPairs()Unsets the "HeadingPairs" elementvoidunsetHiddenSlides()Unsets the "HiddenSlides" elementvoidunsetHLinks()Unsets the "HLinks" elementvoidunsetHyperlinkBase()Unsets the "HyperlinkBase" elementvoidunsetHyperlinksChanged()Unsets the "HyperlinksChanged" elementvoidunsetLines()Unsets the "Lines" elementvoidunsetLinksUpToDate()Unsets the "LinksUpToDate" elementvoidunsetManager()Unsets the "Manager" elementvoidunsetMMClips()Unsets the "MMClips" elementvoidunsetNotes()Unsets the "Notes" elementvoidunsetPages()Unsets the "Pages" elementvoidunsetParagraphs()Unsets the "Paragraphs" elementvoidunsetPresentationFormat()Unsets the "PresentationFormat" elementvoidunsetScaleCrop()Unsets the "ScaleCrop" elementvoidunsetSharedDoc()Unsets the "SharedDoc" elementvoidunsetSlides()Unsets the "Slides" elementvoidunsetTemplate()Unsets the "Template" elementvoidunsetTitlesOfParts()Unsets the "TitlesOfParts" elementvoidunsetTotalTime()Unsets the "TotalTime" elementvoidunsetWords()Unsets the "Words" elementXmlStringxgetApplication()Gets (as xml) the "Application" elementXmlStringxgetAppVersion()Gets (as xml) the "AppVersion" elementXmlIntxgetCharacters()Gets (as xml) the "Characters" elementXmlIntxgetCharactersWithSpaces()Gets (as xml) the "CharactersWithSpaces" elementXmlStringxgetCompany()Gets (as xml) the "Company" elementXmlIntxgetDocSecurity()Gets (as xml) the "DocSecurity" elementXmlIntxgetHiddenSlides()Gets (as xml) the "HiddenSlides" elementXmlStringxgetHyperlinkBase()Gets (as xml) the "HyperlinkBase" elementXmlBooleanxgetHyperlinksChanged()Gets (as xml) the "HyperlinksChanged" elementXmlIntxgetLines()Gets (as xml) the "Lines" elementXmlBooleanxgetLinksUpToDate()Gets (as xml) the "LinksUpToDate" elementXmlStringxgetManager()Gets (as xml) the "Manager" elementXmlIntxgetMMClips()Gets (as xml) the "MMClips" elementXmlIntxgetNotes()Gets (as xml) the "Notes" elementXmlIntxgetPages()Gets (as xml) the "Pages" elementXmlIntxgetParagraphs()Gets (as xml) the "Paragraphs" elementXmlStringxgetPresentationFormat()Gets (as xml) the "PresentationFormat" elementXmlBooleanxgetScaleCrop()Gets (as xml) the "ScaleCrop" elementXmlBooleanxgetSharedDoc()Gets (as xml) the "SharedDoc" elementXmlIntxgetSlides()Gets (as xml) the "Slides" elementXmlStringxgetTemplate()Gets (as xml) the "Template" elementXmlIntxgetTotalTime()Gets (as xml) the "TotalTime" elementXmlIntxgetWords()Gets (as xml) the "Words" elementvoidxsetApplication(XmlString application)Sets (as xml) the "Application" elementvoidxsetAppVersion(XmlString appVersion)Sets (as xml) the "AppVersion" elementvoidxsetCharacters(XmlInt characters)Sets (as xml) the "Characters" elementvoidxsetCharactersWithSpaces(XmlInt charactersWithSpaces)Sets (as xml) the "CharactersWithSpaces" elementvoidxsetCompany(XmlString company)Sets (as xml) the "Company" elementvoidxsetDocSecurity(XmlInt docSecurity)Sets (as xml) the "DocSecurity" elementvoidxsetHiddenSlides(XmlInt hiddenSlides)Sets (as xml) the "HiddenSlides" elementvoidxsetHyperlinkBase(XmlString hyperlinkBase)Sets (as xml) the "HyperlinkBase" elementvoidxsetHyperlinksChanged(XmlBoolean hyperlinksChanged)Sets (as xml) the "HyperlinksChanged" elementvoidxsetLines(XmlInt lines)Sets (as xml) the "Lines" elementvoidxsetLinksUpToDate(XmlBoolean linksUpToDate)Sets (as xml) the "LinksUpToDate" elementvoidxsetManager(XmlString manager)Sets (as xml) the "Manager" elementvoidxsetMMClips(XmlInt mmClips)Sets (as xml) the "MMClips" elementvoidxsetNotes(XmlInt notes)Sets (as xml) the "Notes" elementvoidxsetPages(XmlInt pages)Sets (as xml) the "Pages" elementvoidxsetParagraphs(XmlInt paragraphs)Sets (as xml) the "Paragraphs" elementvoidxsetPresentationFormat(XmlString presentationFormat)Sets (as xml) the "PresentationFormat" elementvoidxsetScaleCrop(XmlBoolean scaleCrop)Sets (as xml) the "ScaleCrop" elementvoidxsetSharedDoc(XmlBoolean sharedDoc)Sets (as xml) the "SharedDoc" elementvoidxsetSlides(XmlInt slides)Sets (as xml) the "Slides" elementvoidxsetTemplate(XmlString template)Sets (as xml) the "Template" elementvoidxsetTotalTime(XmlInt totalTime)Sets (as xml) the "TotalTime" elementvoidxsetWords(XmlInt words)Sets (as xml) the "Words" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getTemplate
java.lang.String getTemplate()
Gets the "Template" element
-
xgetTemplate
XmlString xgetTemplate()
Gets (as xml) the "Template" element
-
isSetTemplate
boolean isSetTemplate()
True if has "Template" element
-
setTemplate
void setTemplate(java.lang.String template)
Sets the "Template" element
-
xsetTemplate
void xsetTemplate(XmlString template)
Sets (as xml) the "Template" element
-
unsetTemplate
void unsetTemplate()
Unsets the "Template" element
-
getManager
java.lang.String getManager()
Gets the "Manager" element
-
xgetManager
XmlString xgetManager()
Gets (as xml) the "Manager" element
-
isSetManager
boolean isSetManager()
True if has "Manager" element
-
setManager
void setManager(java.lang.String manager)
Sets the "Manager" element
-
xsetManager
void xsetManager(XmlString manager)
Sets (as xml) the "Manager" element
-
unsetManager
void unsetManager()
Unsets the "Manager" element
-
getCompany
java.lang.String getCompany()
Gets the "Company" element
-
xgetCompany
XmlString xgetCompany()
Gets (as xml) the "Company" element
-
isSetCompany
boolean isSetCompany()
True if has "Company" element
-
setCompany
void setCompany(java.lang.String company)
Sets the "Company" element
-
xsetCompany
void xsetCompany(XmlString company)
Sets (as xml) the "Company" element
-
unsetCompany
void unsetCompany()
Unsets the "Company" element
-
getPages
int getPages()
Gets the "Pages" element
-
xgetPages
XmlInt xgetPages()
Gets (as xml) the "Pages" element
-
isSetPages
boolean isSetPages()
True if has "Pages" element
-
setPages
void setPages(int pages)
Sets the "Pages" element
-
xsetPages
void xsetPages(XmlInt pages)
Sets (as xml) the "Pages" element
-
unsetPages
void unsetPages()
Unsets the "Pages" element
-
getWords
int getWords()
Gets the "Words" element
-
xgetWords
XmlInt xgetWords()
Gets (as xml) the "Words" element
-
isSetWords
boolean isSetWords()
True if has "Words" element
-
setWords
void setWords(int words)
Sets the "Words" element
-
xsetWords
void xsetWords(XmlInt words)
Sets (as xml) the "Words" element
-
unsetWords
void unsetWords()
Unsets the "Words" element
-
getCharacters
int getCharacters()
Gets the "Characters" element
-
xgetCharacters
XmlInt xgetCharacters()
Gets (as xml) the "Characters" element
-
isSetCharacters
boolean isSetCharacters()
True if has "Characters" element
-
setCharacters
void setCharacters(int characters)
Sets the "Characters" element
-
xsetCharacters
void xsetCharacters(XmlInt characters)
Sets (as xml) the "Characters" element
-
unsetCharacters
void unsetCharacters()
Unsets the "Characters" element
-
getPresentationFormat
java.lang.String getPresentationFormat()
Gets the "PresentationFormat" element
-
xgetPresentationFormat
XmlString xgetPresentationFormat()
Gets (as xml) the "PresentationFormat" element
-
isSetPresentationFormat
boolean isSetPresentationFormat()
True if has "PresentationFormat" element
-
setPresentationFormat
void setPresentationFormat(java.lang.String presentationFormat)
Sets the "PresentationFormat" element
-
xsetPresentationFormat
void xsetPresentationFormat(XmlString presentationFormat)
Sets (as xml) the "PresentationFormat" element
-
unsetPresentationFormat
void unsetPresentationFormat()
Unsets the "PresentationFormat" element
-
getLines
int getLines()
Gets the "Lines" element
-
xgetLines
XmlInt xgetLines()
Gets (as xml) the "Lines" element
-
isSetLines
boolean isSetLines()
True if has "Lines" element
-
setLines
void setLines(int lines)
Sets the "Lines" element
-
xsetLines
void xsetLines(XmlInt lines)
Sets (as xml) the "Lines" element
-
unsetLines
void unsetLines()
Unsets the "Lines" element
-
getParagraphs
int getParagraphs()
Gets the "Paragraphs" element
-
xgetParagraphs
XmlInt xgetParagraphs()
Gets (as xml) the "Paragraphs" element
-
isSetParagraphs
boolean isSetParagraphs()
True if has "Paragraphs" element
-
setParagraphs
void setParagraphs(int paragraphs)
Sets the "Paragraphs" element
-
xsetParagraphs
void xsetParagraphs(XmlInt paragraphs)
Sets (as xml) the "Paragraphs" element
-
unsetParagraphs
void unsetParagraphs()
Unsets the "Paragraphs" element
-
getSlides
int getSlides()
Gets the "Slides" element
-
xgetSlides
XmlInt xgetSlides()
Gets (as xml) the "Slides" element
-
isSetSlides
boolean isSetSlides()
True if has "Slides" element
-
setSlides
void setSlides(int slides)
Sets the "Slides" element
-
xsetSlides
void xsetSlides(XmlInt slides)
Sets (as xml) the "Slides" element
-
unsetSlides
void unsetSlides()
Unsets the "Slides" element
-
getNotes
int getNotes()
Gets the "Notes" element
-
xgetNotes
XmlInt xgetNotes()
Gets (as xml) the "Notes" element
-
isSetNotes
boolean isSetNotes()
True if has "Notes" element
-
setNotes
void setNotes(int notes)
Sets the "Notes" element
-
xsetNotes
void xsetNotes(XmlInt notes)
Sets (as xml) the "Notes" element
-
unsetNotes
void unsetNotes()
Unsets the "Notes" element
-
getTotalTime
int getTotalTime()
Gets the "TotalTime" element
-
xgetTotalTime
XmlInt xgetTotalTime()
Gets (as xml) the "TotalTime" element
-
isSetTotalTime
boolean isSetTotalTime()
True if has "TotalTime" element
-
setTotalTime
void setTotalTime(int totalTime)
Sets the "TotalTime" element
-
xsetTotalTime
void xsetTotalTime(XmlInt totalTime)
Sets (as xml) the "TotalTime" element
-
unsetTotalTime
void unsetTotalTime()
Unsets the "TotalTime" element
-
getHiddenSlides
int getHiddenSlides()
Gets the "HiddenSlides" element
-
xgetHiddenSlides
XmlInt xgetHiddenSlides()
Gets (as xml) the "HiddenSlides" element
-
isSetHiddenSlides
boolean isSetHiddenSlides()
True if has "HiddenSlides" element
-
setHiddenSlides
void setHiddenSlides(int hiddenSlides)
Sets the "HiddenSlides" element
-
xsetHiddenSlides
void xsetHiddenSlides(XmlInt hiddenSlides)
Sets (as xml) the "HiddenSlides" element
-
unsetHiddenSlides
void unsetHiddenSlides()
Unsets the "HiddenSlides" element
-
getMMClips
int getMMClips()
Gets the "MMClips" element
-
xgetMMClips
XmlInt xgetMMClips()
Gets (as xml) the "MMClips" element
-
isSetMMClips
boolean isSetMMClips()
True if has "MMClips" element
-
setMMClips
void setMMClips(int mmClips)
Sets the "MMClips" element
-
xsetMMClips
void xsetMMClips(XmlInt mmClips)
Sets (as xml) the "MMClips" element
-
unsetMMClips
void unsetMMClips()
Unsets the "MMClips" element
-
getScaleCrop
boolean getScaleCrop()
Gets the "ScaleCrop" element
-
xgetScaleCrop
XmlBoolean xgetScaleCrop()
Gets (as xml) the "ScaleCrop" element
-
isSetScaleCrop
boolean isSetScaleCrop()
True if has "ScaleCrop" element
-
setScaleCrop
void setScaleCrop(boolean scaleCrop)
Sets the "ScaleCrop" element
-
xsetScaleCrop
void xsetScaleCrop(XmlBoolean scaleCrop)
Sets (as xml) the "ScaleCrop" element
-
unsetScaleCrop
void unsetScaleCrop()
Unsets the "ScaleCrop" element
-
getHeadingPairs
CTVectorVariant getHeadingPairs()
Gets the "HeadingPairs" element
-
isSetHeadingPairs
boolean isSetHeadingPairs()
True if has "HeadingPairs" element
-
setHeadingPairs
void setHeadingPairs(CTVectorVariant headingPairs)
Sets the "HeadingPairs" element
-
addNewHeadingPairs
CTVectorVariant addNewHeadingPairs()
Appends and returns a new empty "HeadingPairs" element
-
unsetHeadingPairs
void unsetHeadingPairs()
Unsets the "HeadingPairs" element
-
getTitlesOfParts
CTVectorLpstr getTitlesOfParts()
Gets the "TitlesOfParts" element
-
isSetTitlesOfParts
boolean isSetTitlesOfParts()
True if has "TitlesOfParts" element
-
setTitlesOfParts
void setTitlesOfParts(CTVectorLpstr titlesOfParts)
Sets the "TitlesOfParts" element
-
addNewTitlesOfParts
CTVectorLpstr addNewTitlesOfParts()
Appends and returns a new empty "TitlesOfParts" element
-
unsetTitlesOfParts
void unsetTitlesOfParts()
Unsets the "TitlesOfParts" element
-
getLinksUpToDate
boolean getLinksUpToDate()
Gets the "LinksUpToDate" element
-
xgetLinksUpToDate
XmlBoolean xgetLinksUpToDate()
Gets (as xml) the "LinksUpToDate" element
-
isSetLinksUpToDate
boolean isSetLinksUpToDate()
True if has "LinksUpToDate" element
-
setLinksUpToDate
void setLinksUpToDate(boolean linksUpToDate)
Sets the "LinksUpToDate" element
-
xsetLinksUpToDate
void xsetLinksUpToDate(XmlBoolean linksUpToDate)
Sets (as xml) the "LinksUpToDate" element
-
unsetLinksUpToDate
void unsetLinksUpToDate()
Unsets the "LinksUpToDate" element
-
getCharactersWithSpaces
int getCharactersWithSpaces()
Gets the "CharactersWithSpaces" element
-
xgetCharactersWithSpaces
XmlInt xgetCharactersWithSpaces()
Gets (as xml) the "CharactersWithSpaces" element
-
isSetCharactersWithSpaces
boolean isSetCharactersWithSpaces()
True if has "CharactersWithSpaces" element
-
setCharactersWithSpaces
void setCharactersWithSpaces(int charactersWithSpaces)
Sets the "CharactersWithSpaces" element
-
xsetCharactersWithSpaces
void xsetCharactersWithSpaces(XmlInt charactersWithSpaces)
Sets (as xml) the "CharactersWithSpaces" element
-
unsetCharactersWithSpaces
void unsetCharactersWithSpaces()
Unsets the "CharactersWithSpaces" element
-
getSharedDoc
boolean getSharedDoc()
Gets the "SharedDoc" element
-
xgetSharedDoc
XmlBoolean xgetSharedDoc()
Gets (as xml) the "SharedDoc" element
-
isSetSharedDoc
boolean isSetSharedDoc()
True if has "SharedDoc" element
-
setSharedDoc
void setSharedDoc(boolean sharedDoc)
Sets the "SharedDoc" element
-
xsetSharedDoc
void xsetSharedDoc(XmlBoolean sharedDoc)
Sets (as xml) the "SharedDoc" element
-
unsetSharedDoc
void unsetSharedDoc()
Unsets the "SharedDoc" element
-
getHyperlinkBase
java.lang.String getHyperlinkBase()
Gets the "HyperlinkBase" element
-
xgetHyperlinkBase
XmlString xgetHyperlinkBase()
Gets (as xml) the "HyperlinkBase" element
-
isSetHyperlinkBase
boolean isSetHyperlinkBase()
True if has "HyperlinkBase" element
-
setHyperlinkBase
void setHyperlinkBase(java.lang.String hyperlinkBase)
Sets the "HyperlinkBase" element
-
xsetHyperlinkBase
void xsetHyperlinkBase(XmlString hyperlinkBase)
Sets (as xml) the "HyperlinkBase" element
-
unsetHyperlinkBase
void unsetHyperlinkBase()
Unsets the "HyperlinkBase" element
-
getHLinks
CTVectorVariant getHLinks()
Gets the "HLinks" element
-
isSetHLinks
boolean isSetHLinks()
True if has "HLinks" element
-
setHLinks
void setHLinks(CTVectorVariant hLinks)
Sets the "HLinks" element
-
addNewHLinks
CTVectorVariant addNewHLinks()
Appends and returns a new empty "HLinks" element
-
unsetHLinks
void unsetHLinks()
Unsets the "HLinks" element
-
getHyperlinksChanged
boolean getHyperlinksChanged()
Gets the "HyperlinksChanged" element
-
xgetHyperlinksChanged
XmlBoolean xgetHyperlinksChanged()
Gets (as xml) the "HyperlinksChanged" element
-
isSetHyperlinksChanged
boolean isSetHyperlinksChanged()
True if has "HyperlinksChanged" element
-
setHyperlinksChanged
void setHyperlinksChanged(boolean hyperlinksChanged)
Sets the "HyperlinksChanged" element
-
xsetHyperlinksChanged
void xsetHyperlinksChanged(XmlBoolean hyperlinksChanged)
Sets (as xml) the "HyperlinksChanged" element
-
unsetHyperlinksChanged
void unsetHyperlinksChanged()
Unsets the "HyperlinksChanged" element
-
getDigSig
CTDigSigBlob getDigSig()
Gets the "DigSig" element
-
isSetDigSig
boolean isSetDigSig()
True if has "DigSig" element
-
setDigSig
void setDigSig(CTDigSigBlob digSig)
Sets the "DigSig" element
-
addNewDigSig
CTDigSigBlob addNewDigSig()
Appends and returns a new empty "DigSig" element
-
unsetDigSig
void unsetDigSig()
Unsets the "DigSig" element
-
getApplication
java.lang.String getApplication()
Gets the "Application" element
-
xgetApplication
XmlString xgetApplication()
Gets (as xml) the "Application" element
-
isSetApplication
boolean isSetApplication()
True if has "Application" element
-
setApplication
void setApplication(java.lang.String application)
Sets the "Application" element
-
xsetApplication
void xsetApplication(XmlString application)
Sets (as xml) the "Application" element
-
unsetApplication
void unsetApplication()
Unsets the "Application" element
-
getAppVersion
java.lang.String getAppVersion()
Gets the "AppVersion" element
-
xgetAppVersion
XmlString xgetAppVersion()
Gets (as xml) the "AppVersion" element
-
isSetAppVersion
boolean isSetAppVersion()
True if has "AppVersion" element
-
setAppVersion
void setAppVersion(java.lang.String appVersion)
Sets the "AppVersion" element
-
xsetAppVersion
void xsetAppVersion(XmlString appVersion)
Sets (as xml) the "AppVersion" element
-
unsetAppVersion
void unsetAppVersion()
Unsets the "AppVersion" element
-
getDocSecurity
int getDocSecurity()
Gets the "DocSecurity" element
-
xgetDocSecurity
XmlInt xgetDocSecurity()
Gets (as xml) the "DocSecurity" element
-
isSetDocSecurity
boolean isSetDocSecurity()
True if has "DocSecurity" element
-
setDocSecurity
void setDocSecurity(int docSecurity)
Sets the "DocSecurity" element
-
xsetDocSecurity
void xsetDocSecurity(XmlInt docSecurity)
Sets (as xml) the "DocSecurity" element
-
unsetDocSecurity
void unsetDocSecurity()
Unsets the "DocSecurity" element
-
-