Aspose::Cells::Rendering::CustomRenderSettings class

CustomRenderSettings class

Represents custom settings during rendering.

class CustomRenderSettings

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomRenderSettings& src)operator=
~CustomRenderSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also