java.lang.Object
com.aspose.words.PresetTexture
public class PresetTexture
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| No Texture. | ||
static final int | BLUE_TISSUE_PAPER | |
| Blue tissue paper texture. | ||
static final int | BOUQUET | |
| Bouquet texture. | ||
static final int | BROWN_MARBLE | |
| Brown marble texture. | ||
static final int | CANVAS | |
| Canvas texture. | ||
static final int | CORK | |
| Cork texture. | ||
static final int | DENIM | |
| Denim texture. | ||
static final int | FISH_FOSSIL | |
| Fish fossil texture. | ||
static final int | GRANITE | |
| Granite texture. | ||
static final int | GREEN_MARBLE | |
| Green marble texture. | ||
static final int | MEDIUM_WOOD | |
| Medium wood texture. | ||
static final int | NEWSPRINT | |
| Newsprint texture. | ||
static final int | OAK | |
| Oak texture. | ||
static final int | PAPER_BAG | |
| Paper bag texture. | ||
static final int | PAPYRUS | |
| Papyrus texture. | ||
static final int | PARCHMENT | |
| Parchment texture. | ||
static final int | PINK_TISSUE_PAPER | |
| Pink tissue paper texture. | ||
static final int | PURPLE_MESH | |
| Purple mesh texture. | ||
static final int | RECYCLED_PAPER | |
| Recycled paper texture. | ||
static final int | SAND | |
| Sand texture. | ||
static final int | STATIONERY | |
| Stationery texture. | ||
static final int | WALNUT | |
| Walnut texture. | ||
static final int | WATER_DROPLETS | |
| Water droplets texture. | ||
static final int | WHITE_MARBLE | |
| White marble texture. | ||
static final int | WOVEN_MAT | |
| Woven mat texture. | ||
| Field Detail |
|---|
NONE = -1 | |
public static final int NONE | |
BLUE_TISSUE_PAPER = 1 | |
public static final int BLUE_TISSUE_PAPER | |
BOUQUET = 2 | |
public static final int BOUQUET | |
BROWN_MARBLE = 3 | |
public static final int BROWN_MARBLE | |
CANVAS = 4 | |
public static final int CANVAS | |
CORK = 5 | |
public static final int CORK | |
DENIM = 6 | |
public static final int DENIM | |
FISH_FOSSIL = 7 | |
public static final int FISH_FOSSIL | |
GRANITE = 8 | |
public static final int GRANITE | |
GREEN_MARBLE = 9 | |
public static final int GREEN_MARBLE | |
MEDIUM_WOOD = 10 | |
public static final int MEDIUM_WOOD | |
NEWSPRINT = 11 | |
public static final int NEWSPRINT | |
OAK = 12 | |
public static final int OAK | |
PAPER_BAG = 13 | |
public static final int PAPER_BAG | |
PAPYRUS = 14 | |
public static final int PAPYRUS | |
PARCHMENT = 15 | |
public static final int PARCHMENT | |
PINK_TISSUE_PAPER = 16 | |
public static final int PINK_TISSUE_PAPER | |
PURPLE_MESH = 17 | |
public static final int PURPLE_MESH | |
RECYCLED_PAPER = 18 | |
public static final int RECYCLED_PAPER | |
SAND = 19 | |
public static final int SAND | |
STATIONERY = 20 | |
public static final int STATIONERY | |
WALNUT = 21 | |
public static final int WALNUT | |
WATER_DROPLETS = 22 | |
public static final int WATER_DROPLETS | |
WHITE_MARBLE = 23 | |
public static final int WHITE_MARBLE | |
WOVEN_MAT = 24 | |
public static final int WOVEN_MAT | |