Interface CTCommonSlideViewProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CommonSlideViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCommonSlideViewProperties> 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 "guideLst" elementGets the "cViewPr" elementGets the "guideLst" elementbooleanGets the "showGuides" attributebooleanGets the "snapToGrid" attributebooleanGets the "snapToObjects" attributebooleanTrue if has "guideLst" elementbooleanTrue if has "showGuides" attributebooleanTrue if has "snapToGrid" attributebooleanTrue if has "snapToObjects" attributevoidsetCViewPr(CTCommonViewProperties cViewPr) Sets the "cViewPr" elementvoidsetGuideLst(CTGuideList guideLst) Sets the "guideLst" elementvoidsetShowGuides(boolean showGuides) Sets the "showGuides" attributevoidsetSnapToGrid(boolean snapToGrid) Sets the "snapToGrid" attributevoidsetSnapToObjects(boolean snapToObjects) Sets the "snapToObjects" attributevoidUnsets the "guideLst" elementvoidUnsets the "showGuides" attributevoidUnsets the "snapToGrid" attributevoidUnsets the "snapToObjects" attributeGets (as xml) the "showGuides" attributeGets (as xml) the "snapToGrid" attributeGets (as xml) the "snapToObjects" attributevoidxsetShowGuides(XmlBoolean showGuides) Sets (as xml) the "showGuides" attributevoidxsetSnapToGrid(XmlBoolean snapToGrid) Sets (as xml) the "snapToGrid" attributevoidxsetSnapToObjects(XmlBoolean snapToObjects) Sets (as xml) the "snapToObjects" 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 -
getGuideLst
CTGuideList getGuideLst()Gets the "guideLst" element -
isSetGuideLst
boolean isSetGuideLst()True if has "guideLst" element -
setGuideLst
Sets the "guideLst" element -
addNewGuideLst
CTGuideList addNewGuideLst()Appends and returns a new empty "guideLst" element -
unsetGuideLst
void unsetGuideLst()Unsets the "guideLst" element -
getSnapToGrid
boolean getSnapToGrid()Gets the "snapToGrid" attribute -
xgetSnapToGrid
XmlBoolean xgetSnapToGrid()Gets (as xml) the "snapToGrid" attribute -
isSetSnapToGrid
boolean isSetSnapToGrid()True if has "snapToGrid" attribute -
setSnapToGrid
void setSnapToGrid(boolean snapToGrid) Sets the "snapToGrid" attribute -
xsetSnapToGrid
Sets (as xml) the "snapToGrid" attribute -
unsetSnapToGrid
void unsetSnapToGrid()Unsets the "snapToGrid" attribute -
getSnapToObjects
boolean getSnapToObjects()Gets the "snapToObjects" attribute -
xgetSnapToObjects
XmlBoolean xgetSnapToObjects()Gets (as xml) the "snapToObjects" attribute -
isSetSnapToObjects
boolean isSetSnapToObjects()True if has "snapToObjects" attribute -
setSnapToObjects
void setSnapToObjects(boolean snapToObjects) Sets the "snapToObjects" attribute -
xsetSnapToObjects
Sets (as xml) the "snapToObjects" attribute -
unsetSnapToObjects
void unsetSnapToObjects()Unsets the "snapToObjects" attribute -
getShowGuides
boolean getShowGuides()Gets the "showGuides" attribute -
xgetShowGuides
XmlBoolean xgetShowGuides()Gets (as xml) the "showGuides" attribute -
isSetShowGuides
boolean isSetShowGuides()True if has "showGuides" attribute -
setShowGuides
void setShowGuides(boolean showGuides) Sets the "showGuides" attribute -
xsetShowGuides
Sets (as xml) the "showGuides" attribute -
unsetShowGuides
void unsetShowGuides()Unsets the "showGuides" attribute
-