Aspose::Cells::AutoFitterOptions class
Contents
[
Hide
]AutoFitterOptions class
Represents all auto fitter options.
class AutoFitterOptions
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++