aspose.pdf
Class PositioningType

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

public class PositioningType
extends EnumerationBase

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

Auto

public static final PositioningType Auto
Positioning the paragraph automatically by page renderer engine. This means customer positioning is not used.


PageRelative

public static final PositioningType PageRelative
The position of paragraph is page relative.


ColumnRelative

public static final PositioningType ColumnRelative
The position of paragraph is column relative.


ParagraphRelative

public static final PositioningType ParagraphRelative
The position of paragraph is paragraph relative.