Ol#
Create an ordered list, just like in HTML
Child elements#
Parent elements#
A, B, I, Li, Paragraph, Span, U
Attributes#
fontfamily
(text, optional)- The name of the font family for the paragraph. The default is »text« (lowercase t).
Example#
<PlaceObject>
<Textblock>
<Paragraph>
<Ol>
<Li><Value>First item</Value></Li>
<Li><Value>Second item</Value></Li>
<Li><Value>Third item</Value></Li>
</Ol>
</Paragraph>
</Textblock>
</PlaceObject>