Gets format of the list for the paragraph.

Namespace: Spire.Doc.Documents
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 ListFormat { get; }
Public ReadOnly Property ListFormat As ListFormat
	Get
public:
virtual property ListFormat^ ListFormat {
	ListFormat^ get () sealed;
}
abstract ListFormat : ListFormat with get
override ListFormat : ListFormat with get

Property Value

ListFormat

Implements

IParagraph..::..ListFormat

See Also