com.aspose.cells

Class OdsPageBackgroundType

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

Utility class containing constants. Represents the page backgroud type of ods.

Field Summary
static final intNONE
No background.
static final intCOLOR
Formats the background with color.
static final intGRAPHIC
Formats the background with image.
 

    • Field Detail

      • NONE

        public static final int NONE
        No background.
      • COLOR

        public static final int COLOR
        Formats the background with color.
      • GRAPHIC

        public static final int GRAPHIC
        Formats the background with image.