ITextParagraphFormat.AddTab(Single, TabAlignment, TabLeader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a new tab at the specified position.
public:
void AddTab(float position, TabAlignment align, TabLeader leader);
void AddTab(float const& position, TabAlignment const& align, TabLeader const& leader);
public void AddTab(float position, TabAlignment align, TabLeader leader);
function addTab(position, align, leader)
Public Sub AddTab (position As Single, align As TabAlignment, leader As TabLeader)
Parameters
- position
-
Single
float
The position of the new tab, in floating-point points relative to the left side of the page for left-to-right paragraphs, or the right side of the page for right-to-left paragraphs. A maximum of 63 tabs are allowed. Tabs beyond the page are ignored. Negative tabs are not valid.
- align
- TabAlignment
The alignment option for the tab position.
- leader
- TabLeader
The character used to fill the space taken by a tab character.