Initializes a new instance of the [!:WListFormat] class.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ListFormat(
	IParagraph owner
)
Public Sub New ( 
	owner As IParagraph
)
public:
ListFormat(
	IParagraph^ owner
)
new : 
        owner : IParagraph -> ListFormat

Parameters

owner
IParagraph
The owner (paragraph).

See Also