com.aspose.cells
Class AutoFitterOptions

java.lang.Object
    extended by com.aspose.cells.AutoFitterOptions

public class AutoFitterOptions 
extends java.lang.Object

Represents all auto fitter options.

Constructor Summary
AutoFitterOptions()
          
 
Property Getters/Setters Summary
booleangetAutoFitMergedCells()
voidsetAutoFitMergedCells(boolean value)
           Indicates whether auto fit row height when the cells is merged in a row. The default value is false.
booleangetIgnoreHidden()
voidsetIgnoreHidden(boolean value)
           Ingored the hidden rows.
booleangetOnlyAuto()
voidsetOnlyAuto(boolean value)
           Indicates whether only fit the rows which height are not customed.
 

Constructor Detail

AutoFitterOptions

public AutoFitterOptions()

Property Getters/Setters Detail

getAutoFitMergedCells/setAutoFitMergedCells

public boolean getAutoFitMergedCells() / public void setAutoFitMergedCells(boolean value)
Indicates whether auto fit row height when the cells is merged in a row. The default value is false. If the cells in merged in a row and auto fit the rows in MS Excel, MS Excel do not expand the row height. If this option is true, Aspose.Cells will expand the row height to fit the cells' data.

getOnlyAuto/setOnlyAuto

public boolean getOnlyAuto() / public void setOnlyAuto(boolean value)
Indicates whether only fit the rows which height are not customed.

getIgnoreHidden/setIgnoreHidden

public boolean getIgnoreHidden() / public void setIgnoreHidden(boolean value)
Ingored the hidden rows.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.