Interface CTCommonViewProperties
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCommonViewProperties extends XmlObject
An XML CT_CommonViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCommonViewProperties.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 CTPoint2D
addNewOrigin()
Appends and returns a new empty "origin" elementCTScale2D
addNewScale()
Appends and returns a new empty "scale" elementCTPoint2D
getOrigin()
Gets the "origin" elementCTScale2D
getScale()
Gets the "scale" elementboolean
getVarScale()
Gets the "varScale" attributeboolean
isSetVarScale()
True if has "varScale" attributevoid
setOrigin(CTPoint2D origin)
Sets the "origin" elementvoid
setScale(CTScale2D scale)
Sets the "scale" elementvoid
setVarScale(boolean varScale)
Sets the "varScale" attributevoid
unsetVarScale()
Unsets the "varScale" attributeXmlBoolean
xgetVarScale()
Gets (as xml) the "varScale" attributevoid
xsetVarScale(XmlBoolean varScale)
Sets (as xml) the "varScale" 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
-
getScale
CTScale2D getScale()
Gets the "scale" element
-
setScale
void setScale(CTScale2D scale)
Sets the "scale" element
-
addNewScale
CTScale2D addNewScale()
Appends and returns a new empty "scale" element
-
getOrigin
CTPoint2D getOrigin()
Gets the "origin" element
-
setOrigin
void setOrigin(CTPoint2D origin)
Sets the "origin" element
-
addNewOrigin
CTPoint2D addNewOrigin()
Appends and returns a new empty "origin" element
-
getVarScale
boolean getVarScale()
Gets the "varScale" attribute
-
xgetVarScale
XmlBoolean xgetVarScale()
Gets (as xml) the "varScale" attribute
-
isSetVarScale
boolean isSetVarScale()
True if has "varScale" attribute
-
setVarScale
void setVarScale(boolean varScale)
Sets the "varScale" attribute
-
xsetVarScale
void xsetVarScale(XmlBoolean varScale)
Sets (as xml) the "varScale" attribute
-
unsetVarScale
void unsetVarScale()
Unsets the "varScale" attribute
-
-