public class AutoFitterOptions
extends java.lang.Object
| Constructor and Description |
|---|
AutoFitterOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoFitMergedCells()
Deprecated.
Use AutoFitterOptions.AutoFitMergedCellsType property, instead.
|
int |
getAutoFitMergedCellsType()
Gets the type of auto fitting row height of merged cells.
|
int |
getAutoFitWrappedTextType()
Gets the type of auto fitting wrapped text.
|
int |
getDefaultEditLanguage()
Gets default edit language.
|
int |
getFormatStrategy()
Gets the formatted strategy.
|
boolean |
getForRendering()
Indicates whether fit for rendering purpose.
|
boolean |
getIgnoreHidden()
Ignores the hidden rows/columns.
|
double |
getMaxRowHeight()
Gets the max row height(in unit of Point) when autofitting rows.
|
boolean |
getOnlyAuto()
Indicates whether only fit the rows which height are not customed.
|
void |
setAutoFitMergedCells(boolean value)
Deprecated.
Use AutoFitterOptions.AutoFitMergedCellsType property, instead.
|
void |
setAutoFitMergedCellsType(int value)
Sets the type of auto fitting row height of merged cells.
|
void |
setAutoFitWrappedTextType(int value)
Sets the type of auto fitting wrapped text.
|
void |
setDefaultEditLanguage(int value)
Sets default edit language.
|
void |
setFormatStrategy(int value)
Sets the formatted strategy.
|
void |
setForRendering(boolean value)
Indicates whether fit for rendering purpose.
|
void |
setIgnoreHidden(boolean value)
Ignores the hidden rows/columns.
|
void |
setMaxRowHeight(double value)
Sets the max row height(in unit of Point) when autofitting rows.
|
void |
setOnlyAuto(boolean value)
Indicates whether only fit the rows which height are not customed.
|
public int getDefaultEditLanguage()
See DefaultEditLanguage.
Remarks
It may display/render different layouts for text paragraph when different edit languages is set. Default isDefaultEditLanguage.AUTO.public void setDefaultEditLanguage(int value)
See DefaultEditLanguage.
Remarks
It may display/render different layouts for text paragraph when different edit languages is set. Default isDefaultEditLanguage.AUTO.public boolean getAutoFitMergedCells()
Remarks
NOTE: This member is now obsolete. Instead, please use AutoFitterOptions.AutoFitMergedCellsType property, instead. This property will be removed 12 months later since December 2018. Aspose apologizes for any inconvenience you may have experienced.public void setAutoFitMergedCells(boolean value)
Remarks
NOTE: This member is now obsolete. Instead, please use AutoFitterOptions.AutoFitMergedCellsType property, instead. This property will be removed 12 months later since December 2018. Aspose apologizes for any inconvenience you may have experienced.public int getAutoFitMergedCellsType()
Remarks
Excel defaults to ignore merged cells when fitting the row height, so Aspose.Cells works as MS Excel default. Please set this type to change the way of auto fitting row height of merged cells.public void setAutoFitMergedCellsType(int value)
Remarks
Excel defaults to ignore merged cells when fitting the row height, so Aspose.Cells works as MS Excel default. Please set this type to change the way of auto fitting row height of merged cells.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)
public int getFormatStrategy()
Remarks
The default value is CellStyle for performance.public void setFormatStrategy(int value)
Remarks
The default value is CellStyle for performance.public boolean getForRendering()
public void setForRendering(boolean value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.