Skip to content

Tag Definition: bullet

Generated by rlextra version 3.6.13

Attributes

Name

Required?

Default_Value

Values

bulletAnchor

implied

None

['start', 'middle', 'end', 'numeric']

bulletColor

implied

None

bulletFontName

implied

None

bulletFontSize

implied

None

bulletIndent

implied

None

bulletOffsetY

implied

None

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 bullet point text but with a higher level of control. Find some explanations in the opensource docs page here

Example usage

<story>
    <para><bullet bulletAnchor="start">&bull;</bullet>These do the same thing</para>
    <para bulletText="&bull;" bulletAnchor="start">These do the same thing</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> ➔ <bullet>