ListStyle
Levels Property
|
Gets list levels collection
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ListLevelCollection Levels { get; }
Public ReadOnly Property Levels As ListLevelCollection
Get
public:
property ListLevelCollection^ Levels {
ListLevelCollection^ get ();
}
member Levels : ListLevelCollection with get
Property Value
Type:
ListLevelCollection
See Also