public class OdsPageBackground
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
com.aspose.cells.Color | getColor() | |
void | setColor(com.aspose.cells.Colorvalue) | |
Gets and sets the color of background. | ||
byte[] | getGraphicData() | |
void | setGraphicData(byte[]value) | |
Gets and sets the graphic data. | ||
int | getGraphicPositionType() | |
void | setGraphicPositionType(intvalue) | |
Gets and set the background graphic position. The value of the property is OdsPageBackgroundGraphicPositionType integer constant. | ||
int | getGraphicType() | |
void | setGraphicType(intvalue) | |
Gets and sets the page background graphic type. The value of the property is OdsPageBackgroundGraphicType integer constant. | ||
boolean | isLink() | |
Indicates whether it's a linked graphic.
|
||
java.lang.String | getLinkedGraphic() | |
void | setLinkedGraphic(java.lang.Stringvalue) | |
Gets and sets the linked graphic path. | ||
int | getType() | |
void | setType(intvalue) | |
Gets and sets the page background type. The value of the property is OdsPageBackgroundType integer constant. |
public int getType() / public void setType(int value)
public com.aspose.cells.Color getColor() / public void setColor(com.aspose.cells.Color value)
public int getGraphicType() / public void setGraphicType(int value)
public int getGraphicPositionType() / public void setGraphicPositionType(int value)
public boolean isLink()
public java.lang.String getLinkedGraphic() / public void setLinkedGraphic(java.lang.String value)
public byte[] getGraphicData() / public void setGraphicData(byte[] value)