| DocxParagraphAlignmentHorizontal Property |
Gets or sets the alignment.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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
StringThe alignment.
See Also