Interface CTPresentationProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTPresentationProperties extends XmlObject
An XML CT_PresentationProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTPresentationProperties.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 CTColorMRU
addNewClrMru()
Appends and returns a new empty "clrMru" elementCTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTHtmlPublishProperties
addNewHtmlPubPr()
Appends and returns a new empty "htmlPubPr" elementCTPrintProperties
addNewPrnPr()
Appends and returns a new empty "prnPr" elementCTShowProperties
addNewShowPr()
Appends and returns a new empty "showPr" elementCTWebProperties
addNewWebPr()
Appends and returns a new empty "webPr" elementCTColorMRU
getClrMru()
Gets the "clrMru" elementCTExtensionList
getExtLst()
Gets the "extLst" elementCTHtmlPublishProperties
getHtmlPubPr()
Gets the "htmlPubPr" elementCTPrintProperties
getPrnPr()
Gets the "prnPr" elementCTShowProperties
getShowPr()
Gets the "showPr" elementCTWebProperties
getWebPr()
Gets the "webPr" elementboolean
isSetClrMru()
True if has "clrMru" elementboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetHtmlPubPr()
True if has "htmlPubPr" elementboolean
isSetPrnPr()
True if has "prnPr" elementboolean
isSetShowPr()
True if has "showPr" elementboolean
isSetWebPr()
True if has "webPr" elementvoid
setClrMru(CTColorMRU clrMru)
Sets the "clrMru" elementvoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setHtmlPubPr(CTHtmlPublishProperties htmlPubPr)
Sets the "htmlPubPr" elementvoid
setPrnPr(CTPrintProperties prnPr)
Sets the "prnPr" elementvoid
setShowPr(CTShowProperties showPr)
Sets the "showPr" elementvoid
setWebPr(CTWebProperties webPr)
Sets the "webPr" elementvoid
unsetClrMru()
Unsets the "clrMru" elementvoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetHtmlPubPr()
Unsets the "htmlPubPr" elementvoid
unsetPrnPr()
Unsets the "prnPr" elementvoid
unsetShowPr()
Unsets the "showPr" elementvoid
unsetWebPr()
Unsets the "webPr" 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
-
getHtmlPubPr
CTHtmlPublishProperties getHtmlPubPr()
Gets the "htmlPubPr" element
-
isSetHtmlPubPr
boolean isSetHtmlPubPr()
True if has "htmlPubPr" element
-
setHtmlPubPr
void setHtmlPubPr(CTHtmlPublishProperties htmlPubPr)
Sets the "htmlPubPr" element
-
addNewHtmlPubPr
CTHtmlPublishProperties addNewHtmlPubPr()
Appends and returns a new empty "htmlPubPr" element
-
unsetHtmlPubPr
void unsetHtmlPubPr()
Unsets the "htmlPubPr" element
-
getWebPr
CTWebProperties getWebPr()
Gets the "webPr" element
-
isSetWebPr
boolean isSetWebPr()
True if has "webPr" element
-
setWebPr
void setWebPr(CTWebProperties webPr)
Sets the "webPr" element
-
addNewWebPr
CTWebProperties addNewWebPr()
Appends and returns a new empty "webPr" element
-
unsetWebPr
void unsetWebPr()
Unsets the "webPr" element
-
getPrnPr
CTPrintProperties getPrnPr()
Gets the "prnPr" element
-
isSetPrnPr
boolean isSetPrnPr()
True if has "prnPr" element
-
setPrnPr
void setPrnPr(CTPrintProperties prnPr)
Sets the "prnPr" element
-
addNewPrnPr
CTPrintProperties addNewPrnPr()
Appends and returns a new empty "prnPr" element
-
unsetPrnPr
void unsetPrnPr()
Unsets the "prnPr" element
-
getShowPr
CTShowProperties getShowPr()
Gets the "showPr" element
-
isSetShowPr
boolean isSetShowPr()
True if has "showPr" element
-
setShowPr
void setShowPr(CTShowProperties showPr)
Sets the "showPr" element
-
addNewShowPr
CTShowProperties addNewShowPr()
Appends and returns a new empty "showPr" element
-
unsetShowPr
void unsetShowPr()
Unsets the "showPr" element
-
getClrMru
CTColorMRU getClrMru()
Gets the "clrMru" element
-
isSetClrMru
boolean isSetClrMru()
True if has "clrMru" element
-
setClrMru
void setClrMru(CTColorMRU clrMru)
Sets the "clrMru" element
-
addNewClrMru
CTColorMRU addNewClrMru()
Appends and returns a new empty "clrMru" element
-
unsetClrMru
void unsetClrMru()
Unsets the "clrMru" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-