Package org.docx4j.w14
Class CTFillTextEffect
java.lang.Object
org.docx4j.w14.CTFillTextEffect
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected CTGradientFillPropertiesprotected CTEmptyprotected CTSolidColorFillProperties -
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 gradFill property.Gets the value of the noFill property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the solidFill property.voidSets the value of the gradFill property.voidSets the value of the noFill property.voidvoidSets the value of the solidFill property.
-
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
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.
-