Returns or setsthe type of caption numbering

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CaptionNumberingFormat NumberFormat { get; set; }
Public Property NumberFormat As CaptionNumberingFormat
	Get
	Set
public:
property CaptionNumberingFormat NumberFormat {
	CaptionNumberingFormat get ();
	void set (CaptionNumberingFormat value);
}
member NumberFormat : CaptionNumberingFormat with get, set

Property Value

CaptionNumberingFormat

See Also