Package org.docx4j.w14
Class CTProps3D
java.lang.Object
org.docx4j.w14.CTProps3D
- All Implemented Interfaces:
Child
Java class for CT_Props3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Props3D">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bevelT" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Bevel" minOccurs="0"/>
<element name="bevelB" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Bevel" minOccurs="0"/>
<element name="extrusionClr" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Color" minOccurs="0"/>
<element name="contourClr" type="{http://schemas.microsoft.com/office/word/2010/wordml}CT_Color" minOccurs="0"/>
</sequence>
<attribute name="extrusionH" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" />
<attribute name="contourW" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_PositiveCoordinate" />
<attribute name="prstMaterial" type="{http://schemas.microsoft.com/office/word/2010/wordml}ST_PresetMaterialType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the bevelB property.Gets the value of the bevelT property.Gets the value of the contourClr property.Gets the value of the contourW property.Gets the value of the extrusionClr property.Gets the value of the extrusionH property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the prstMaterial property.voidSets the value of the bevelB property.voidSets the value of the bevelT property.voidsetContourClr(CTColor value) Sets the value of the contourClr property.voidsetContourW(Long value) Sets the value of the contourW property.voidsetExtrusionClr(CTColor value) Sets the value of the extrusionClr property.voidsetExtrusionH(Long value) Sets the value of the extrusionH property.voidvoidSets the value of the prstMaterial property.
-
Field Details
-
bevelT
-
bevelB
-
extrusionClr
-
contourClr
-
extrusionH
-
contourW
-
prstMaterial
-
-
Constructor Details
-
CTProps3D
public CTProps3D()
-
-
Method Details
-
getBevelT
Gets the value of the bevelT property.- Returns:
- possible object is
CTBevel
-
setBevelT
Sets the value of the bevelT property.- Parameters:
value- allowed object isCTBevel
-
getBevelB
Gets the value of the bevelB property.- Returns:
- possible object is
CTBevel
-
setBevelB
Sets the value of the bevelB property.- Parameters:
value- allowed object isCTBevel
-
getExtrusionClr
Gets the value of the extrusionClr property.- Returns:
- possible object is
CTColor
-
setExtrusionClr
Sets the value of the extrusionClr property.- Parameters:
value- allowed object isCTColor
-
getContourClr
Gets the value of the contourClr property.- Returns:
- possible object is
CTColor
-
setContourClr
Sets the value of the contourClr property.- Parameters:
value- allowed object isCTColor
-
getExtrusionH
Gets the value of the extrusionH property.- Returns:
- possible object is
Long
-
setExtrusionH
Sets the value of the extrusionH property.- Parameters:
value- allowed object isLong
-
getContourW
Gets the value of the contourW property.- Returns:
- possible object is
Long
-
setContourW
Sets the value of the contourW property.- Parameters:
value- allowed object isLong
-
getPrstMaterial
Gets the value of the prstMaterial property.- Returns:
- possible object is
STPresetMaterialType
-
setPrstMaterial
Sets the value of the prstMaterial property.- Parameters:
value- allowed object isSTPresetMaterialType
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-