public final class PositioningType
extends com.aspose.ms.System.Enum
Enumerates the positioning types when using custom positioning. Custom positioning means customer specify the position of paragraph instead of render automatically.
Modifier and Type | Field and Description |
---|---|
static int |
Auto
Positioning the paragraph automatically by page renderer engine.
|
static int |
ColumnRelative
The position of paragraph is column relative.
|
static int |
PageRelative
The position of paragraph is page relative.
|
static int |
ParagraphRelative
The position of paragraph is paragraph relative.
|
public static final int Auto
Positioning the paragraph automatically by page renderer engine. This means customer positioning is not used.
public static final int PageRelative
The position of paragraph is page relative.
public static final int ColumnRelative
The position of paragraph is column relative.
public static final int ParagraphRelative
The position of paragraph is paragraph relative.
Copyright © 2016 Aspose. All Rights Reserved.