Package org.docx4j.vml.officedrawing
Class CTExtrusion
java.lang.Object
org.docx4j.vml.officedrawing.CTExtrusion
- All Implemented Interfaces:
Child
public class CTExtrusion extends java.lang.Object implements Child
Java class for CT_Extrusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Extrusion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="type" type="{urn:schemas-microsoft-com:office:office}ST_ExtrusionType" default="parallel" />
<attribute name="render" type="{urn:schemas-microsoft-com:office:office}ST_ExtrusionRender" default="solid" />
<attribute name="viewpointorigin" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="viewpoint" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="plane" type="{urn:schemas-microsoft-com:office:office}ST_ExtrusionPlane" default="XY" />
<attribute name="skewangle" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="skewamt" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="foredepth" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="backdepth" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientation" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orientationangle" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="lockrotationcenter" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="autorotationcenter" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="rotationcenter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rotationangle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="colormode" type="{urn:schemas-microsoft-com:office:office}ST_ColorMode" />
<attribute name="color" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="shininess" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="specularity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="diffusity" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="metal" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="edge" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="facet" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightface" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="brightness" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightposition" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightlevel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightharsh" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="lightposition2" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightlevel2" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lightharsh2" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTrueFalseautorotationcenterprotected java.lang.Stringbackdepthprotected java.lang.Stringbrightnessprotected java.lang.Stringcolorprotected STColorModecolormodeprotected java.lang.Stringdiffusityprotected java.lang.Stringedgeprotected STExtextprotected java.lang.Stringfacetprotected java.lang.Stringforedepthprotected STTrueFalselightfaceprotected STTrueFalselightharshprotected STTrueFalselightharsh2protected java.lang.Stringlightlevelprotected java.lang.Stringlightlevel2protected java.lang.Stringlightpositionprotected java.lang.Stringlightposition2protected STTrueFalselockrotationcenterprotected STTrueFalsemetalprotected STTrueFalseonprotected java.lang.Stringorientationprotected java.lang.Floatorientationangleprotected STExtrusionPlaneplaneprotected STExtrusionRenderrenderprotected java.lang.Stringrotationangleprotected java.lang.Stringrotationcenterprotected java.lang.Floatshininessprotected java.lang.Stringskewamtprotected java.lang.Floatskewangleprotected java.lang.Stringspecularityprotected STExtrusionTypetypeprotected java.lang.Stringviewpointprotected java.lang.Stringviewpointorigin -
Constructor Summary
Constructors Constructor Description CTExtrusion() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STTrueFalsegetAutorotationcenter()Gets the value of the autorotationcenter property.java.lang.StringgetBackdepth()Gets the value of the backdepth property.java.lang.StringgetBrightness()Gets the value of the brightness property.java.lang.StringgetColor()Gets the value of the color property.STColorModegetColormode()Gets the value of the colormode property.java.lang.StringgetDiffusity()Gets the value of the diffusity property.java.lang.StringgetEdge()Gets the value of the edge property.STExtgetExt()Gets the value of the ext property.java.lang.StringgetFacet()Gets the value of the facet property.java.lang.StringgetForedepth()Gets the value of the foredepth property.STTrueFalsegetLightface()Gets the value of the lightface property.STTrueFalsegetLightharsh()Gets the value of the lightharsh property.STTrueFalsegetLightharsh2()Gets the value of the lightharsh2 property.java.lang.StringgetLightlevel()Gets the value of the lightlevel property.java.lang.StringgetLightlevel2()Gets the value of the lightlevel2 property.java.lang.StringgetLightposition()Gets the value of the lightposition property.java.lang.StringgetLightposition2()Gets the value of the lightposition2 property.STTrueFalsegetLockrotationcenter()Gets the value of the lockrotationcenter property.STTrueFalsegetMetal()Gets the value of the metal property.STTrueFalsegetOn()Gets the value of the on property.java.lang.StringgetOrientation()Gets the value of the orientation property.java.lang.FloatgetOrientationangle()Gets the value of the orientationangle property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STExtrusionPlanegetPlane()Gets the value of the plane property.STExtrusionRendergetRender()Gets the value of the render property.java.lang.StringgetRotationangle()Gets the value of the rotationangle property.java.lang.StringgetRotationcenter()Gets the value of the rotationcenter property.java.lang.FloatgetShininess()Gets the value of the shininess property.java.lang.StringgetSkewamt()Gets the value of the skewamt property.java.lang.FloatgetSkewangle()Gets the value of the skewangle property.java.lang.StringgetSpecularity()Gets the value of the specularity property.STExtrusionTypegetType()Gets the value of the type property.java.lang.StringgetViewpoint()Gets the value of the viewpoint property.java.lang.StringgetViewpointorigin()Gets the value of the viewpointorigin property.voidsetAutorotationcenter(STTrueFalse value)Sets the value of the autorotationcenter property.voidsetBackdepth(java.lang.String value)Sets the value of the backdepth property.voidsetBrightness(java.lang.String value)Sets the value of the brightness property.voidsetColor(java.lang.String value)Sets the value of the color property.voidsetColormode(STColorMode value)Sets the value of the colormode property.voidsetDiffusity(java.lang.String value)Sets the value of the diffusity property.voidsetEdge(java.lang.String value)Sets the value of the edge property.voidsetExt(STExt value)Sets the value of the ext property.voidsetFacet(java.lang.String value)Sets the value of the facet property.voidsetForedepth(java.lang.String value)Sets the value of the foredepth property.voidsetLightface(STTrueFalse value)Sets the value of the lightface property.voidsetLightharsh(STTrueFalse value)Sets the value of the lightharsh property.voidsetLightharsh2(STTrueFalse value)Sets the value of the lightharsh2 property.voidsetLightlevel(java.lang.String value)Sets the value of the lightlevel property.voidsetLightlevel2(java.lang.String value)Sets the value of the lightlevel2 property.voidsetLightposition(java.lang.String value)Sets the value of the lightposition property.voidsetLightposition2(java.lang.String value)Sets the value of the lightposition2 property.voidsetLockrotationcenter(STTrueFalse value)Sets the value of the lockrotationcenter property.voidsetMetal(STTrueFalse value)Sets the value of the metal property.voidsetOn(STTrueFalse value)Sets the value of the on property.voidsetOrientation(java.lang.String value)Sets the value of the orientation property.voidsetOrientationangle(java.lang.Float value)Sets the value of the orientationangle property.voidsetParent(java.lang.Object parent)voidsetPlane(STExtrusionPlane value)Sets the value of the plane property.voidsetRender(STExtrusionRender value)Sets the value of the render property.voidsetRotationangle(java.lang.String value)Sets the value of the rotationangle property.voidsetRotationcenter(java.lang.String value)Sets the value of the rotationcenter property.voidsetShininess(java.lang.Float value)Sets the value of the shininess property.voidsetSkewamt(java.lang.String value)Sets the value of the skewamt property.voidsetSkewangle(java.lang.Float value)Sets the value of the skewangle property.voidsetSpecularity(java.lang.String value)Sets the value of the specularity property.voidsetType(STExtrusionType value)Sets the value of the type property.voidsetViewpoint(java.lang.String value)Sets the value of the viewpoint property.voidsetViewpointorigin(java.lang.String value)Sets the value of the viewpointorigin property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
on
-
type
-
render
-
viewpointorigin
protected java.lang.String viewpointorigin -
viewpoint
protected java.lang.String viewpoint -
plane
-
skewangle
protected java.lang.Float skewangle -
skewamt
protected java.lang.String skewamt -
foredepth
protected java.lang.String foredepth -
backdepth
protected java.lang.String backdepth -
orientation
protected java.lang.String orientation -
orientationangle
protected java.lang.Float orientationangle -
lockrotationcenter
-
autorotationcenter
-
rotationcenter
protected java.lang.String rotationcenter -
rotationangle
protected java.lang.String rotationangle -
colormode
-
color
protected java.lang.String color -
shininess
protected java.lang.Float shininess -
specularity
protected java.lang.String specularity -
diffusity
protected java.lang.String diffusity -
metal
-
edge
protected java.lang.String edge -
facet
protected java.lang.String facet -
lightface
-
brightness
protected java.lang.String brightness -
lightposition
protected java.lang.String lightposition -
lightlevel
protected java.lang.String lightlevel -
lightharsh
-
lightposition2
protected java.lang.String lightposition2 -
lightlevel2
protected java.lang.String lightlevel2 -
lightharsh2
-
ext
-
-
Constructor Details
-
CTExtrusion
public CTExtrusion()
-
-
Method Details
-
getOn
Gets the value of the on property.- Returns:
- possible object is
STTrueFalse
-
setOn
Sets the value of the on property.- Parameters:
value- allowed object isSTTrueFalse
-
getType
Gets the value of the type property.- Returns:
- possible object is
STExtrusionType
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isSTExtrusionType
-
getRender
Gets the value of the render property.- Returns:
- possible object is
STExtrusionRender
-
setRender
Sets the value of the render property.- Parameters:
value- allowed object isSTExtrusionRender
-
getViewpointorigin
public java.lang.String getViewpointorigin()Gets the value of the viewpointorigin property.- Returns:
- possible object is
String
-
setViewpointorigin
public void setViewpointorigin(java.lang.String value)Sets the value of the viewpointorigin property.- Parameters:
value- allowed object isString
-
getViewpoint
public java.lang.String getViewpoint()Gets the value of the viewpoint property.- Returns:
- possible object is
String
-
setViewpoint
public void setViewpoint(java.lang.String value)Sets the value of the viewpoint property.- Parameters:
value- allowed object isString
-
getPlane
Gets the value of the plane property.- Returns:
- possible object is
STExtrusionPlane
-
setPlane
Sets the value of the plane property.- Parameters:
value- allowed object isSTExtrusionPlane
-
getSkewangle
public java.lang.Float getSkewangle()Gets the value of the skewangle property.- Returns:
- possible object is
Float
-
setSkewangle
public void setSkewangle(java.lang.Float value)Sets the value of the skewangle property.- Parameters:
value- allowed object isFloat
-
getSkewamt
public java.lang.String getSkewamt()Gets the value of the skewamt property.- Returns:
- possible object is
String
-
setSkewamt
public void setSkewamt(java.lang.String value)Sets the value of the skewamt property.- Parameters:
value- allowed object isString
-
getForedepth
public java.lang.String getForedepth()Gets the value of the foredepth property.- Returns:
- possible object is
String
-
setForedepth
public void setForedepth(java.lang.String value)Sets the value of the foredepth property.- Parameters:
value- allowed object isString
-
getBackdepth
public java.lang.String getBackdepth()Gets the value of the backdepth property.- Returns:
- possible object is
String
-
setBackdepth
public void setBackdepth(java.lang.String value)Sets the value of the backdepth property.- Parameters:
value- allowed object isString
-
getOrientation
public java.lang.String getOrientation()Gets the value of the orientation property.- Returns:
- possible object is
String
-
setOrientation
public void setOrientation(java.lang.String value)Sets the value of the orientation property.- Parameters:
value- allowed object isString
-
getOrientationangle
public java.lang.Float getOrientationangle()Gets the value of the orientationangle property.- Returns:
- possible object is
Float
-
setOrientationangle
public void setOrientationangle(java.lang.Float value)Sets the value of the orientationangle property.- Parameters:
value- allowed object isFloat
-
getLockrotationcenter
Gets the value of the lockrotationcenter property.- Returns:
- possible object is
STTrueFalse
-
setLockrotationcenter
Sets the value of the lockrotationcenter property.- Parameters:
value- allowed object isSTTrueFalse
-
getAutorotationcenter
Gets the value of the autorotationcenter property.- Returns:
- possible object is
STTrueFalse
-
setAutorotationcenter
Sets the value of the autorotationcenter property.- Parameters:
value- allowed object isSTTrueFalse
-
getRotationcenter
public java.lang.String getRotationcenter()Gets the value of the rotationcenter property.- Returns:
- possible object is
String
-
setRotationcenter
public void setRotationcenter(java.lang.String value)Sets the value of the rotationcenter property.- Parameters:
value- allowed object isString
-
getRotationangle
public java.lang.String getRotationangle()Gets the value of the rotationangle property.- Returns:
- possible object is
String
-
setRotationangle
public void setRotationangle(java.lang.String value)Sets the value of the rotationangle property.- Parameters:
value- allowed object isString
-
getColormode
Gets the value of the colormode property.- Returns:
- possible object is
STColorMode
-
setColormode
Sets the value of the colormode property.- Parameters:
value- allowed object isSTColorMode
-
getColor
public java.lang.String getColor()Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
public void setColor(java.lang.String value)Sets the value of the color property.- Parameters:
value- allowed object isString
-
getShininess
public java.lang.Float getShininess()Gets the value of the shininess property.- Returns:
- possible object is
Float
-
setShininess
public void setShininess(java.lang.Float value)Sets the value of the shininess property.- Parameters:
value- allowed object isFloat
-
getSpecularity
public java.lang.String getSpecularity()Gets the value of the specularity property.- Returns:
- possible object is
String
-
setSpecularity
public void setSpecularity(java.lang.String value)Sets the value of the specularity property.- Parameters:
value- allowed object isString
-
getDiffusity
public java.lang.String getDiffusity()Gets the value of the diffusity property.- Returns:
- possible object is
String
-
setDiffusity
public void setDiffusity(java.lang.String value)Sets the value of the diffusity property.- Parameters:
value- allowed object isString
-
getMetal
Gets the value of the metal property.- Returns:
- possible object is
STTrueFalse
-
setMetal
Sets the value of the metal property.- Parameters:
value- allowed object isSTTrueFalse
-
getEdge
public java.lang.String getEdge()Gets the value of the edge property.- Returns:
- possible object is
String
-
setEdge
public void setEdge(java.lang.String value)Sets the value of the edge property.- Parameters:
value- allowed object isString
-
getFacet
public java.lang.String getFacet()Gets the value of the facet property.- Returns:
- possible object is
String
-
setFacet
public void setFacet(java.lang.String value)Sets the value of the facet property.- Parameters:
value- allowed object isString
-
getLightface
Gets the value of the lightface property.- Returns:
- possible object is
STTrueFalse
-
setLightface
Sets the value of the lightface property.- Parameters:
value- allowed object isSTTrueFalse
-
getBrightness
public java.lang.String getBrightness()Gets the value of the brightness property.- Returns:
- possible object is
String
-
setBrightness
public void setBrightness(java.lang.String value)Sets the value of the brightness property.- Parameters:
value- allowed object isString
-
getLightposition
public java.lang.String getLightposition()Gets the value of the lightposition property.- Returns:
- possible object is
String
-
setLightposition
public void setLightposition(java.lang.String value)Sets the value of the lightposition property.- Parameters:
value- allowed object isString
-
getLightlevel
public java.lang.String getLightlevel()Gets the value of the lightlevel property.- Returns:
- possible object is
String
-
setLightlevel
public void setLightlevel(java.lang.String value)Sets the value of the lightlevel property.- Parameters:
value- allowed object isString
-
getLightharsh
Gets the value of the lightharsh property.- Returns:
- possible object is
STTrueFalse
-
setLightharsh
Sets the value of the lightharsh property.- Parameters:
value- allowed object isSTTrueFalse
-
getLightposition2
public java.lang.String getLightposition2()Gets the value of the lightposition2 property.- Returns:
- possible object is
String
-
setLightposition2
public void setLightposition2(java.lang.String value)Sets the value of the lightposition2 property.- Parameters:
value- allowed object isString
-
getLightlevel2
public java.lang.String getLightlevel2()Gets the value of the lightlevel2 property.- Returns:
- possible object is
String
-
setLightlevel2
public void setLightlevel2(java.lang.String value)Sets the value of the lightlevel2 property.- Parameters:
value- allowed object isString
-
getLightharsh2
Gets the value of the lightharsh2 property.- Returns:
- possible object is
STTrueFalse
-
setLightharsh2
Sets the value of the lightharsh2 property.- Parameters:
value- allowed object isSTTrueFalse
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-