Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface TileAlignmentType


public interface TileAlignmentType

Represents Alignment of Tiling options for Picture or Texture fill.


Field Summary
static byte BOTTOM
           
static byte BOTTOM_LEFT
           
static byte BOTTOM_RIGHT
           
static byte CENTER
           
static byte LEFT
           
static byte RIGHT
           
static byte TOP
           
static byte TOP_LEFT
           
static byte TOP_RIGHT
           
 

Field Detail

TOP_LEFT

static final byte TOP_LEFT
See Also:
Constant Field Values

LEFT

static final byte LEFT
See Also:
Constant Field Values

TOP

static final byte TOP
See Also:
Constant Field Values

TOP_RIGHT

static final byte TOP_RIGHT
See Also:
Constant Field Values

CENTER

static final byte CENTER
See Also:
Constant Field Values

BOTTOM

static final byte BOTTOM
See Also:
Constant Field Values

BOTTOM_LEFT

static final byte BOTTOM_LEFT
See Also:
Constant Field Values

RIGHT

static final byte RIGHT
See Also:
Constant Field Values

BOTTOM_RIGHT

static final byte BOTTOM_RIGHT
See Also:
Constant Field Values