<< Click to Display Table of Contents >> VpeClearTab |
Removes an individual RTF tab position.
void VpeClearTab(
VpeHandle hDoc,
VpeCoord tab_position
)
VpeHandle hDoc
Document Handle
VpeCoord tab_position
tab position
Example:
VpeSetTab(hDoc, 1)
VpeSetTab(hDoc, 2)
VpeSetTab(hDoc, 5)
Sets three individual tab positions at 1cm, 2cm and 5cm
VpeClearTab(hDoc, 2)
Removes the tab-stop at position 2cm (which was previously set by VpeSetTab()).
"RTF - Rich Text Format" in the Programmer's Manual