Interface CTPresentationProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_PresentationProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTPresentationProperties> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "clrMru" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "htmlPubPr" elementAppends and returns a new empty "prnPr" elementAppends and returns a new empty "showPr" elementAppends and returns a new empty "webPr" elementGets the "clrMru" elementGets the "extLst" elementGets the "htmlPubPr" elementgetPrnPr()Gets the "prnPr" elementGets the "showPr" elementgetWebPr()Gets the "webPr" elementbooleanTrue if has "clrMru" elementbooleanTrue if has "extLst" elementbooleanTrue if has "htmlPubPr" elementbooleanTrue if has "prnPr" elementbooleanTrue if has "showPr" elementbooleanTrue if has "webPr" elementvoidsetClrMru(CTColorMRU clrMru) Sets the "clrMru" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetHtmlPubPr(CTHtmlPublishProperties htmlPubPr) Sets the "htmlPubPr" elementvoidsetPrnPr(CTPrintProperties prnPr) Sets the "prnPr" elementvoidsetShowPr(CTShowProperties showPr) Sets the "showPr" elementvoidsetWebPr(CTWebProperties webPr) Sets the "webPr" elementvoidUnsets the "clrMru" elementvoidUnsets the "extLst" elementvoidUnsets the "htmlPubPr" elementvoidUnsets the "prnPr" elementvoidUnsets the "showPr" elementvoidUnsets the "webPr" elementMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getHtmlPubPr
CTHtmlPublishProperties getHtmlPubPr()Gets the "htmlPubPr" element -
isSetHtmlPubPr
boolean isSetHtmlPubPr()True if has "htmlPubPr" element -
setHtmlPubPr
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
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
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
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
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
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-