Printer Object
 
Syntax
 
Printer.IndentTab = varValue
 
Description
Returns or sets the left indent for the first line of a paragraph, in twips.
 
When the Printer object encounters a tab character in the input text, it moves the cursor to the next multiple of the IndentTab value. If the next position is beyond the end of the current line, then the output advances to the next line.
 
This property is mainly useful for creating hanging indents in bullet or numbered lists. For detail and an example, see the IndentFirst property.
 
The IndentTab property only affects left-aligned and justified text. It is ignored while printing centered and right-aligned text. To create tables with varying column widths and alignments, see the AddTable method.
 
You may specify units with this value (inches, points, twips, cm, mm, or pixels). The default unit is twips.
 
See Also
Example