@Beta public class XDDFGradientFillProperties extends java.lang.Object implements XDDFFillProperties
Modifier | Constructor and Description |
---|---|
|
XDDFGradientFillProperties() |
protected |
XDDFGradientFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties properties) |
Modifier and Type | Method and Description |
---|---|
XDDFGradientStop |
addGradientStop() |
int |
countGradientStops() |
XDDFGradientStop |
getGradientStop(int index) |
java.util.List<XDDFGradientStop> |
getGradientStops() |
XDDFLinearShadeProperties |
getLinearShadeProperties() |
XDDFPathShadeProperties |
getPathShadeProperties() |
TileFlipMode |
getTileFlipMode() |
XDDFRelativeRectangle |
getTileRectangle() |
org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties |
getXmlObject() |
XDDFGradientStop |
insertGradientStop(int index) |
java.lang.Boolean |
isRotatingWithShape() |
void |
removeGradientStop(int index) |
void |
setLinearShadeProperties(XDDFLinearShadeProperties properties) |
void |
setPathShadeProperties(XDDFPathShadeProperties properties) |
void |
setRotatingWithShape(java.lang.Boolean rotating) |
void |
setTileFlipMode(TileFlipMode mode) |
void |
setTileRectangle(XDDFRelativeRectangle rectangle) |
public XDDFGradientFillProperties()
protected XDDFGradientFillProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties properties)
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTGradientFillProperties getXmlObject()
public java.lang.Boolean isRotatingWithShape()
public void setRotatingWithShape(java.lang.Boolean rotating)
public TileFlipMode getTileFlipMode()
public void setTileFlipMode(TileFlipMode mode)
public XDDFGradientStop addGradientStop()
public XDDFGradientStop insertGradientStop(int index)
public void removeGradientStop(int index)
public XDDFGradientStop getGradientStop(int index)
public java.util.List<XDDFGradientStop> getGradientStops()
public int countGradientStops()
public XDDFLinearShadeProperties getLinearShadeProperties()
public void setLinearShadeProperties(XDDFLinearShadeProperties properties)
public XDDFPathShadeProperties getPathShadeProperties()
public void setPathShadeProperties(XDDFPathShadeProperties properties)
public XDDFRelativeRectangle getTileRectangle()
public void setTileRectangle(XDDFRelativeRectangle rectangle)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.