Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
method | getAutoFitMergedCells() | |
method | setAutoFitMergedCells(value) | |
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. | ||
method | getAutoFitMergedCellsType() | |
method | setAutoFitMergedCellsType(value) | |
Gets and set the type of auto fitting row height of merged cells. The value of the property is AutoFitMergedCellsType integer constant. | ||
method | getAutoFitWrappedTextType() | |
method | setAutoFitWrappedTextType(value) | |
Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant. | ||
method | getDefaultEditLanguage() | |
method | setDefaultEditLanguage(value) | |
Gets or sets default edit language. The value of the property is DefaultEditLanguage integer constant. | ||
method | getFormatStrategy() | |
method | setFormatStrategy(value) | |
Gets and sets the formatted strategy. The value of the property is CellValueFormatStrategy integer constant. | ||
method | getForRendering() | |
method | setForRendering(value) | |
Indicates whether fit for rendering purpose. | ||
method | getIgnoreHidden() | |
method | setIgnoreHidden(value) | |
Ignores the hidden rows/columns. | ||
method | getMaxRowHeight() | |
method | setMaxRowHeight(value) | |
Gets and sets the max row height(in unit of Point) when autofitting rows. | ||
method | getOnlyAuto() | |
method | setOnlyAuto(value) | |
Indicates whether only fit the rows which height are not customed. |
int getDefaultEditLanguage() / setDefaultEditLanguage(value)
boolean getAutoFitMergedCells() / setAutoFitMergedCells(value)
int getAutoFitMergedCellsType() / setAutoFitMergedCellsType(value)
boolean getOnlyAuto() / setOnlyAuto(value)
boolean getIgnoreHidden() / setIgnoreHidden(value)
float getMaxRowHeight() / setMaxRowHeight(value)
int getAutoFitWrappedTextType() / setAutoFitWrappedTextType(value)
int getFormatStrategy() / setFormatStrategy(value)
boolean getForRendering() / setForRendering(value)