java.lang.Object
com.aspose.cells.OdsPageBackground
public class OdsPageBackground
- extends java.lang.Object
Represents the page background of ods.
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.