Gets or sets regular text 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 TextFormat TextFormat { get; set; }
Public Property TextFormat As TextFormat
	Get
	Set
public:
property TextFormat TextFormat {
	TextFormat get ();
	void set (TextFormat value);
}
member TextFormat : TextFormat with get, set

Property Value

TextFormat

See Also