com.aspose.cells
Class OdsPageBackground

java.lang.Object
    extended by com.aspose.cells.OdsPageBackground

public class OdsPageBackground 
extends java.lang.Object

Represents the page background of ods.


Constructor Summary
OdsPageBackground()
          
 
Property Getters/Setters Summary
com.aspose.cells.ColorgetColor()
voidsetColor(com.aspose.cells.Color value)
           Gets and sets the color of background.
byte[]getGraphicData()
voidsetGraphicData(byte[] value)
           Gets and sets the graphic data.
intgetGraphicPositionType()
voidsetGraphicPositionType(int value)
           Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.
intgetGraphicType()
voidsetGraphicType(int value)
           Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.
booleanisLink()
           Indicates whether it's a linked graphic.
java.lang.StringgetLinkedGraphic()
voidsetLinkedGraphic(java.lang.String value)
           Gets and sets the linked graphic path.
intgetType()
voidsetType(int value)
           Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.
 

Constructor Detail

OdsPageBackground

public OdsPageBackground()

Property Getters/Setters Detail

getType/setType

public int getType() / public void setType(int value)
Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.

setType

public void setType(int value)
Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant.

getColor/setColor

public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
Gets and sets the color of background.

setColor

public void setColor(com.aspose.cells.Color value)
Gets and sets the color of background.

getGraphicType/setGraphicType

public int getGraphicType() / public void setGraphicType(int value)
Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.

setGraphicType

public void setGraphicType(int value)
Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant.

getGraphicPositionType/setGraphicPositionType

public int getGraphicPositionType() / public void setGraphicPositionType(int value)
Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.

setGraphicPositionType

public void setGraphicPositionType(int value)
Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant.

isLink

public boolean isLink()
Indicates whether it's a linked graphic.

getLinkedGraphic/setLinkedGraphic

public java.lang.String getLinkedGraphic() / public void setLinkedGraphic(java.lang.String value)
Gets and sets the linked graphic path.

setLinkedGraphic

public void setLinkedGraphic(java.lang.String value)
Gets and sets the linked graphic path.

getGraphicData/setGraphicData

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

setGraphicData

public void setGraphicData(byte[] value)
Gets and sets the graphic data.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.