NumberingListWithSeparatorBox Properties
Layout element that relates to 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. Inherited from NumberingListMarkBox. |
ListLevel | Returns the Paragraph.ListLevel value that corresponds to the current layout element. Inherited from NumberingListMarkBox. |
Parent | Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElementBase. |
Separator | Gets the text box which relates to a separator used in the current numbered list box. |
Text | Returns the text displayed by the numbered list mark. Inherited from NumberingListMarkBox. |
Type | Gets the type of layout element. |
See Also