OdsPageBackground

Inheritance: java.lang.Object

public class OdsPageBackground

Represents the page background of ods.

Constructors

ConstructorDescription
OdsPageBackground()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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.

See OdsPageBackgroundType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

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:

ParameterTypeDescription
valueColor

setGraphicData(byte[] value)

public void setGraphicData(byte[] value)

Sets the graphic data.

Parameters:

ParameterTypeDescription
valuebyte[]

setGraphicPositionType(int value)

public void setGraphicPositionType(int value)

Sets the background graphic position.

See OdsPageBackgroundGraphicPositionType.

Parameters:

ParameterTypeDescription
valueint

setGraphicType(int value)

public void setGraphicType(int value)

Sets the page background graphic type.

See OdsPageBackgroundGraphicType.

Parameters:

ParameterTypeDescription
valueint

setLinkedGraphic(String value)

public void setLinkedGraphic(String value)

Sets the linked graphic path.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setType(int value)

public void setType(int value)

Sets the page background type.

See OdsPageBackgroundType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int