Aspose::Cells::AutoFitterOptions class

AutoFitterOptions class

Represents all auto fitter options.

class AutoFitterOptions

Methods

MethodDescription
AutoFitterOptions()Default constructor.
AutoFitterOptions(AutoFitterOptions_Impl* impl)Constructs from an implementation object.
AutoFitterOptions(const AutoFitterOptions& src)Copy constructor.
GetAutoFitMergedCellsType()Gets and set the type of auto fitting row height of merged cells.
GetAutoFitWrappedTextType()Gets and sets the type of auto fitting wrapped text.
GetDefaultEditLanguage()Gets or sets default edit language.
GetFormatStrategy()Gets and sets the formatted strategy.
GetForRendering()Indicates whether fit for rendering purpose.
GetIgnoreHidden()Ignores the hidden rows/columns.
GetMaxRowHeight()Gets and sets the max row height(in unit of Point) when autofitting rows.
GetOnlyAuto()Indicates whether only fit the rows which height are not customed.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const AutoFitterOptions& src)operator=
SetAutoFitMergedCellsType(AutoFitMergedCellsType value)Gets and set the type of auto fitting row height of merged cells.
SetAutoFitWrappedTextType(AutoFitWrappedTextType value)Gets and sets the type of auto fitting wrapped text.
SetDefaultEditLanguage(DefaultEditLanguage value)Gets or sets default edit language.
SetFormatStrategy(CellValueFormatStrategy value)Gets and sets the formatted strategy.
SetForRendering(bool value)Indicates whether fit for rendering purpose.
SetIgnoreHidden(bool value)Ignores the hidden rows/columns.
SetMaxRowHeight(double value)Gets and sets the max row height(in unit of Point) when autofitting rows.
SetOnlyAuto(bool value)Indicates whether only fit the rows which height are not customed.
~AutoFitterOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also