|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.poi.xssf.usermodel.charts.XSSFManualLayout
@Beta public final class XSSFManualLayout
Represents a SpreadsheetML manual layout.
| Constructor Summary | |
|---|---|
XSSFManualLayout(org.openxmlformats.schemas.drawingml.x2006.chart.CTLayout ctLayout)
Create a new SpreadsheetML manual layout. |
|
XSSFManualLayout(XSSFChart chart)
Create a new SpreadsheetML manual layout for chart. |
|
| Method Summary | |
|---|---|
org.openxmlformats.schemas.drawingml.x2006.chart.CTManualLayout |
getCTManualLayout()
Return the underlying CTManualLayout bean. |
LayoutMode |
getHeightMode()
|
double |
getHeightRatio()
|
LayoutTarget |
getTarget()
|
LayoutMode |
getWidthMode()
|
double |
getWidthRatio()
|
double |
getX()
|
LayoutMode |
getXMode()
|
double |
getY()
|
LayoutMode |
getYMode()
|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
@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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||