Initializes a new instance of the ListFormat 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(
	Document doc,
	ParagraphStyle owner
)
Public Sub New ( 
	doc As Document,
	owner As ParagraphStyle
)
public:
ListFormat(
	Document^ doc, 
	ParagraphStyle^ owner
)
new : 
        doc : Document * 
        owner : ParagraphStyle -> ListFormat

Parameters

doc
Document
owner
ParagraphStyle

See Also