Package org.docx4j.dml
Class CTGradientFillProperties
java.lang.Object
org.docx4j.dml.CTGradientFillProperties
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STTileFlipModeprotected CTGradientStopListprotected CTLinearShadePropertiesprotected CTPathShadePropertiesprotected Booleanprotected CTRelativeRect -
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.getFlip()Gets the value of the flip property.getGsLst()Gets the value of the gsLst property.getLin()Gets the value of the lin property.Gets the parent object in the object tree representing the unmarshalled xml document.getPath()Gets the value of the path property.Gets the value of the tileRect property.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.voidvoidsetPath(CTPathShadeProperties value) Sets the value of the path property.voidsetRotWithShape(Boolean value) Sets the value of the rotWithShape property.voidsetTileRect(CTRelativeRect value) Sets the value of the tileRect property.
-
Field Details
-
gsLst
-
lin
-
path
-
tileRect
-
flip
-
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
Gets the value of the rotWithShape property.- Returns:
- possible object is
Boolean
-
setRotWithShape
Sets the value of the rotWithShape property.- Parameters:
value- allowed object isBoolean
-
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.
-