/AWS1/CL_QSTTABLEBORDEROPTIONS¶
The border options for a table border.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_color TYPE /AWS1/QSTHEXCOLOR /AWS1/QSTHEXCOLOR¶
The color of a table border.
iv_thickness TYPE /AWS1/QSTTABLEBORDERTHICKNESS /AWS1/QSTTABLEBORDERTHICKNESS¶
The thickness of a table border.
iv_style TYPE /AWS1/QSTTABLEBORDERSTYLE /AWS1/QSTTABLEBORDERSTYLE¶
The style (none, solid) of a table border.
Queryable Attributes¶
Color¶
The color of a table border.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLOR() |
Getter for COLOR, with configurable default |
ASK_COLOR() |
Getter for COLOR w/ exceptions if field has no value |
HAS_COLOR() |
Determine if COLOR has a value |
Thickness¶
The thickness of a table border.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_THICKNESS() |
Getter for THICKNESS, with configurable default |
ASK_THICKNESS() |
Getter for THICKNESS w/ exceptions if field has no value |
HAS_THICKNESS() |
Determine if THICKNESS has a value |
Style¶
The style (none, solid) of a table border.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STYLE() |
Getter for STYLE, with configurable default |
ASK_STYLE() |
Getter for STYLE w/ exceptions if field has no value |
HAS_STYLE() |
Determine if STYLE has a value |