Tab class

Tab class

Represents a tabulation for a text.

Inheritance:Tab → PVIObject

The Tab type exposes the following members:

Constructors

ConstructorDescription
__init__(self, position, align)Creates new Tab

Properties

PropertyDescription
positionReturns or sets position of a tab.
Assigning this property can change tab’s index in collection and invalidate Enumerator.
Read/write float.
alignmentReturns or sets align style of a tab.
Read/write TabAlignment.
slide
presentation

Methods

MethodDescription
compare_to(self, obj)Compares the current instance with another object of the same type.

See Also