<< Click to Display Table of Contents >> SetTab |
Sets an individual RTF tab position. You may specify as many tab positions as you like.
method void VPE.SetTab(
VpeCoord TabPosition,
long Reserved
)
VpeCoord TabPosition
tab position
long Reserved
for future use and should be set to zero
Example:
Doc.SetTab(1)
Doc.SetTab(2)
Doc.SetTab(5)
Sets three individual tab positions at 1cm, 2cm and 5cm
Doc.ClearTab(2)
Removes the tab-stop at position 2cm (which was previously set by SetTab()).
"RTF - Rich Text Format" in the Programmer's Manual