public class CTFillEffect extends Object implements Child
Java class for CT_FillEffect complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_FillEffect">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_FillProperties"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTBlipFillProperties |
blipFill |
protected CTGradientFillProperties |
gradFill |
protected CTGroupFillProperties |
grpFill |
protected CTNoFillProperties |
noFill |
protected CTPatternFillProperties |
pattFill |
protected CTSolidColorFillProperties |
solidFill |
| Constructor and Description |
|---|
CTFillEffect() |
| 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.
|
CTBlipFillProperties |
getBlipFill()
Gets the value of the blipFill property.
|
CTGradientFillProperties |
getGradFill()
Gets the value of the gradFill property.
|
CTGroupFillProperties |
getGrpFill()
Gets the value of the grpFill property.
|
CTNoFillProperties |
getNoFill()
Gets the value of the noFill property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPatternFillProperties |
getPattFill()
Gets the value of the pattFill property.
|
CTSolidColorFillProperties |
getSolidFill()
Gets the value of the solidFill property.
|
void |
setBlipFill(CTBlipFillProperties value)
Sets the value of the blipFill property.
|
void |
setGradFill(CTGradientFillProperties value)
Sets the value of the gradFill property.
|
void |
setGrpFill(CTGroupFillProperties value)
Sets the value of the grpFill property.
|
void |
setNoFill(CTNoFillProperties value)
Sets the value of the noFill property.
|
void |
setParent(Object parent) |
void |
setPattFill(CTPatternFillProperties value)
Sets the value of the pattFill property.
|
void |
setSolidFill(CTSolidColorFillProperties value)
Sets the value of the solidFill property.
|
protected CTNoFillProperties noFill
protected CTSolidColorFillProperties solidFill
protected CTGradientFillProperties gradFill
protected CTBlipFillProperties blipFill
protected CTPatternFillProperties pattFill
protected CTGroupFillProperties grpFill
public CTNoFillProperties getNoFill()
CTNoFillPropertiespublic void setNoFill(CTNoFillProperties value)
value - allowed object is
CTNoFillPropertiespublic CTSolidColorFillProperties getSolidFill()
CTSolidColorFillPropertiespublic void setSolidFill(CTSolidColorFillProperties value)
value - allowed object is
CTSolidColorFillPropertiespublic CTGradientFillProperties getGradFill()
CTGradientFillPropertiespublic void setGradFill(CTGradientFillProperties value)
value - allowed object is
CTGradientFillPropertiespublic CTBlipFillProperties getBlipFill()
CTBlipFillPropertiespublic void setBlipFill(CTBlipFillProperties value)
value - allowed object is
CTBlipFillPropertiespublic CTPatternFillProperties getPattFill()
CTPatternFillPropertiespublic void setPattFill(CTPatternFillProperties value)
value - allowed object is
CTPatternFillPropertiespublic CTGroupFillProperties getGrpFill()
CTGroupFillPropertiespublic void setGrpFill(CTGroupFillProperties value)
value - allowed object is
CTGroupFillPropertiespublic 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.