/AWS1/CL_QSTFONTSIZE¶
The option that determines the text display size.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_relative TYPE /AWS1/QSTRELATIVEFONTSIZE /AWS1/QSTRELATIVEFONTSIZE¶
The lexical name for the text size, proportional to its surrounding context.
iv_absolute TYPE /AWS1/QSTPIXELLENGTH /AWS1/QSTPIXELLENGTH¶
The font size that you want to use in px.
Queryable Attributes¶
Relative¶
The lexical name for the text size, proportional to its surrounding context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIVE() |
Getter for RELATIVE, with configurable default |
ASK_RELATIVE() |
Getter for RELATIVE w/ exceptions if field has no value |
HAS_RELATIVE() |
Determine if RELATIVE has a value |
Absolute¶
The font size that you want to use in px.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ABSOLUTE() |
Getter for ABSOLUTE, with configurable default |
ASK_ABSOLUTE() |
Getter for ABSOLUTE w/ exceptions if field has no value |
HAS_ABSOLUTE() |
Determine if ABSOLUTE has a value |