OdsPageBackground
Inheritance: java.lang.Object
public class OdsPageBackground
Represents the page background of ods.
Constructors
Constructor | Description |
---|---|
OdsPageBackground() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColor() | Gets the color of background. |
getGraphicData() | Gets the graphic data. |
getGraphicPositionType() | Gets the background graphic position. |
getGraphicType() | Gets the page background graphic type. |
getLinkedGraphic() | Gets the linked graphic path. |
getType() | Gets the page background type. |
hashCode() | |
isLink() | Indicates whether it’s a linked graphic. |
notify() | |
notifyAll() | |
setColor(Color value) | Sets the color of background. |
setGraphicData(byte[] value) | Sets the graphic data. |
setGraphicPositionType(int value) | Sets the background graphic position. |
setGraphicType(int value) | Sets the page background graphic type. |
setLinkedGraphic(String value) | Sets the linked graphic path. |
setType(int value) | Sets the page background type. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
OdsPageBackground()
public OdsPageBackground()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColor()
public Color getColor()
Gets the color of background.
Returns: Color
getGraphicData()
public byte[] getGraphicData()
Gets the graphic data.
Returns: byte[]
getGraphicPositionType()
public int getGraphicPositionType()
Gets the background graphic position.
See OdsPageBackgroundGraphicPositionType.
Returns: int
getGraphicType()
public int getGraphicType()
Gets the page background graphic type.
See OdsPageBackgroundGraphicType.
Returns: int
getLinkedGraphic()
public String getLinkedGraphic()
Gets the linked graphic path.
Returns: java.lang.String
getType()
public int getType()
Gets the page background type.
Returns: int
hashCode()
public native int hashCode()
Returns: int
isLink()
public boolean isLink()
Indicates whether it’s a linked graphic.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColor(Color value)
public void setColor(Color value)
Sets the color of background.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color |
setGraphicData(byte[] value)
public void setGraphicData(byte[] value)
Sets the graphic data.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] |
setGraphicPositionType(int value)
public void setGraphicPositionType(int value)
Sets the background graphic position.
See OdsPageBackgroundGraphicPositionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setGraphicType(int value)
public void setGraphicType(int value)
Sets the page background graphic type.
See OdsPageBackgroundGraphicType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLinkedGraphic(String value)
public void setLinkedGraphic(String value)
Sets the linked graphic path.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setType(int value)
public void setType(int value)
Sets the page background type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |