Whole document tree
    

Whole document tree

ListItem

ListItem

Name

ListItem -- Wrapper for the elements of items in an ItemizedList or OrderedList

Description

Wrapper for the elements of items in an ItemizedList or OrderedList; it also occurs within VarListEntry in VariableList. It may contain just about anything except Sects and book components. It has common attributes and an Override attribute, which may have any of the values of ItemizedList's Mark attribute; use Override to override the mark set at the ItemizedList level, when you desire to create ItemizedLists with varying marks.

Parents

These elements contain ListItem: ItemizedList, OrderedList, VarListEntry.

Attributes

Override

Override indicates the mark to be used for this ListItem instead of the default mark or the mark specified by the Mark attribute on the enclosing ItemizedList. It holds a keyword.

Examples

<ITEMIZEDLIST MARK="bullet" SPACING="compact">
<LISTITEM>
<PARA>This ItemizedList contains two short ListItems.
</PARA>
<PARA>For that reason, the Spacing attribute has been set to 
indicate that vertical spacing should be decreased from the default.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA>The Mark attribute indicates that the ListItems should be
preceded by bullets.
</PARA>
<ITEMIZEDLIST MARK="dash">
<LISTITEM>
<PARA>This is an ItemizedList nested within the outer ItemizedList.
</PARA>
</LISTITEM>
<LISTITEM>
<PARA>Instead of using the two attributes shown, solve these
issues in your style sheet.
</PARA>
</LISTITEM>
</ITEMIZEDLIST>
</LISTITEM>
</ITEMIZEDLIST>