Gets or sets format of a text in a run.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TextFormat TextFormat { get; set; }
Visual Basic
Public Property TextFormat As TextFormat
	Get
	Set
Visual C++
public:
property TextFormat^ TextFormat {
	TextFormat^ get ();
	void set (TextFormat^ value);
}

See Also