ASPOSE home

com.aspose.words
Class RelativeVerticalPosition

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

public class RelativeVerticalPosition
extends java.lang.Object

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

Field Summary
static final intMARGIN
           The object is positioned relative to the top page margin.
static final intPAGE
           The object is positioned relative to the top edge of the page.
static final intPARAGRAPH
           The object is positioned relative to the top of the paragraph that contains the anchor.
static final intLINE
           Undocumented.
 

Field Detail

MARGIN

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

PAGE

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

PARAGRAPH

public static final int PARAGRAPH
The object is positioned relative to the top of the paragraph that contains the anchor.

LINE

public static final int LINE
Undocumented.

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