instead@Deprecated @Removal(version="4.2") public final class XSSFManualLayout extends java.lang.Object implements ManualLayout
| Constructor and Description |
|---|
XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
Deprecated.
Create a new SpreadsheetML manual layout.
|
XSSFManualLayout(XSSFChart chart)
Deprecated.
Create a new SpreadsheetML manual layout for chart.
|
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout |
getCTManualLayout()
Deprecated.
Return the underlying CTManualLayout bean.
|
LayoutMode |
getHeightMode()
Deprecated.
|
double |
getHeightRatio()
Deprecated.
|
LayoutTarget |
getTarget()
Deprecated.
|
LayoutMode |
getWidthMode()
Deprecated.
|
double |
getWidthRatio()
Deprecated.
|
double |
getX()
Deprecated.
|
LayoutMode |
getXMode()
Deprecated.
|
double |
getY()
Deprecated.
|
LayoutMode |
getYMode()
Deprecated.
|
void |
setHeightMode(LayoutMode mode)
Deprecated.
|
void |
setHeightRatio(double ratio)
Deprecated.
|
void |
setTarget(LayoutTarget target)
Deprecated.
|
void |
setWidthMode(LayoutMode mode)
Deprecated.
|
void |
setWidthRatio(double ratio)
Deprecated.
|
void |
setX(double x)
Deprecated.
|
void |
setXMode(LayoutMode mode)
Deprecated.
|
void |
setY(double y)
Deprecated.
|
void |
setYMode(LayoutMode mode)
Deprecated.
|
public XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
ctLayout - a Spreadsheet ML layout that should be used as base.public XSSFManualLayout(XSSFChart chart)
chart - a chart to create layout for.@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout getCTManualLayout()
public void setWidthRatio(double ratio)
setWidthRatio in interface ManualLayoutpublic double getWidthRatio()
getWidthRatio in interface ManualLayoutpublic void setHeightRatio(double ratio)
setHeightRatio in interface ManualLayoutpublic double getHeightRatio()
getHeightRatio in interface ManualLayoutpublic LayoutTarget getTarget()
getTarget in interface ManualLayoutpublic void setTarget(LayoutTarget target)
setTarget in interface ManualLayoutpublic LayoutMode getXMode()
getXMode in interface ManualLayoutpublic void setXMode(LayoutMode mode)
setXMode in interface ManualLayoutpublic LayoutMode getYMode()
getYMode in interface ManualLayoutpublic void setYMode(LayoutMode mode)
setYMode in interface ManualLayoutpublic double getX()
getX in interface ManualLayoutpublic void setX(double x)
setX in interface ManualLayoutpublic double getY()
getY in interface ManualLayoutpublic void setY(double y)
setY in interface ManualLayoutpublic LayoutMode getWidthMode()
getWidthMode in interface ManualLayoutpublic void setWidthMode(LayoutMode mode)
setWidthMode in interface ManualLayoutpublic LayoutMode getHeightMode()
getHeightMode in interface ManualLayoutpublic void setHeightMode(LayoutMode mode)
setHeightMode in interface ManualLayout