Tab

Tab class

Represents a tabulation for a text.

The Tab type exposes the following members:

Constructors

NameDescription
Tab(position, align)Initializes a new instance of the Tab class

Properties

NameDescription
as_i_presentation_componentAllows to get base IPresentationComponent interface.
Read-only IPresentationComponent.
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.
slideReturns the base slide.
Read-only IBaseSlide.
presentationReturns the presentation.
Read-only IPresentation.

Methods

NameDescription
compare_to(obj)Compares the current instance with another object of the same type.

See Also