public class CTFillTextEffect extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTGradientFillProperties |
gradFill |
protected CTEmpty |
noFill |
protected CTSolidColorFillProperties |
solidFill |
| Constructor and Description |
|---|
CTFillTextEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTEmpty |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setNoFill(CTEmpty value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
protected CTEmpty noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
public CTEmpty getNoFill()
CTEmptypublic void setNoFill(CTEmpty value)
value - allowed object is
CTEmptypublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.