asposecells.api

Class OdsPageBackground

Represents the page background of ods.

Constructor Summary
 
Property Getters/Setters Summary
methodgetColor()
method
setColor(value)
           Gets and sets the color of background.
methodgetGraphicData()
method
           Gets and sets the graphic data.
methodgetGraphicPositionType()
method
           Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.
methodgetGraphicType()
method
           Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.
methodisLink()
Indicates whether it's a linked graphic.
methodgetLinkedGraphic()
method
           Gets and sets the linked graphic path.
methodgetType()
method
setType(value)
           Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.
 

    • Constructor Detail

      • OdsPageBackground

        OdsPageBackground()
    • Property Getters/Setters Detail

      • getType/setType : int 

        int getType() / setType(value)
        
        Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.
      • getColor/setColor : Color 

        Color getColor() / setColor(value)
        
        Gets and sets the color of background.
      • getGraphicType/setGraphicType : int 

        int getGraphicType() / setGraphicType(value)
        
        Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.
      • getGraphicPositionType/setGraphicPositionType : int 

        int getGraphicPositionType() / setGraphicPositionType(value)
        
        Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.
      • isLink : boolean 

        boolean isLink()
        
        Indicates whether it's a linked graphic.
      • getLinkedGraphic/setLinkedGraphic : String 

        String getLinkedGraphic() / setLinkedGraphic(value)
        
        Gets and sets the linked graphic path.
      • getGraphicData/setGraphicData : byte[] 

        byte[] getGraphicData() / setGraphicData(value)
        
        Gets and sets the graphic data.