Gets or sets the horizontal alignment of the text rendered by this element in PDF
Namespace:
Winnovative.ExcelToPdf
Assembly:
wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
public HorizontalTextAlign TextAlign { get; set; }
Public Property TextAlign As HorizontalTextAlign
Get
Set
public:
property HorizontalTextAlign TextAlign {
HorizontalTextAlign get ();
void set (HorizontalTextAlign value);
}
member TextAlign : HorizontalTextAlign with get, set
Property Value
Type:
HorizontalTextAlign
Reference