Package org.docx4j.dml
Class CTGradientFillProperties
java.lang.Object
org.docx4j.dml.CTGradientFillProperties
- All Implemented Interfaces:
Child
public class CTGradientFillProperties extends java.lang.Object implements Child
Java class for CT_GradientFillProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GradientFillProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gsLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_GradientStopList" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ShadeProperties" minOccurs="0"/>
<element name="tileRect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_RelativeRect" minOccurs="0"/>
</sequence>
<attribute name="flip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TileFlipMode" />
<attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTileFlipModeflipprotected CTGradientStopListgsLstprotected CTLinearShadePropertieslinprotected CTPathShadePropertiespathprotected java.lang.BooleanrotWithShapeprotected CTRelativeRecttileRect -
Constructor Summary
Constructors Constructor Description CTGradientFillProperties() -
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.STTileFlipModegetFlip()Gets the value of the flip property.CTGradientStopListgetGsLst()Gets the value of the gsLst property.CTLinearShadePropertiesgetLin()Gets the value of the lin property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPathShadePropertiesgetPath()Gets the value of the path property.CTRelativeRectgetTileRect()Gets the value of the tileRect property.java.lang.BooleanisRotWithShape()Gets the value of the rotWithShape property.voidsetFlip(STTileFlipMode value)Sets the value of the flip property.voidsetGsLst(CTGradientStopList value)Sets the value of the gsLst property.voidsetLin(CTLinearShadeProperties value)Sets the value of the lin property.voidsetParent(java.lang.Object parent)voidsetPath(CTPathShadeProperties value)Sets the value of the path property.voidsetRotWithShape(java.lang.Boolean value)Sets the value of the rotWithShape property.voidsetTileRect(CTRelativeRect value)Sets the value of the tileRect property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
gsLst
-
lin
-
path
-
tileRect
-
flip
-
rotWithShape
protected java.lang.Boolean rotWithShape
-
-
Constructor Details
-
CTGradientFillProperties
public CTGradientFillProperties()
-
-
Method Details
-
getGsLst
Gets the value of the gsLst property.- Returns:
- possible object is
CTGradientStopList
-
setGsLst
Sets the value of the gsLst property.- Parameters:
value- allowed object isCTGradientStopList
-
getLin
Gets the value of the lin property.- Returns:
- possible object is
CTLinearShadeProperties
-
setLin
Sets the value of the lin property.- Parameters:
value- allowed object isCTLinearShadeProperties
-
getPath
Gets the value of the path property.- Returns:
- possible object is
CTPathShadeProperties
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isCTPathShadeProperties
-
getTileRect
Gets the value of the tileRect property.- Returns:
- possible object is
CTRelativeRect
-
setTileRect
Sets the value of the tileRect property.- Parameters:
value- allowed object isCTRelativeRect
-
getFlip
Gets the value of the flip property.- Returns:
- possible object is
STTileFlipMode
-
setFlip
Sets the value of the flip property.- Parameters:
value- allowed object isSTTileFlipMode
-
isRotWithShape
public java.lang.Boolean isRotWithShape()Gets the value of the rotWithShape property.- Returns:
- possible object is
Boolean
-
setRotWithShape
public void setRotWithShape(java.lang.Boolean value)Sets the value of the rotWithShape property.- Parameters:
value- allowed object isBoolean
-
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.
-