com.aspose.cells

Class OdsPageBackgroundGraphicType

  • java.lang.Object
    • com.aspose.cells.OdsPageBackgroundGraphicType
public class OdsPageBackgroundGraphicType 
extends java.lang.Object

Utility class containing constants. Represents the type of formatting page background with image.

Field Summary
static final intPOSITION
Set the image at specific position.
static final intAREA
Stretch the image.
static final intTILE
Repeat and repeat the image.
 

    • Field Detail

      • POSITION

        public static final int POSITION
        Set the image at specific position.
      • AREA

        public static final int AREA
        Stretch the image.
      • TILE

        public static final int TILE
        Repeat and repeat the image.