Paragraph
ListText Property
|
Gets the list text.
The value of the list number is obtained by dynamic calculation.
The value of the list number of the paragraph directly may be incorrect.
To obtain the correct value, you need to traverse all paragraphs in the document.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string ListText { get; }
Public ReadOnly Property ListText As String
Get
public:
property String^ ListText {
String^ get ();
}
member ListText : string with get
Property Value
Type:
String
See Also