Interface CTView3D
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_View3D(@http://schemas.openxmlformats.org/drawingml/2006/chart).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "depthPercent" elementAppends and returns a new empty "extLst" elementAppends and returns a new empty "hPercent" elementAppends and returns a new empty "perspective" elementAppends and returns a new empty "rAngAx" elementAppends and returns a new empty "rotX" elementAppends and returns a new empty "rotY" elementGets the "depthPercent" elementGets the "extLst" elementGets the "hPercent" elementGets the "perspective" elementGets the "rAngAx" elementgetRotX()Gets the "rotX" elementgetRotY()Gets the "rotY" elementbooleanTrue if has "depthPercent" elementbooleanTrue if has "extLst" elementbooleanTrue if has "hPercent" elementbooleanTrue if has "perspective" elementbooleanTrue if has "rAngAx" elementbooleanTrue if has "rotX" elementbooleanTrue if has "rotY" elementvoidsetDepthPercent(CTDepthPercent depthPercent) Sets the "depthPercent" elementvoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidsetHPercent(CTHPercent hPercent) Sets the "hPercent" elementvoidsetPerspective(CTPerspective perspective) Sets the "perspective" elementvoidSets the "rAngAx" elementvoidSets the "rotX" elementvoidSets the "rotY" elementvoidUnsets the "depthPercent" elementvoidUnsets the "extLst" elementvoidUnsets the "hPercent" elementvoidUnsets the "perspective" elementvoidUnsets the "rAngAx" elementvoidUnsets the "rotX" elementvoidUnsets the "rotY" elementMethods 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
-
getRotX
CTRotX getRotX()Gets the "rotX" element -
isSetRotX
boolean isSetRotX()True if has "rotX" element -
setRotX
Sets the "rotX" element -
addNewRotX
CTRotX addNewRotX()Appends and returns a new empty "rotX" element -
unsetRotX
void unsetRotX()Unsets the "rotX" element -
getHPercent
CTHPercent getHPercent()Gets the "hPercent" element -
isSetHPercent
boolean isSetHPercent()True if has "hPercent" element -
setHPercent
Sets the "hPercent" element -
addNewHPercent
CTHPercent addNewHPercent()Appends and returns a new empty "hPercent" element -
unsetHPercent
void unsetHPercent()Unsets the "hPercent" element -
getRotY
CTRotY getRotY()Gets the "rotY" element -
isSetRotY
boolean isSetRotY()True if has "rotY" element -
setRotY
Sets the "rotY" element -
addNewRotY
CTRotY addNewRotY()Appends and returns a new empty "rotY" element -
unsetRotY
void unsetRotY()Unsets the "rotY" element -
getDepthPercent
CTDepthPercent getDepthPercent()Gets the "depthPercent" element -
isSetDepthPercent
boolean isSetDepthPercent()True if has "depthPercent" element -
setDepthPercent
Sets the "depthPercent" element -
addNewDepthPercent
CTDepthPercent addNewDepthPercent()Appends and returns a new empty "depthPercent" element -
unsetDepthPercent
void unsetDepthPercent()Unsets the "depthPercent" element -
getRAngAx
CTBoolean getRAngAx()Gets the "rAngAx" element -
isSetRAngAx
boolean isSetRAngAx()True if has "rAngAx" element -
setRAngAx
Sets the "rAngAx" element -
addNewRAngAx
CTBoolean addNewRAngAx()Appends and returns a new empty "rAngAx" element -
unsetRAngAx
void unsetRAngAx()Unsets the "rAngAx" element -
getPerspective
CTPerspective getPerspective()Gets the "perspective" element -
isSetPerspective
boolean isSetPerspective()True if has "perspective" element -
setPerspective
Sets the "perspective" element -
addNewPerspective
CTPerspective addNewPerspective()Appends and returns a new empty "perspective" element -
unsetPerspective
void unsetPerspective()Unsets the "perspective" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element
-