Click or drag to resize

ListFormat Class

Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Formatting WordAttributeBase
Spire.Doc.Formatting ListFormat

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class ListFormat : WordAttributeBase

The ListFormat type exposes the following members.

Properties
Name Description
Public property CurrentListLevel
Gets paragraph's ListLevel.
Public property CurrentListStyle
Gets paragraph's list style.
Public property CustomStyleName
Gets the name of custom style.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property IsRestartNumbering
Returns or sets whether numbering of the list must restart from previous list.
Public property ListLevelNumber
Returns or sets list nesting level.
Public property ListType
Gets type of the list.
Top
Methods
Name Description
Public method ApplyBulletStyle
Apply default bullet style for current paragraph.
Public method ApplyNumberedStyle
Apply default numbered style for current paragraph.
Public method ApplyStyle
Apply list style.
Public method ContinueListNumbering
Continue last list.
Public method DecreaseIndentLevel
Decrease level indent.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IncreaseIndentLevel
Increase level indent.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method RemoveList
Removes the list from current paragraph.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_doc (Inherited from OwnerHolder .)
Top
See Also