asposecells.api

Class AutoFitterOptions

Represents all auto fitter options.

Constructor Summary
 
Property Getters/Setters Summary
methodgetAutoFitMergedCells()
method
           Indicates whether auto fit row height when the cells is merged in a row. The default value is false.
methodgetAutoFitMergedCellsType()
method
           Gets and set the type of auto fitting row height of merged cells. The value of the property is AutoFitMergedCellsType integer constant.
methodgetAutoFitWrappedTextType()
method
           Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant.
methodgetDefaultEditLanguage()
method
           Gets or sets default edit language. The value of the property is DefaultEditLanguage integer constant.
methodgetFormatStrategy()
method
           Gets and sets the formatted strategy. The value of the property is CellValueFormatStrategy integer constant.
methodgetForRendering()
method
           Indicates whether fit for rendering purpose.
methodgetIgnoreHidden()
method
           Ignores the hidden rows/columns.
methodgetMaxRowHeight()
method
           Gets and sets the max row height(in unit of Point) when autofitting rows.
methodgetOnlyAuto()
method
           Indicates whether only fit the rows which height are not customed.
 

    • Constructor Detail

      • AutoFitterOptions

        AutoFitterOptions()
    • Property Getters/Setters Detail

      • getDefaultEditLanguage/setDefaultEditLanguage : int 

        int getDefaultEditLanguage() / setDefaultEditLanguage(value)
        
        Gets or sets default edit language. The value of the property is DefaultEditLanguage integer constant. It may display/render different layouts for text paragraph when different edit languages is set. Default is DefaultEditLanguage.AUTO.
      • getAutoFitMergedCells/setAutoFitMergedCells : boolean 

        boolean getAutoFitMergedCells() / setAutoFitMergedCells(value)
        
        Indicates whether auto fit row height when the cells is merged in a row. The default value is false. 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.
      • getAutoFitMergedCellsType/setAutoFitMergedCellsType : int 

        int getAutoFitMergedCellsType() / setAutoFitMergedCellsType(value)
        
        Gets and set the type of auto fitting row height of merged cells. The value of the property is AutoFitMergedCellsType integer constant. 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.
      • getOnlyAuto/setOnlyAuto : boolean 

        boolean getOnlyAuto() / setOnlyAuto(value)
        
        Indicates whether only fit the rows which height are not customed.
      • getIgnoreHidden/setIgnoreHidden : boolean 

        boolean getIgnoreHidden() / setIgnoreHidden(value)
        
        Ignores the hidden rows/columns.
      • getMaxRowHeight/setMaxRowHeight : float 

        float getMaxRowHeight() / setMaxRowHeight(value)
        
        Gets and sets the max row height(in unit of Point) when autofitting rows.
      • getAutoFitWrappedTextType/setAutoFitWrappedTextType : int 

        int getAutoFitWrappedTextType() / setAutoFitWrappedTextType(value)
        
        Gets and sets the type of auto fitting wrapped text. The value of the property is AutoFitWrappedTextType integer constant.
      • getFormatStrategy/setFormatStrategy : int 

        int getFormatStrategy() / setFormatStrategy(value)
        
        Gets and sets the formatted strategy. The value of the property is CellValueFormatStrategy integer constant. The default value is CellStyle for performance.
      • getForRendering/setForRendering : boolean 

        boolean getForRendering() / setForRendering(value)
        
        Indicates whether fit for rendering purpose.