CustomRenderSettings

CustomRenderSettings class

Represents custom settings during rendering.

class CustomRenderSettings;

Constructors

ConstructorDescription
constructor()Ctor.

Methods

MethodDescription
isNull()Checks whether the implementation object is null.
getCellBorderWidth(CellBorderType)Specifies cell border width according to border type.

constructor()

Ctor.

constructor();

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getCellBorderWidth(CellBorderType)

Specifies cell border width according to border type.

getCellBorderWidth(borderType: CellBorderType) : number;

Parameters:

ParameterTypeDescription
borderTypeCellBorderTypecell border type

Returns

cell border width

Remarks

Any negative value will be ignored.