SetTab

<< Click to Display Table of Contents >>

Navigation:  RTF Functions >

SetTab

Previous pageReturn to chapter overviewNext page

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()).

 

See also:

"RTF - Rich Text Format" in the Programmer's Manual