SharpLeaf Reference > ParagraphStyle Structure > SetTabs Method ParagraphStyle.SetTabs Method
Set the full list of tab stops positions in points from left edge of frame.
Tabs can be skipped by
Overloads
Example
// Set eight tabs, one-inch apart from each other
style.SetTabs(new int[] {72,144,216,288,360,432,504,576});
Description
Use empty argument to reset to default, which is twelve tab stops 72 points apart. Alignment will default to Left for new tabs (if any).
See also ...SharpLeaf.NextTab Method | ParagraphStyle.Members | ParagraphStyle.AddTab Method | ParagraphStyle.ResetTabs Method | ParagraphStyle.SetTabAlignments Method
Send comments on this topic © Dyalog Ltd 2021
|