aspose.cells

Class OdsPageBackground

Represents the page background of ods.

Constructor Summary
 
Property Getters/Setters Summary
functiongetColor()
function
setColor(value)
           Gets and sets the color of background.
functiongetGraphicData()
function
           Gets and sets the graphic data.
functiongetGraphicPositionType()
function
           Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.
functiongetGraphicType()
function
           Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.
functionisLink()
Indicates whether it's a linked graphic.
functiongetLinkedGraphic()
function
           Gets and sets the linked graphic path.
functiongetType()
function
setType(value)
           Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.
 

    • Constructor Detail

      • OdsPageBackground

        function OdsPageBackground()
    • Property Getters/Setters Detail

      • getType/setType : Number 

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

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

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

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

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

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

        function getGraphicData() / function setGraphicData(value)
        
        Gets and sets the graphic data.