Interface CTCommonSlideViewProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCommonSlideViewProperties extends XmlObject
An XML CT_CommonSlideViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCommonSlideViewProperties.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 CTCommonViewProperties
addNewCViewPr()
Appends and returns a new empty "cViewPr" elementCTGuideList
addNewGuideLst()
Appends and returns a new empty "guideLst" elementCTCommonViewProperties
getCViewPr()
Gets the "cViewPr" elementCTGuideList
getGuideLst()
Gets the "guideLst" elementboolean
getShowGuides()
Gets the "showGuides" attributeboolean
getSnapToGrid()
Gets the "snapToGrid" attributeboolean
getSnapToObjects()
Gets the "snapToObjects" attributeboolean
isSetGuideLst()
True if has "guideLst" elementboolean
isSetShowGuides()
True if has "showGuides" attributeboolean
isSetSnapToGrid()
True if has "snapToGrid" attributeboolean
isSetSnapToObjects()
True if has "snapToObjects" attributevoid
setCViewPr(CTCommonViewProperties cViewPr)
Sets the "cViewPr" elementvoid
setGuideLst(CTGuideList guideLst)
Sets the "guideLst" elementvoid
setShowGuides(boolean showGuides)
Sets the "showGuides" attributevoid
setSnapToGrid(boolean snapToGrid)
Sets the "snapToGrid" attributevoid
setSnapToObjects(boolean snapToObjects)
Sets the "snapToObjects" attributevoid
unsetGuideLst()
Unsets the "guideLst" elementvoid
unsetShowGuides()
Unsets the "showGuides" attributevoid
unsetSnapToGrid()
Unsets the "snapToGrid" attributevoid
unsetSnapToObjects()
Unsets the "snapToObjects" attributeXmlBoolean
xgetShowGuides()
Gets (as xml) the "showGuides" attributeXmlBoolean
xgetSnapToGrid()
Gets (as xml) the "snapToGrid" attributeXmlBoolean
xgetSnapToObjects()
Gets (as xml) the "snapToObjects" attributevoid
xsetShowGuides(XmlBoolean showGuides)
Sets (as xml) the "showGuides" attributevoid
xsetSnapToGrid(XmlBoolean snapToGrid)
Sets (as xml) the "snapToGrid" attributevoid
xsetSnapToObjects(XmlBoolean snapToObjects)
Sets (as xml) the "snapToObjects" 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, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
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
-
getGuideLst
CTGuideList getGuideLst()
Gets the "guideLst" element
-
isSetGuideLst
boolean isSetGuideLst()
True if has "guideLst" element
-
setGuideLst
void setGuideLst(CTGuideList guideLst)
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
void xsetSnapToGrid(XmlBoolean snapToGrid)
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
void xsetSnapToObjects(XmlBoolean snapToObjects)
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
void xsetShowGuides(XmlBoolean showGuides)
Sets (as xml) the "showGuides" attribute
-
unsetShowGuides
void unsetShowGuides()
Unsets the "showGuides" attribute
-
-