ITextParagraphFormat.TabCount 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.
Retrieves the tab count.
public:
property int TabCount { int get(); };
int TabCount();
public int TabCount { get; }
var int32 = iTextParagraphFormat.tabCount;
Public ReadOnly Property TabCount As Integer
Property Value
Int32
int
The tab count.
Remarks
The tab count of a new instance can be nonzero; for example, Microsoft Word stories begin with no explicit tabs defined, while rich edit instances start with a single explicit tab. To ensure there are no explicit tabs (that is, to set the tab count to zero), call the ITextParagraphFormat.ClearAllTabs method.