Skip to content

Tag Definition: b

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

Can contain
(#PCDATA | b | a | u | greek | font | span | sup | super | sub | br | strike | pageNumber | evalString | seq | seqDefault | seqReset | seqFormat | seqChain | img | index | name | getName | i | bullet | unichar | link | setLink | onDraw | nobr | loop_i | switch_i | assign_i | if_i | expr)*

Purpose

To bolden text such as those within para, bullet, h1, etc. There are a numerous situations where you can use this tag.

Example usage

<story>
    <para>
        <b>Example Bold Text</b>
    </para>
</story>

Note: Only relevant sections are used in this snippet. Some tags were not included. See some of our samples for further insight of how you may go about setting up a full document using rml.

Example of nesting path from the parent tags to the current tag

<document> ➔ <story> ➔ <para> ➔ <b>