|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.BoxVerticalPositioningType
public final class BoxVerticalPositioningType
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 |
---|
public static final BoxVerticalPositioningType Paragraph
public static final BoxVerticalPositioningType Page
public static final BoxVerticalPositioningType Margin
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |