Online Documentation for Advanced PDF Generator for RAD Studio
TRenderTextAlign type
Unit
Declaration
type TRenderTextAlign = (rtaLeft, rtaRight, rtaCenter, rtaJustify, rtaTerminal);
Description
This type defines the text alignment. The following values are available:
Value |
Alignment |
rtaLeft |
Text aligned to left |
rtRight |
Text aligned to right |
rtaCenter |
Centered text |
rtaJustify |
Justified text |
rtaTerminal |
Spaces are processed as symbols. Use this alignment type to print a space-formatted text |