AccusoftPrintPro8 ActiveX DLL : PP_Alignment Enumeration |
Option values which define the possible text alignment styles.
Member | Value | Description |
---|---|---|
PP_Alignment_CenterJustifyBottom | 8 | (8) Text appears centered at the bottom of the print rectangle. |
PP_Alignment_CenterJustifyMiddle | 7 | (7) Text appears centered in the middle of the print rectangle. |
PP_Alignment_CenterJustifyTop | 6 | (6) Text appears centered at the top of the print rectangle. |
PP_Alignment_LeftJustifyBottom | 2 | (2) Text appears left justified at the bottom of the print rectangle. |
PP_Alignment_LeftJustifyMiddle | 1 | (1) Text appears left justified in the middle of the print rectangle. |
PP_Alignment_LeftJustifyTop | 0 | (0) Text appears left justified at the top of the print rectangle |
PP_Alignment_RightJustifyBottom | 5 | (5) Text appears right-justified at the bottom of the print rectangle. |
PP_Alignment_RightJustifyMiddle | 4 | (4) Text appears right justified in the middle of the print rectangle. |
PP_Alignment_RightJustifyTop | 3 | (3) Text appears right justified at the top of the print rectangle |