| 
Paragraph
UpdateListValue Method
  | 
 Updates the list value.
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
Syntax
 
 
public string UpdateListValue()
 
Public Function UpdateListValue As String
 
public:
String^ UpdateListValue()
 
member UpdateListValue : unit -> string 
 
 
 
Return Value
 
 Type:
 
String
 
 the value string.
 
 See Also
See Also