Constants to set the alignment of multiline texts on headers and footers.
bsMTAlignAccordingToPosition = -1 | ' The text alignment is according to the Position argument. |
bsMTAlignCenter = 2 | ' Text is centered. |
bsMTAlignLeft = 0 | ' Text aligned to the left. |
bsMTAlignRight = 1 | ' Text aligned to the right. |