@Beta public final class XDDFManualLayout extends java.lang.Object
Constructor and Description |
---|
XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
Create a new DrawingML manual layout.
|
XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea ctPlotArea)
Create a new DrawingML manual layout for chart.
|
Modifier and Type | Method and Description |
---|---|
XDDFChartExtensionList |
getExtensionList() |
LayoutMode |
getHeightMode() |
double |
getHeightRatio() |
LayoutTarget |
getTarget() |
LayoutMode |
getWidthMode() |
double |
getWidthRatio() |
double |
getX() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout |
getXmlObject()
Return the underlying CTManualLayout bean.
|
LayoutMode |
getXMode() |
double |
getY() |
LayoutMode |
getYMode() |
void |
setExtensionList(XDDFChartExtensionList list) |
void |
setHeightMode(LayoutMode mode) |
void |
setHeightRatio(double ratio) |
void |
setTarget(LayoutTarget target) |
void |
setWidthMode(LayoutMode mode) |
void |
setWidthRatio(double ratio) |
void |
setX(double x) |
void |
setXMode(LayoutMode mode) |
void |
setY(double y) |
void |
setYMode(LayoutMode mode) |
public XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
ctLayout
- a DrawingML layout that should be used as base.public XDDFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTPlotArea ctPlotArea)
ctPlotArea
- a chart's plot area to create layout for.@Internal protected org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout getXmlObject()
public void setExtensionList(XDDFChartExtensionList list)
public XDDFChartExtensionList getExtensionList()
public void setWidthRatio(double ratio)
public double getWidthRatio()
public void setHeightRatio(double ratio)
public double getHeightRatio()
public LayoutTarget getTarget()
public void setTarget(LayoutTarget target)
public LayoutMode getXMode()
public void setXMode(LayoutMode mode)
public LayoutMode getYMode()
public void setYMode(LayoutMode mode)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public LayoutMode getWidthMode()
public void setWidthMode(LayoutMode mode)
public LayoutMode getHeightMode()
public void setHeightMode(LayoutMode mode)
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.