ITextParagraphFormat.ListTab Property
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.
Gets or sets the list tab setting, which is the distance between the first indent and the start of the text on the first line.
public:
property float ListTab { float get(); void set(float value); };
float ListTab();
void ListTab(float value);
public float ListTab { get; set; }
var single = iTextParagraphFormat.listTab;
iTextParagraphFormat.listTab = single;
Public Property ListTab As Single
Property Value
Single
float
The list tab setting.
Remarks
Numbered or bulleted text is left-justified, centered, or right-justified at the first-line indent value. Use ITextParagraphFormat.ListAlignment to determine the text position.