DocxParagraph.AlignmentHorizontal Property

QsInformatica.Utils

DocxParagraphAlignmentHorizontal Property

Gets or sets the alignment.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public string AlignmentHorizontal { get; set; }
Public Property AlignmentHorizontal As String
	Get
	Set
public:
property String^ AlignmentHorizontal {
	String^ get ();
	void set (String^ value);
}
member AlignmentHorizontal : string with get, set

Property Value

Type: String
The alignment.
See Also