Tab

Tab class

Represents a tabulation for a text.

Tab

NameDescription
Tab(double, int)Creates new Tab

Parameters:

NameTypeDescription
positiondoubleTab position.
alignintAlign.

Result: Tab


compareTo

NameDescription
compareTo(Object)Compares the current instance with another object of the same type.

Parameters:

NameTypeDescription
objObjectAn object to compare with this instance.

Result: int


getAlignment

NameDescription
getAlignment()Returns or sets align style of a tab. Read/write TabAlignment.

Result: int


getParent_IPresentationComponent

NameDescription
getParent_IPresentationComponent()

getParent_ISlideComponent

NameDescription
getParent_ISlideComponent()

getParent_Immediate

NameDescription
getParent_Immediate()

getPosition

NameDescription
getPosition()Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double.

Result: double


getPresentation

NameDescription
getPresentation()

Result: Presentation


getSlide

NameDescription
getSlide()

Result: BaseSlide


getVersion

NameDescription
getVersion()

Result: long


getVersion

NameDescription
getVersion()

Result: long


setAlignment

NameDescription
setAlignment(int)Returns or sets align style of a tab. Read/write TabAlignment.

setPosition

NameDescription
setPosition(double)Returns or sets position of a tab. Assigning this property can change tab’s index in collection and invalidate Enumerator. Read/write double.