Gets the format.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public CommentFormat Format { get; }
 
Public ReadOnly Property Format As CommentFormat
	Get
 
public:
property CommentFormat^ Format {
	CommentFormat^ get ();
}
 
member Format : CommentFormat with get
 
 
 
Property Value
 
 Type:
 
CommentFormat
 
 The format.
 
 See Also
See Also