public class AutoFitterOptions
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAutoFitMergedCells() | |
void | setAutoFitMergedCells(booleanvalue) | |
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. | ||
int | getAutoFitMergedCellsType() | |
void | setAutoFitMergedCellsType(intvalue) | |
Gets and set the type of auto fitting row height. The value of the property is AutoFitMergedCellsType integer constant. | ||
int | getAutoFitWrappedTextType() | |
void | setAutoFitWrappedTextType(intvalue) | |
Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant. | ||
boolean | getIgnoreHidden() | |
void | setIgnoreHidden(booleanvalue) | |
Ingores the hidden rows/columns. | ||
double | getMaxRowHeight() | |
void | setMaxRowHeight(doublevalue) | |
Gets and sets the max row height(in unit of Point) when autofitting rows. | ||
boolean | getOnlyAuto() | |
void | setOnlyAuto(booleanvalue) | |
Indicates whether only fit the rows which height are not customed. |
public boolean getAutoFitMergedCells() / public void setAutoFitMergedCells(boolean value)
public int getAutoFitMergedCellsType() / public void setAutoFitMergedCellsType(int value)
public boolean getOnlyAuto() / public void setOnlyAuto(boolean value)
public boolean getIgnoreHidden() / public void setIgnoreHidden(boolean value)
public double getMaxRowHeight() / public void setMaxRowHeight(double value)
public int getAutoFitWrappedTextType() / public void setAutoFitWrappedTextType(int value)