ComponentOne VSView 8.0
IndentTab Property

Returns or sets the left indent for the first line of a paragraph, in twips.

Syntax

[form!]VSPrinter.IndentTab[ = value As Variant ]

Remarks

When VSPrinter 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. For details on using unit-aware measurements, see the Using Unit-Aware Properties topic.

Data Type

Variant

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback