com.aspose.slides
Interface ITab

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
Tab

public interface ITab
extends java.lang.Comparable

Represents a tabulation for a text.


Method Summary
 int getAlignment()
           Returns or sets align style of a tab.
 double getPosition()
           Returns or sets position of a tab.
 void setAlignment(int value)
           Returns or sets align style of a tab.
 void setPosition(double value)
           Returns or sets position of a tab.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPosition

double getPosition()

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


setPosition

void setPosition(double value)

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


getAlignment

int getAlignment()

Returns or sets align style of a tab. Read/write TabAlignment.


setAlignment

void setAlignment(int value)

Returns or sets align style of a tab. Read/write TabAlignment.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.