Interface CTCommonViewProperties
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_CommonViewProperties(@http://schemas.openxmlformats.org/presentationml/2006/main).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentFactory<CTCommonViewProperties> 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 "origin" elementAppends and returns a new empty "scale" elementGets the "origin" elementgetScale()Gets the "scale" elementbooleanGets the "varScale" attributebooleanTrue if has "varScale" attributevoidSets the "origin" elementvoidSets the "scale" elementvoidsetVarScale(boolean varScale) Sets the "varScale" attributevoidUnsets the "varScale" attributeGets (as xml) the "varScale" attributevoidxsetVarScale(XmlBoolean varScale) Sets (as xml) the "varScale" 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
-
getScale
CTScale2D getScale()Gets the "scale" element -
setScale
Sets the "scale" element -
addNewScale
CTScale2D addNewScale()Appends and returns a new empty "scale" element -
getOrigin
CTPoint2D getOrigin()Gets the "origin" element -
setOrigin
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
Sets (as xml) the "varScale" attribute -
unsetVarScale
void unsetVarScale()Unsets the "varScale" attribute
-