public class CTGradientFillProperties extends java.lang.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.openxmlformats.org/drawingml/2006/main}CT_GradientStopList" minOccurs="0"/>
<group ref="{http://schemas.openxmlformats.org/drawingml/2006/main}EG_ShadeProperties" minOccurs="0"/>
<element name="tileRect" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_RelativeRect" minOccurs="0"/>
</sequence>
<attribute name="flip" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TileFlipMode" />
<attribute name="rotWithShape" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTileFlipMode |
flip |
protected CTGradientStopList |
gsLst |
protected CTLinearShadeProperties |
lin |
protected CTPathShadeProperties |
path |
protected java.lang.Boolean |
rotWithShape |
protected CTRelativeRect |
tileRect |
| Constructor and Description |
|---|
CTGradientFillProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTileFlipMode |
getFlip()
Gets the value of the flip property.
|
CTGradientStopList |
getGsLst()
Gets the value of the gsLst property.
|
CTLinearShadeProperties |
getLin()
Gets the value of the lin property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPathShadeProperties |
getPath()
Gets the value of the path property.
|
CTRelativeRect |
getTileRect()
Gets the value of the tileRect property.
|
java.lang.Boolean |
isRotWithShape()
Gets the value of the rotWithShape property.
|
void |
setFlip(STTileFlipMode value)
Sets the value of the flip 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(java.lang.Object parent) |
void |
setPath(CTPathShadeProperties value)
Sets the value of the path property.
|
void |
setRotWithShape(java.lang.Boolean value)
Sets the value of the rotWithShape property.
|
void |
setTileRect(CTRelativeRect value)
Sets the value of the tileRect property.
|
protected CTGradientStopList gsLst
protected CTLinearShadeProperties lin
protected CTPathShadeProperties path
protected CTRelativeRect tileRect
protected STTileFlipMode flip
protected java.lang.Boolean rotWithShape
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 CTRelativeRect getTileRect()
CTRelativeRectpublic void setTileRect(CTRelativeRect value)
value - allowed object is
CTRelativeRectpublic STTileFlipMode getFlip()
STTileFlipModepublic void setFlip(STTileFlipMode value)
value - allowed object is
STTileFlipModepublic java.lang.Boolean isRotWithShape()
Booleanpublic void setRotWithShape(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.