Online Documentation for Advanced Data Export .NET

RtfStyle.Alignment


 

public enum RtfTextAlignment

{

 talLeft,

 talRight,

 talCenter,

 talFill

}

 

public SqlManager.QExport.RTF.RtfTextAlignment Alignment

 

Description

The Alignment property defines the text alignment for the current style. The following values are available: palLeft - text is left-justified, palRight - text is right-justified, palCenter - text is centered, and palFill - text is distributed over the paragraph width.