ASPOSE home

com.aspose.words
Class RelativeHorizontalPosition

java.lang.Object
    extended by com.aspose.words.RelativeHorizontalPosition

public class RelativeHorizontalPosition
extends java.lang.Object

Utility class containing constants. Specifies to what the horizontal position of a shape or text frame is relative.
See Also:
ShapeBase.RelativeHorizontalPosition

Field Summary
static final intMARGIN
           The object is positioned relative to the left page margin.
static final intPAGE
           The object is positioned relative to the left edge of the page.
static final intCOLUMN
           The object is positioned relative to the left side of the column.
static final intCHARACTER
           The object is positioned relative to the left side of the paragraph.
 

Field Detail

MARGIN

public static final int MARGIN
The object is positioned relative to the left page margin.

PAGE

public static final int PAGE
The object is positioned relative to the left edge of the page.

COLUMN

public static final int COLUMN
The object is positioned relative to the left side of the column.

CHARACTER

public static final int CHARACTER
The object is positioned relative to the left side of the paragraph.

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home