Gets or sets the justification.

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

Syntax

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

Property Value

TabJustification
The justification.

See Also