Uses of Class
aspose.pdf.BoxVerticalAlignmentType

Uses of BoxVerticalAlignmentType in aspose.pdf
 

Fields in aspose.pdf declared as BoxVerticalAlignmentType
static BoxVerticalAlignmentType BoxVerticalAlignmentType.Bottom
          Bottom alignment.
static BoxVerticalAlignmentType BoxVerticalAlignmentType.Center
          Center alignment.
static BoxVerticalAlignmentType BoxVerticalAlignmentType.None
          No alignment type is used.
static BoxVerticalAlignmentType BoxVerticalAlignmentType.Top
          Top alignment
 

Methods in aspose.pdf that return BoxVerticalAlignmentType
 BoxVerticalAlignmentType FloatingBox.getBoxVerticalAlignment()
          Gets a BoxVerticalAlignmentType object that indicates the vertical alignment type of the floating box.
 

Methods in aspose.pdf with parameters of type BoxVerticalAlignmentType
 void FloatingBox.setBoxVerticalAlignment(BoxVerticalAlignmentType value)
          Sets a BoxVerticalAlignmentType object that indicates the vertical alignment type of the floating box.