NumberingListMarkBox Properties
Base class for a mark in the numbered list.| Name | Description |
|---|---|
| Bounds | Gets coordinates of a rectangle which encompasses the layout element. Inherited from LayoutElementBase. |
| ListIndex | Returns the index of a list to which the current numbered list mark relates. |
| ListLevel | Returns the Paragraph.ListLevel value that corresponds to the current layout element. |
| Parent | Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElementBase. |
| Text | Returns the text displayed by the numbered list mark. |
| Type | Gets the type of layout element. |
See Also