|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PositioningType in aspose.pdf |
---|
Fields in aspose.pdf declared as PositioningType | |
---|---|
static PositioningType |
PositioningType.Auto
Positioning the paragraph automatically by page renderer engine. |
static PositioningType |
PositioningType.ColumnRelative
The position of paragraph is column relative. |
static PositioningType |
PositioningType.PageRelative
The position of paragraph is page relative. |
static PositioningType |
PositioningType.ParagraphRelative
The position of paragraph is paragraph relative. |
Methods in aspose.pdf that return PositioningType | |
---|---|
PositioningType |
Paragraph.getPositioningType()
Get the positioning type for custom positioning. |
Methods in aspose.pdf with parameters of type PositioningType | |
---|---|
void |
Paragraph.setPositioningType(PositioningType posType)
Set the positioning type for custom positioning. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |