com.aspose.cells
Interface TileAlignmentType
public interface TileAlignmentType
Represents Alignment of Tiling options for Picture or Texture fill.
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