Li
List item in an ordered or unordered list.
Child elements
A, Action, B, Br, CopyOf, HTML, I, Ol, Span, U, Ul, Value
Parent elements
Case, ForAll, Loop, Ol, Otherwise, Ul, Until, While
Attributes
class(text, optional)- CSS class for this element.
id(text, optional)- CSS id for this element.
style(text, optional)- CSS style for this element.
Example
<PlaceObject>
<TextBlock>
<Ol>
<Li><Value>First item</Value></Li>
<Li><Value>Second item</Value></Li>
<Li><Value>Third item</Value></Li>
</Ol>
</TextBlock>
</PlaceObject>