Uses of Class
aspose.pdf.TabAlignmentType

Uses of TabAlignmentType in aspose.pdf
 

Fields in aspose.pdf declared as TabAlignmentType
static TabAlignmentType TabAlignmentType.Center
          Center alignment.
static TabAlignmentType TabAlignmentType.Decimal
          Decimal alignment.
static TabAlignmentType TabAlignmentType.Left
          Left alignment.
static TabAlignmentType TabAlignmentType.Right
          Right alignment.
 

Methods in aspose.pdf that return TabAlignmentType
 TabAlignmentType TabStop.getAlignmentType()
          Gets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.
 TabAlignmentType Text.getCustomStopAlignmentType()
          Get the custom stop alignment type .
 

Methods in aspose.pdf with parameters of type TabAlignmentType
 void TabStop.setAlignmentType(TabAlignmentType value)
          Sets a TabAlignmentType enumeration that indicates the custom tab stop position alignment type.
 void Text.setCustomStopAlignmentType(TabAlignmentType customStopAlignmentType)
          Set the custom stop alignment type .