com.aspose.slides
Interface ITabEffectiveData

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

public interface ITabEffectiveData
extends java.lang.Comparable

Immutable object which represents a text's tabulation stop.


Method Summary
 int getAlignment()
           
 double getPosition()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPosition

double getPosition()

getAlignment

int getAlignment()