Click or drag to resize

ListItem Class

Represents content which prefixes numbered paragraph (Paragraph for which ListFormat is not null.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentListItem

Namespace:  SautinSoft.Document
Assembly:  SautinSoft.Document (in SautinSoft.Document.dll) Version: 5.3.6.22
Syntax
public sealed class ListItem

The ListItem type exposes the following members.

Properties
  NameDescription
Public propertyInlines
Gets the content of this ListItem instance.
Public propertyNumbers
Gets the list of numbers calculated by counting list paragraphs and their indentation levels.
Public propertyParagraph
Gets the paragraph which this ListItem prefixes.
Top
See Also