Package org.docx4j.w14
Class CTFillTextEffect
java.lang.Object
org.docx4j.w14.CTFillTextEffect
- All Implemented Interfaces:
Child
public class CTFillTextEffect extends java.lang.Object implements Child
Java class for CT_FillTextEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FillTextEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.microsoft.com/office/word/2010/wordml}EG_FillProperties" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTGradientFillPropertiesgradFillprotected CTEmptynoFillprotected CTSolidColorFillPropertiessolidFill -
Constructor Summary
Constructors Constructor Description CTFillTextEffect() -
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.CTGradientFillPropertiesgetGradFill()Gets the value of the gradFill property.CTEmptygetNoFill()Gets the value of the noFill property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTSolidColorFillPropertiesgetSolidFill()Gets the value of the solidFill property.voidsetGradFill(CTGradientFillProperties value)Sets the value of the gradFill property.voidsetNoFill(CTEmpty value)Sets the value of the noFill property.voidsetParent(java.lang.Object parent)voidsetSolidFill(CTSolidColorFillProperties value)Sets the value of the solidFill property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
noFill
-
solidFill
-
gradFill
-
-
Constructor Details
-
CTFillTextEffect
public CTFillTextEffect()
-
-
Method Details
-
getNoFill
Gets the value of the noFill property.- Returns:
- possible object is
CTEmpty
-
setNoFill
Sets the value of the noFill property.- Parameters:
value- allowed object isCTEmpty
-
getSolidFill
Gets the value of the solidFill property.- Returns:
- possible object is
CTSolidColorFillProperties
-
setSolidFill
Sets the value of the solidFill property.- Parameters:
value- allowed object isCTSolidColorFillProperties
-
getGradFill
Gets the value of the gradFill property.- Returns:
- possible object is
CTGradientFillProperties
-
setGradFill
Sets the value of the gradFill property.- Parameters:
value- allowed object isCTGradientFillProperties
-
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.
-