Interface CTShape3D
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTShape3D extends XmlObject
An XML CT_Shape3D(@http://schemas.openxmlformats.org/drawingml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTShape3D.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 CTBevel
addNewBevelB()
Appends and returns a new empty "bevelB" elementCTBevel
addNewBevelT()
Appends and returns a new empty "bevelT" elementCTColor
addNewContourClr()
Appends and returns a new empty "contourClr" elementCTOfficeArtExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTColor
addNewExtrusionClr()
Appends and returns a new empty "extrusionClr" elementCTBevel
getBevelB()
Gets the "bevelB" elementCTBevel
getBevelT()
Gets the "bevelT" elementCTColor
getContourClr()
Gets the "contourClr" elementlong
getContourW()
Gets the "contourW" attributeCTOfficeArtExtensionList
getExtLst()
Gets the "extLst" elementCTColor
getExtrusionClr()
Gets the "extrusionClr" elementlong
getExtrusionH()
Gets the "extrusionH" attributeSTPresetMaterialType.Enum
getPrstMaterial()
Gets the "prstMaterial" attributelong
getZ()
Gets the "z" attributeboolean
isSetBevelB()
True if has "bevelB" elementboolean
isSetBevelT()
True if has "bevelT" elementboolean
isSetContourClr()
True if has "contourClr" elementboolean
isSetContourW()
True if has "contourW" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetExtrusionClr()
True if has "extrusionClr" elementboolean
isSetExtrusionH()
True if has "extrusionH" attributeboolean
isSetPrstMaterial()
True if has "prstMaterial" attributeboolean
isSetZ()
True if has "z" attributevoid
setBevelB(CTBevel bevelB)
Sets the "bevelB" elementvoid
setBevelT(CTBevel bevelT)
Sets the "bevelT" elementvoid
setContourClr(CTColor contourClr)
Sets the "contourClr" elementvoid
setContourW(long contourW)
Sets the "contourW" attributevoid
setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" elementvoid
setExtrusionClr(CTColor extrusionClr)
Sets the "extrusionClr" elementvoid
setExtrusionH(long extrusionH)
Sets the "extrusionH" attributevoid
setPrstMaterial(STPresetMaterialType.Enum prstMaterial)
Sets the "prstMaterial" attributevoid
setZ(long z)
Sets the "z" attributevoid
unsetBevelB()
Unsets the "bevelB" elementvoid
unsetBevelT()
Unsets the "bevelT" elementvoid
unsetContourClr()
Unsets the "contourClr" elementvoid
unsetContourW()
Unsets the "contourW" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetExtrusionClr()
Unsets the "extrusionClr" elementvoid
unsetExtrusionH()
Unsets the "extrusionH" attributevoid
unsetPrstMaterial()
Unsets the "prstMaterial" attributevoid
unsetZ()
Unsets the "z" attributeSTPositiveCoordinate
xgetContourW()
Gets (as xml) the "contourW" attributeSTPositiveCoordinate
xgetExtrusionH()
Gets (as xml) the "extrusionH" attributeSTPresetMaterialType
xgetPrstMaterial()
Gets (as xml) the "prstMaterial" attributeSTCoordinate
xgetZ()
Gets (as xml) the "z" attributevoid
xsetContourW(STPositiveCoordinate contourW)
Sets (as xml) the "contourW" attributevoid
xsetExtrusionH(STPositiveCoordinate extrusionH)
Sets (as xml) the "extrusionH" attributevoid
xsetPrstMaterial(STPresetMaterialType prstMaterial)
Sets (as xml) the "prstMaterial" attributevoid
xsetZ(STCoordinate z)
Sets (as xml) the "z" 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
-
getBevelT
CTBevel getBevelT()
Gets the "bevelT" element
-
isSetBevelT
boolean isSetBevelT()
True if has "bevelT" element
-
setBevelT
void setBevelT(CTBevel bevelT)
Sets the "bevelT" element
-
addNewBevelT
CTBevel addNewBevelT()
Appends and returns a new empty "bevelT" element
-
unsetBevelT
void unsetBevelT()
Unsets the "bevelT" element
-
getBevelB
CTBevel getBevelB()
Gets the "bevelB" element
-
isSetBevelB
boolean isSetBevelB()
True if has "bevelB" element
-
setBevelB
void setBevelB(CTBevel bevelB)
Sets the "bevelB" element
-
addNewBevelB
CTBevel addNewBevelB()
Appends and returns a new empty "bevelB" element
-
unsetBevelB
void unsetBevelB()
Unsets the "bevelB" element
-
getExtrusionClr
CTColor getExtrusionClr()
Gets the "extrusionClr" element
-
isSetExtrusionClr
boolean isSetExtrusionClr()
True if has "extrusionClr" element
-
setExtrusionClr
void setExtrusionClr(CTColor extrusionClr)
Sets the "extrusionClr" element
-
addNewExtrusionClr
CTColor addNewExtrusionClr()
Appends and returns a new empty "extrusionClr" element
-
unsetExtrusionClr
void unsetExtrusionClr()
Unsets the "extrusionClr" element
-
getContourClr
CTColor getContourClr()
Gets the "contourClr" element
-
isSetContourClr
boolean isSetContourClr()
True if has "contourClr" element
-
setContourClr
void setContourClr(CTColor contourClr)
Sets the "contourClr" element
-
addNewContourClr
CTColor addNewContourClr()
Appends and returns a new empty "contourClr" element
-
unsetContourClr
void unsetContourClr()
Unsets the "contourClr" element
-
getExtLst
CTOfficeArtExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTOfficeArtExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTOfficeArtExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getZ
long getZ()
Gets the "z" attribute
-
xgetZ
STCoordinate xgetZ()
Gets (as xml) the "z" attribute
-
isSetZ
boolean isSetZ()
True if has "z" attribute
-
setZ
void setZ(long z)
Sets the "z" attribute
-
xsetZ
void xsetZ(STCoordinate z)
Sets (as xml) the "z" attribute
-
unsetZ
void unsetZ()
Unsets the "z" attribute
-
getExtrusionH
long getExtrusionH()
Gets the "extrusionH" attribute
-
xgetExtrusionH
STPositiveCoordinate xgetExtrusionH()
Gets (as xml) the "extrusionH" attribute
-
isSetExtrusionH
boolean isSetExtrusionH()
True if has "extrusionH" attribute
-
setExtrusionH
void setExtrusionH(long extrusionH)
Sets the "extrusionH" attribute
-
xsetExtrusionH
void xsetExtrusionH(STPositiveCoordinate extrusionH)
Sets (as xml) the "extrusionH" attribute
-
unsetExtrusionH
void unsetExtrusionH()
Unsets the "extrusionH" attribute
-
getContourW
long getContourW()
Gets the "contourW" attribute
-
xgetContourW
STPositiveCoordinate xgetContourW()
Gets (as xml) the "contourW" attribute
-
isSetContourW
boolean isSetContourW()
True if has "contourW" attribute
-
setContourW
void setContourW(long contourW)
Sets the "contourW" attribute
-
xsetContourW
void xsetContourW(STPositiveCoordinate contourW)
Sets (as xml) the "contourW" attribute
-
unsetContourW
void unsetContourW()
Unsets the "contourW" attribute
-
getPrstMaterial
STPresetMaterialType.Enum getPrstMaterial()
Gets the "prstMaterial" attribute
-
xgetPrstMaterial
STPresetMaterialType xgetPrstMaterial()
Gets (as xml) the "prstMaterial" attribute
-
isSetPrstMaterial
boolean isSetPrstMaterial()
True if has "prstMaterial" attribute
-
setPrstMaterial
void setPrstMaterial(STPresetMaterialType.Enum prstMaterial)
Sets the "prstMaterial" attribute
-
xsetPrstMaterial
void xsetPrstMaterial(STPresetMaterialType prstMaterial)
Sets (as xml) the "prstMaterial" attribute
-
unsetPrstMaterial
void unsetPrstMaterial()
Unsets the "prstMaterial" attribute
-
-