Allows to control what list formatting is applied to a paragraph.
For a list of all members of this type, see ListFormat Members.
System.Object
Aspose.Words.ListFormat
[Visual Basic]
Public Class ListFormat
[C#]public class ListFormat
Remarks
A paragraph in a Microsoft Word document can be bulleted or numbered. When a paragraph is bulleted or numbered, it is said that list formatting is applied to the paragraph.
You do not create objects of the ListFormat class directly. You access ListFormat as a property of another object that can have list formatting associated with it. At the moment the objects that can have list formatting are: Paragraph, Style and DocumentBuilder.
ListFormat of a Paragraph specifies what list formatting and list level is applied to that particular paragraph.