Ol

Create an ordered list, just like in HTML

Child elements

ForAll, Li

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>
    <Ol>
      <Li><Value>First item</Value></Li>
      <Li><Value>Second item</Value></Li>
      <Li><Value>Third item</Value></Li>
    </Ol>
  </TextBlock>
</PlaceObject>

See also