Skip to main content
This object provides access to the parameters of the list to which a paragraph belongs. This object is a subobject of the Paragraph object.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
ListList, read-onlyStores the List object which corresponds to the list to which the paragraph belongs. If the paragraph is not in the list, the property returns NULL.
ListLevelintSpecifies the level of the paragraph in the list. The value of the property must be in range from 0 to 8. <Note> If the paragraph is not in the list, the returned value of ListLevel will be -1. </Note>
OrdinalNumberint, read-onlySpecifies the paragraph’s number in the list.

Methods

NameDescription
AddToListAdds the paragraph to the list. <Warning> Make sure that the List property is defined. Calling this method when the List property is NULL will result in an error. </Warning>
RemoveFromListRemoves the paragraph from the list.
ListParams Object Diagram

See also

Paragraph List Working with Properties