java.lang.Object
com.aspose.cells.OdsPageBackgroundGraphicType
public class OdsPageBackgroundGraphicType
| Field Summary | ||
|---|---|---|
static final int | POSITION | |
| Set the image at specific position. | ||
static final int | AREA | |
| Stretch the image. | ||
static final int | TILE | |
| Repeat and repeat the image. | ||
| Field Detail |
|---|
POSITION | |
public static final int POSITION | |
AREA | |
public static final int AREA | |
TILE | |
public static final int TILE | |