| DocxParagraphAlignmentHorizontal Property |
Gets or sets the alignment.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.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
Type:
StringThe alignment.
See Also