Gets the format.

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 CommentFormat Format { get; }
Public ReadOnly Property Format As CommentFormat
	Get
public:
property CommentFormat^ Format {
	CommentFormat^ get ();
}
member Format : CommentFormat with get

Property Value

CommentFormat
The format.

See Also