<< Click to Display Table of Contents >> ClearTab |
Removes an individual RTF tab position.
method void VPE.ClearTab(
VpeCoord TabPosition
)
VpeCoord TabPosition
tab position
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