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()
           Returns align style of a tab.
 double getPosition()
           Returns position of a tab.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPosition

double getPosition()

Returns position of a tab. Assigning this property can change tab's index in collection and invalidate Enumerator. Read-only double.


getAlignment

int getAlignment()

Returns align style of a tab. Read-only TabAlignment.



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