Interface CTSlideSorterViewProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_SlideSorterViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTSlideSorterViewProperties> 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 "cViewPr" elementAppends and returns a new empty "extLst" elementGets the "cViewPr" elementGets the "extLst" elementbooleanGets the "showFormatting" attributebooleanTrue if has "extLst" elementbooleanTrue if has "showFormatting" attributevoidsetCViewPr(CTCommonViewProperties cViewPr) Sets the "cViewPr" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetShowFormatting(boolean showFormatting) Sets the "showFormatting" attributevoidUnsets the "extLst" elementvoidUnsets the "showFormatting" attributeGets (as xml) the "showFormatting" attributevoidxsetShowFormatting(XmlBoolean showFormatting) Sets (as xml) the "showFormatting" attributeMethods 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
-
getCViewPr
CTCommonViewProperties getCViewPr()Gets the "cViewPr" element -
setCViewPr
Sets the "cViewPr" element -
addNewCViewPr
CTCommonViewProperties addNewCViewPr()Appends and returns a new empty "cViewPr" 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 -
getShowFormatting
boolean getShowFormatting()Gets the "showFormatting" attribute -
xgetShowFormatting
XmlBoolean xgetShowFormatting()Gets (as xml) the "showFormatting" attribute -
isSetShowFormatting
boolean isSetShowFormatting()True if has "showFormatting" attribute -
setShowFormatting
void setShowFormatting(boolean showFormatting) Sets the "showFormatting" attribute -
xsetShowFormatting
Sets (as xml) the "showFormatting" attribute -
unsetShowFormatting
void unsetShowFormatting()Unsets the "showFormatting" attribute
-