|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.PositioningType
public class PositioningType
Enumerates the positioning types when using custom positioning. Custom positioning means customer specify the position of paragraph instead of render automatically.
Remarks: Please refer to the programmer's guide for detailed info.
| Field Summary | |
|---|---|
static PositioningType |
Auto
Positioning the paragraph automatically by page renderer engine. |
static PositioningType |
ColumnRelative
The position of paragraph is column relative. |
static PositioningType |
PageRelative
The position of paragraph is page relative. |
static PositioningType |
ParagraphRelative
The position of paragraph is paragraph relative. |
| 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 |
|---|
public static final PositioningType Auto
public static final PositioningType PageRelative
public static final PositioningType ColumnRelative
public static final PositioningType ParagraphRelative
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||