IListFormat interface
Namespace: NextDesign.Desktop.DocumentGenerator.Word
Description
Controls the list formatting applied to paragraphs.
Affiliation area
| Name | Description |
|---|---|
| Document Generation | APIs to access document generation. |
Method
| Name | Description |
|---|---|
| ApplyBulletDefault | Starts a new default bulleted list and applies it to the paragraph. |
| ApplyNumberDefault | Starts a new default numbered list and applies it to the paragraph. |
| ListIndent | Increases the list level of the current paragraph by one. |
| ListOutdent | Decrease the list level of the current paragraph by one. |
| RemoveNumbers | Remove numbers or bullets from the current paragraph and set the list level to zero. |