aspose.pdf
Class BoxVerticalPositioningType

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

public final class BoxVerticalPositioningType
extends EnumerationBase

Enumerates the vertical positioning types for floating box.


Field Summary
static BoxVerticalPositioningType Margin
          The distance is measured from the left page margin.
static BoxVerticalPositioningType Page
          The distance is measured from the left edge of the page.
static BoxVerticalPositioningType Paragraph
          The distance is measured from the top of the paragraph that contains the anchor.
 
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

Paragraph

public static final BoxVerticalPositioningType Paragraph
The distance is measured from the top of the paragraph that contains the anchor.


Page

public static final BoxVerticalPositioningType Page
The distance is measured from the left edge of the page.


Margin

public static final BoxVerticalPositioningType Margin
The distance is measured from the left page margin.