Uses of Class
aspose.pdf.BoxVerticalPositioningType

Uses of BoxVerticalPositioningType in aspose.pdf
 

Fields in aspose.pdf declared as BoxVerticalPositioningType
static BoxVerticalPositioningType BoxVerticalPositioningType.Margin
          The distance is measured from the left page margin.
static BoxVerticalPositioningType BoxVerticalPositioningType.Page
          The distance is measured from the left edge of the page.
static BoxVerticalPositioningType BoxVerticalPositioningType.Paragraph
          The distance is measured from the top of the paragraph that contains the anchor.
 

Methods in aspose.pdf that return BoxVerticalPositioningType
 BoxVerticalPositioningType FloatingBox.getBoxVerticalPositioning()
          Gets a BoxVerticalPositioningType object that indicates the vertical positioning type of the floating box.
 

Methods in aspose.pdf with parameters of type BoxVerticalPositioningType
 void FloatingBox.setBoxVerticalPositioning(BoxVerticalPositioningType value)
          Sets a BoxVerticalPositioningType object that indicates the vertical positioning type of the floating box.