Interface CTView3D
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTView3D extends XmlObject
An XML CT_View3D(@http://schemas.openxmlformats.org/drawingml/2006/chart). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTView3D.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 CTDepthPercentaddNewDepthPercent()Appends and returns a new empty "depthPercent" elementCTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTHPercentaddNewHPercent()Appends and returns a new empty "hPercent" elementCTPerspectiveaddNewPerspective()Appends and returns a new empty "perspective" elementCTBooleanaddNewRAngAx()Appends and returns a new empty "rAngAx" elementCTRotXaddNewRotX()Appends and returns a new empty "rotX" elementCTRotYaddNewRotY()Appends and returns a new empty "rotY" elementCTDepthPercentgetDepthPercent()Gets the "depthPercent" elementCTExtensionListgetExtLst()Gets the "extLst" elementCTHPercentgetHPercent()Gets the "hPercent" elementCTPerspectivegetPerspective()Gets the "perspective" elementCTBooleangetRAngAx()Gets the "rAngAx" elementCTRotXgetRotX()Gets the "rotX" elementCTRotYgetRotY()Gets the "rotY" elementbooleanisSetDepthPercent()True if has "depthPercent" elementbooleanisSetExtLst()True if has "extLst" elementbooleanisSetHPercent()True if has "hPercent" elementbooleanisSetPerspective()True if has "perspective" elementbooleanisSetRAngAx()True if has "rAngAx" elementbooleanisSetRotX()True if has "rotX" elementbooleanisSetRotY()True 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" elementvoidsetRAngAx(CTBoolean rAngAx)Sets the "rAngAx" elementvoidsetRotX(CTRotX rotX)Sets the "rotX" elementvoidsetRotY(CTRotY rotY)Sets the "rotY" elementvoidunsetDepthPercent()Unsets the "depthPercent" elementvoidunsetExtLst()Unsets the "extLst" elementvoidunsetHPercent()Unsets the "hPercent" elementvoidunsetPerspective()Unsets the "perspective" elementvoidunsetRAngAx()Unsets the "rAngAx" elementvoidunsetRotX()Unsets the "rotX" elementvoidunsetRotY()Unsets the "rotY" element-
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
-
getRotX
CTRotX getRotX()
Gets the "rotX" element
-
isSetRotX
boolean isSetRotX()
True if has "rotX" element
-
setRotX
void setRotX(CTRotX rotX)
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
void setHPercent(CTHPercent hPercent)
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
void setRotY(CTRotY rotY)
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
void setDepthPercent(CTDepthPercent depthPercent)
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
void setRAngAx(CTBoolean rAngAx)
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
void setPerspective(CTPerspective perspective)
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
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
-