07 Alignments
TCPDF uses the following characters for alignments and the ReportLib expects the same values.
Horizontally (hAlignment)
- ‘L’ Left
- ‘R’ Right
- ‘C’ Center
- ‘J’ Justified (only for text)
Vertically (vAlignment)
- ‘T’ Top
- ‘M’ Middle
- ‘B’ Bottom
So, whenever a function needs a parameter of hAlignment or vAlignment use one of these letters.