ListParams Object (IListParams Interface)
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
| Name | Type | Description | 
|---|---|---|
| Application | Engine, read-only | Returns the Engine object. | 
| List | List, read-only | Stores 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. | 
| ListLevel | int | 
         Specifies the level of the paragraph in the list. The value of the property must be in range from 0 to 8. 
  | 
    
| OrdinalNumber | int, read-only | Specifies the paragraph's number in the list. | 
Methods
| Name | Description | 
|---|---|
| AddToList | 
         Adds the paragraph to the list. 
  | 
    
| RemoveFromList | Removes the paragraph from the list. | 
Related objects

See also
9/17/2024 3:14:41 PM

