public class CTGradientFillProperties extends Object
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 Boolean |
rotWithShape |
protected CTRelativeRect |
tileRect |
Constructor and Description |
---|
CTGradientFillProperties() |
Modifier and Type | Method and Description |
---|---|
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.
|
CTPathShadeProperties |
getPath()
Gets the value of the path property.
|
CTRelativeRect |
getTileRect()
Gets the value of the tileRect property.
|
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 |
setPath(CTPathShadeProperties value)
Sets the value of the path property.
|
void |
setRotWithShape(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 Boolean rotWithShape
public CTGradientStopList getGsLst()
CTGradientStopList
public void setGsLst(CTGradientStopList value)
value
- allowed object is
CTGradientStopList
public CTLinearShadeProperties getLin()
CTLinearShadeProperties
public void setLin(CTLinearShadeProperties value)
value
- allowed object is
CTLinearShadeProperties
public CTPathShadeProperties getPath()
CTPathShadeProperties
public void setPath(CTPathShadeProperties value)
value
- allowed object is
CTPathShadeProperties
public CTRelativeRect getTileRect()
CTRelativeRect
public void setTileRect(CTRelativeRect value)
value
- allowed object is
CTRelativeRect
public STTileFlipMode getFlip()
STTileFlipMode
public void setFlip(STTileFlipMode value)
value
- allowed object is
STTileFlipMode
public Boolean isRotWithShape()
Boolean
Copyright © 2007-2019. All Rights Reserved.