Version 5.5.8

Ul

Create an unordered list, just like in HTML

Child elements

ForAll , Li

Parent elements

SetVariable , Text , Textblock

Attributes

fontfamily (text, optional, since version 4.3.1)
The name of the font family for the paragraph. The default is »text« (lowercase t).

Example

<PlaceObject>
  <Textblock>
    <Ul>
      <Li><Value>First item</Value></Li>
      <Li><Value>Second item</Value></Li>
      <Li><Value>Third item</Value></Li>
    </Ul>
  </Textblock>
</PlaceObject>