Constructor Summary |
---|
AutoFitterOptions()
|
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. 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 | getIgnoreHidden() | |
method | setIgnoreHidden(value) | |
Ingores 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. |
Constructor Detail |
---|
AutoFitterOptions()
Property Getters/Setters Detail |
---|
getAutoFitMergedCells/setAutoFitMergedCells : boolean | |
boolean getAutoFitMergedCells() / setAutoFitMergedCells(value) |
getAutoFitMergedCellsType/setAutoFitMergedCellsType : int | |
int getAutoFitMergedCellsType() / setAutoFitMergedCellsType(value) |
getOnlyAuto/setOnlyAuto : boolean | |
boolean getOnlyAuto() / setOnlyAuto(value) |
getIgnoreHidden/setIgnoreHidden : boolean | |
boolean getIgnoreHidden() / setIgnoreHidden(value) |
getMaxRowHeight/setMaxRowHeight : float | |
float getMaxRowHeight() / setMaxRowHeight(value) |
getAutoFitWrappedTextType/setAutoFitWrappedTextType : int | |
int getAutoFitWrappedTextType() / setAutoFitWrappedTextType(value) |