public final class CellBackgroundAlignment
extends com.aspose.ms.System.Enum
Specifies alignment of background image of the cell.
Modifier and Type | Field and Description |
---|---|
static int |
BottomLeft
Background image is drawing to fit cell.
|
static int |
BottomRight
Background image is drawing from bottom right corner and whole image is visible.
|
static int |
Stretch |
static int |
TopLeft
Background image is drawing from the top left corner and only fitted part is visible.
|
static int |
TopRight
Background image is drawing from the top right corner and whole image is visible.
|
public static final int TopLeft
Background image is drawing from the top left corner and only fitted part is visible.
public static final int TopRight
Background image is drawing from the top right corner and whole image is visible.
public static final int BottomRight
Background image is drawing from bottom right corner and whole image is visible.
public static final int BottomLeft
Background image is drawing to fit cell.
Background image is drawing from bottom left corner and whole image is visible.
public static final int Stretch
Copyright © 2016 Aspose. All Rights Reserved.