aspose.pdf
Class TabAlignmentType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.TabAlignmentType

public class TabAlignmentType
extends EnumerationBase

Enumerates alignment type for TAB stop


Field Summary
static TabAlignmentType Center
          Center alignment.
static TabAlignmentType Decimal
          Decimal alignment.
static TabAlignmentType Left
          Left alignment.
static TabAlignmentType Right
          Right alignment.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Left

public static final TabAlignmentType Left
Left alignment.


Center

public static final TabAlignmentType Center
Center alignment.


Right

public static final TabAlignmentType Right
Right alignment.


Decimal

public static final TabAlignmentType Decimal
Decimal alignment.