asposecells.api

Class OdsPageBackgroundType

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

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

    • Field Detail

      • NONE

        const int NONE
        No background.
      • COLOR

        const int COLOR
        Formats the background with color.
      • GRAPHIC

        const int GRAPHIC
        Formats the background with image.