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 classCTCommonViewProperties.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static 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 CTPoint2DaddNewOrigin()Appends and returns a new empty "origin" elementCTScale2DaddNewScale()Appends and returns a new empty "scale" elementCTPoint2DgetOrigin()Gets the "origin" elementCTScale2DgetScale()Gets the "scale" elementbooleangetVarScale()Gets the "varScale" attributebooleanisSetVarScale()True if has "varScale" attributevoidsetOrigin(CTPoint2D origin)Sets the "origin" elementvoidsetScale(CTScale2D scale)Sets the "scale" elementvoidsetVarScale(boolean varScale)Sets the "varScale" attributevoidunsetVarScale()Unsets the "varScale" attributeXmlBooleanxgetVarScale()Gets (as xml) the "varScale" attributevoidxsetVarScale(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
-
-