@Beta public class XDDFPathShadeProperties extends java.lang.Object
Modifier | Constructor and Description |
---|---|
|
XDDFPathShadeProperties() |
protected |
XDDFPathShadeProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTPathShadeProperties properties) |
Modifier and Type | Method and Description |
---|---|
XDDFRelativeRectangle |
getFillToRectangle() |
PathShadeType |
getPathShadeType() |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTPathShadeProperties |
getXmlObject() |
void |
setFillToRectangle(XDDFRelativeRectangle rectangle) |
void |
setPathShadeType(PathShadeType path) |
public XDDFPathShadeProperties()
protected XDDFPathShadeProperties(org.openxmlformats.schemas.drawingml.x2006.main.CTPathShadeProperties properties)
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTPathShadeProperties getXmlObject()
public XDDFRelativeRectangle getFillToRectangle()
public void setFillToRectangle(XDDFRelativeRectangle rectangle)
public PathShadeType getPathShadeType()
public void setPathShadeType(PathShadeType path)
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.