Interface CTSlideSorterViewProperties
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTSlideSorterViewProperties extends XmlObject
An XML CT_SlideSorterViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Field Summary
Fields Modifier and Type Field Description static DocumentFactory<CTSlideSorterViewProperties>Factorystatic 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 CTCommonViewPropertiesaddNewCViewPr()Appends and returns a new empty "cViewPr" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTCommonViewPropertiesgetCViewPr()Gets the "cViewPr" elementCTExtensionListgetExtLst()Gets the "extLst" elementbooleangetShowFormatting()Gets the "showFormatting" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetShowFormatting()True if has "showFormatting" attributevoidsetCViewPr(CTCommonViewProperties cViewPr)Sets the "cViewPr" elementvoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetShowFormatting(boolean showFormatting)Sets the "showFormatting" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetShowFormatting()Unsets the "showFormatting" attributeXmlBooleanxgetShowFormatting()Gets (as xml) the "showFormatting" attributevoidxsetShowFormatting(XmlBoolean showFormatting)Sets (as xml) the "showFormatting" attribute-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final DocumentFactory<CTSlideSorterViewProperties> Factory
-
type
static final SchemaType type
-
-
Method Detail
-
getCViewPr
CTCommonViewProperties getCViewPr()
Gets the "cViewPr" element
-
setCViewPr
void setCViewPr(CTCommonViewProperties cViewPr)
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
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
-
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
void xsetShowFormatting(XmlBoolean showFormatting)
Sets (as xml) the "showFormatting" attribute
-
unsetShowFormatting
void unsetShowFormatting()
Unsets the "showFormatting" attribute
-
-