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 |
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">•</bullet>These do the same thing</para>
<para bulletText="•" 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.