Ul
Create an unordered list, just like in HTML
Child elements
Parent elements
A, B, I, Li, Paragraph, Span, Td, TextBlock, U
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>
<Paragraph>
<Ul>
<Li><Value>First item</Value></Li>
<Li><Value>Second item</Value></Li>
<Li><Value>Third item</Value></Li>
</Ul>
</Paragraph>
</TextBlock>
</PlaceObject>