Specifies that text inside an object should be rendered in boldface on the screen.
This field takes a single boolean value:
Value | Description |
---|---|
true | the field property is enabled for this tag |
false | the field property is disabled for this tag |
null | the field is left unspecified. Default behaviour applies. |
<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. !>