Aspose::Cells::Rendering::CustomRenderSettings class
CustomRenderSettings class
Represents custom settings during rendering.
class CustomRenderSettings
Methods
| Method | Description |
|---|---|
| CustomRenderSettings() | Ctor. |
| CustomRenderSettings(CustomRenderSettings_Impl* impl) | Constructs from an implementation object. |
| CustomRenderSettings(const CustomRenderSettings& src) | Copy constructor. |
| GetCellBorderWidth(CellBorderType borderType) | Specifies cell border width according to border type. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomRenderSettings& src) | operator= |
| ~CustomRenderSettings() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++