CustomRenderSettings
CustomRenderSettings class
Represents custom settings during rendering.
class CustomRenderSettings;
Constructors
Constructor | Description |
---|---|
constructor() | Ctor. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
borderType | CellBorderType | cell border type |
Returns
cell border width
Remarks
Any negative value will be ignored.