asposecells.api

Class OdsPageBackgroundGraphicType

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

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

    • Field Detail

      • POSITION

        const int POSITION
        Set the image at specific position.
      • AREA

        const int AREA
        Stretch the image.
      • TILE

        const int TILE
        Repeat and repeat the image.