ASPOSE home

com.aspose.words
Class WrapType

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

public class WrapType
extends java.lang.Object

Utility class containing constants. Specifies how text is wrapped around a shape or picture.
See Also:
ShapeBase.WrapType

Field Summary
static final intNONE
           No text wrapping around the shape. The shape is placed behind or in front of text.
static final intINLINE
           The shape remains on the same layer as text and treated as a character.
static final intTOP_BOTTOM
           The text stops at the top of the shape and restarts on the line below the shape.
static final intSQUARE
           Wraps text around all sides of the square bounding box of the shape.
static final intTIGHT
           Wraps tightly around the edges of the shape, instead of wrapping around the bounding box.
static final intTHROUGH
           Same as Tight, but wraps inside any parts of the shape that are open.
 

Field Detail

NONE

public static final int NONE
No text wrapping around the shape. The shape is placed behind or in front of text.

INLINE

public static final int INLINE
The shape remains on the same layer as text and treated as a character.

TOP_BOTTOM

public static final int TOP_BOTTOM
The text stops at the top of the shape and restarts on the line below the shape.

SQUARE

public static final int SQUARE
Wraps text around all sides of the square bounding box of the shape.

TIGHT

public static final int TIGHT
Wraps tightly around the edges of the shape, instead of wrapping around the bounding box.

THROUGH

public static final int THROUGH
Same as Tight, but wraps inside any parts of the shape that are open.

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