public class CTGradientFillProperties extends Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected CTGradientStopList |
gsLst |
protected CTLinearShadeProperties |
lin |
protected CTPathShadeProperties |
path |
| Constructor and Description |
|---|
CTGradientFillProperties() |
| 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.
|
CTGradientStopList |
getGsLst()
Gets the value of the gsLst property.
|
CTLinearShadeProperties |
getLin()
Gets the value of the lin property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPathShadeProperties |
getPath()
Gets the value of the path property.
|
void |
setGsLst(CTGradientStopList value)
Sets the value of the gsLst property.
|
void |
setLin(CTLinearShadeProperties value)
Sets the value of the lin property.
|
void |
setParent(Object parent) |
void |
setPath(CTPathShadeProperties value)
Sets the value of the path property.
|
protected CTGradientStopList gsLst
protected CTLinearShadeProperties lin
protected CTPathShadeProperties path
public CTGradientStopList getGsLst()
CTGradientStopListpublic void setGsLst(CTGradientStopList value)
value - allowed object is
CTGradientStopListpublic CTLinearShadeProperties getLin()
CTLinearShadePropertiespublic void setLin(CTLinearShadeProperties value)
value - allowed object is
CTLinearShadePropertiespublic CTPathShadeProperties getPath()
CTPathShadePropertiespublic void setPath(CTPathShadeProperties value)
value - allowed object is
CTPathShadePropertiespublic 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.