aspose.pdf
Class BoxHorizontalPositioningType

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

public final class BoxHorizontalPositioningType
extends EnumerationBase

Enumerates the horizontal positioning types for floating box.


Field Summary
static BoxHorizontalPositioningType Column
          The distance is measured from the left side of the column.
static BoxHorizontalPositioningType Margin
          The distance is measured from the top page margin.
static BoxHorizontalPositioningType Page
          The distance is measured from the top edge of the page.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Column

public static final BoxHorizontalPositioningType Column
The distance is measured from the left side of the column.


Page

public static final BoxHorizontalPositioningType Page
The distance is measured from the top edge of the page.


Margin

public static final BoxHorizontalPositioningType Margin
The distance is measured from the top page margin.