Cell2.Align Property

Gets or sets the TextAlign enumeration to use for the horizontal alignment of the text in the cell. Justify and FullJustify are applicable only for text.

public Nullable<TextAlign> Align { get; set; }
Public Property Align As Nullable(Of TextAlign)

Property Value

Nullable<TextAlign>

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Cell2
ceTe.DynamicPDF.PageElements

In this topic