<< Click to Display Table of Contents >> VpeSetAltDividerStyle |
Sets the paint-style for Alternative Dividers.
void VpeSetAltDividerStyle(
VpeHandle hDoc,
long style
)
VpeHandle hDoc
Document Handle or VPE Object Handle
long style
the style of Alternative Dividers, possible values are:
Constant Name |
Value |
Comment |
VFF_STYLE_NONE |
0 |
no dividers |
VFF_STYLE_1_4 |
1 |
1/4 height |
VFF_STYLE_1_3 |
2 |
1/3 height |
VFF_STYLE_1_2 |
3 |
1/2 height (default) |
VFF_STYLE_2_3 |
4 |
2/3 height |
VFF_STYLE_3_4 |
5 |
3/4 height |
VFF_STYLE_1_1 |
6 |
full height (default for AltDivider) |
Default:
VFF_STYLE_1_1, Alternative Dividers are drawn at the full height of the FormField's height
"FormFields" in the Programmer's Manual