java.lang.Object
com.aspose.cells.BackgroundType
public class BackgroundType
| Field Summary | ||
|---|---|---|
static final int | DIAGONAL_CROSSHATCH | |
| Represents diagonal crosshatch pattern. | ||
static final int | DIAGONAL_STRIPE | |
| Represents diagonal stripe pattern. | ||
static final int | GRAY_6 | |
| Represents 6.25% gray pattern | ||
static final int | GRAY_12 | |
| Represents 12.5% gray pattern | ||
static final int | GRAY_25 | |
| Represents 25% gray pattern. | ||
static final int | GRAY_50 | |
| Represents 50% gray pattern. | ||
static final int | GRAY_75 | |
| Represents 75% gray pattern. | ||
static final int | HORIZONTAL_STRIPE | |
| Represents horizontal stripe pattern. | ||
static final int | NONE | |
| Represents no background. | ||
static final int | REVERSE_DIAGONAL_STRIPE | |
| Represents reverse diagonal stripe pattern. | ||
static final int | SOLID | |
| Represents solid pattern. | ||
static final int | THICK_DIAGONAL_CROSSHATCH | |
| Represents thick diagonal crosshatch pattern. | ||
static final int | THIN_DIAGONAL_CROSSHATCH | |
| Represents thin diagonal crosshatch pattern. | ||
static final int | THIN_DIAGONAL_STRIPE | |
| Represents thin diagonal stripe pattern. | ||
static final int | THIN_HORIZONTAL_CROSSHATCH | |
| Represents thin horizontal crosshatch pattern. | ||
static final int | THIN_HORIZONTAL_STRIPE | |
| Represents thin horizontal stripe pattern. | ||
static final int | THIN_REVERSE_DIAGONAL_STRIPE | |
| Represents thin reverse diagonal stripe pattern. | ||
static final int | THIN_VERTICAL_STRIPE | |
| Represents thin vertical stripe pattern. | ||
static final int | VERTICAL_STRIPE | |
| Represents vertical stripe pattern. | ||
| Field Detail |
|---|
DIAGONAL_CROSSHATCH | |
public static final int DIAGONAL_CROSSHATCH | |
DIAGONAL_STRIPE | |
public static final int DIAGONAL_STRIPE | |
GRAY_6 | |
public static final int GRAY_6 | |
GRAY_12 | |
public static final int GRAY_12 | |
GRAY_25 | |
public static final int GRAY_25 | |
GRAY_50 | |
public static final int GRAY_50 | |
GRAY_75 | |
public static final int GRAY_75 | |
HORIZONTAL_STRIPE | |
public static final int HORIZONTAL_STRIPE | |
NONE | |
public static final int NONE | |
REVERSE_DIAGONAL_STRIPE | |
public static final int REVERSE_DIAGONAL_STRIPE | |
SOLID | |
public static final int SOLID | |
THICK_DIAGONAL_CROSSHATCH | |
public static final int THICK_DIAGONAL_CROSSHATCH | |
THIN_DIAGONAL_CROSSHATCH | |
public static final int THIN_DIAGONAL_CROSSHATCH | |
THIN_DIAGONAL_STRIPE | |
public static final int THIN_DIAGONAL_STRIPE | |
THIN_HORIZONTAL_CROSSHATCH | |
public static final int THIN_HORIZONTAL_CROSSHATCH | |
THIN_HORIZONTAL_STRIPE | |
public static final int THIN_HORIZONTAL_STRIPE | |
THIN_REVERSE_DIAGONAL_STRIPE | |
public static final int THIN_REVERSE_DIAGONAL_STRIPE | |
THIN_VERTICAL_STRIPE | |
public static final int THIN_VERTICAL_STRIPE | |
VERTICAL_STRIPE | |
public static final int VERTICAL_STRIPE | |