Uses of Class
aspose.pdf.BoxHorizontalAlignmentType

Uses of BoxHorizontalAlignmentType in aspose.pdf
 

Fields in aspose.pdf declared as BoxHorizontalAlignmentType
static BoxHorizontalAlignmentType BoxHorizontalAlignmentType.Center
          Center alignment.
static BoxHorizontalAlignmentType BoxHorizontalAlignmentType.Left
          Left alignment.
static BoxHorizontalAlignmentType BoxHorizontalAlignmentType.None
           No alignment type is used.
static BoxHorizontalAlignmentType BoxHorizontalAlignmentType.Right
          Right alignment.
 

Methods in aspose.pdf that return BoxHorizontalAlignmentType
 BoxHorizontalAlignmentType FloatingBox.getBoxHorizontalAlignment()
          Gets a BoxHorizontalAlignmentType object that indicates the horizontal alignment type of the floating box.
 

Methods in aspose.pdf with parameters of type BoxHorizontalAlignmentType
 void FloatingBox.setBoxHorizontalAlignment(BoxHorizontalAlignmentType value)
          Sets a BoxHorizontalAlignmentType object that indicates the horizontal alignment type of the floating box.