bold = ...
Specifies whether the text inside this markup element should be rendered in boldface.
Specifying a boolean value for this field
The bold field evaluates a single boolean value:
- true: the bold property is enabled for this tag
- false: the bold property is disabled for this tag
Example
<some-content:box bold=false> <! specify that the bold property is not enabled for this tag. !> ... <some-content.bold true> <! change the field we previously set to enable that property now. !>