Writes alignment in the Rich Text format.

Namespace:  PerpetuumSoft.Reporting.Export.Rtf.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Rtf (in PerpetuumSoft.Reporting.Export.Rtf.dll) Version: 3.9.0.1

Syntax

C#
protected void WriteAlign(
	StreamWriter writer,
	ContentAlignment alignment
)
Visual Basic (Declaration)
Protected Sub WriteAlign ( _
	writer As StreamWriter, _
	alignment As ContentAlignment _
)
Visual C++
protected:
void WriteAlign(
	StreamWriter^ writer, 
	ContentAlignment alignment
)

See Also