Click or drag to resize

ListLevelFormatCollection Class

Represents a read-only collection of list level formatting.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionListLevelFormat
    SautinSoft.DocumentListLevelFormatCollection

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public sealed class ListLevelFormatCollection : ReadOnlyCollection<ListLevelFormat>

The ListLevelFormatCollection type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets ListLevelFormat.
Top
See Also