<< Click to Display Table of Contents >> VpeGetTextAlignment |
Returns the text alignment attribute.
int VpeGetTextAlignment(
VpeHandle hDoc
)
VpeHandle hDoc
Document Handle or VPE Object Handle
Returns:
possible values are:
Constant Name |
Value |
Comment |
ALIGN_LEFT |
0 |
|
ALIGN_RIGHT |
1 |
|
ALIGN_CENTER |
2 |
|
ALIGN_JUSTIFIED |
3 |
|
ALIGN_JUSTIFIED_AB |
5 |
|