Package org.docx4j.w14
Class CTGradientFillProperties
java.lang.Object
org.docx4j.w14.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.microsoft.com/office/word/2010/wordml}CT_GradientStopList" minOccurs="0"/>
<group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_ShadeProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTGradientStopListprotected CTLinearShadePropertiesprotected CTPathShadeProperties -
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.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.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.
-
Field Details
-
gsLst
-
lin
-
path
-
-
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
-
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.
-