ASPOSE home

com.aspose.words
Class WrapSide

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

public class WrapSide
extends java.lang.Object

Utility class containing constants. Specifies what side(s) of the shape or picture the text wraps around.
See Also:
ShapeBase.WrapSide

Field Summary
static final intBOTH
           The document text wraps on both sides of the shape.
static final intLEFT
           The document text wraps on the left side of the shape only. There is a text free area on the right of the shape.
static final intRIGHT
           The document text wraps on the right side of the shape only. There is a text free area on the left side of the shape.
static final intLARGEST
           The document text wraps on the side of the shape that is fartherst from the page margin, leaving text free area on the other side of the shape.
 

Field Detail

BOTH

public static final int BOTH
The document text wraps on both sides of the shape.

LEFT

public static final int LEFT
The document text wraps on the left side of the shape only. There is a text free area on the right of the shape.

RIGHT

public static final int RIGHT
The document text wraps on the right side of the shape only. There is a text free area on the left side of the shape.

LARGEST

public static final int LARGEST
The document text wraps on the side of the shape that is fartherst from the page margin, leaving text free area on the other side of the shape.

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