TableStyleElement

Inheritance: java.lang.Object

public class TableStyleElement

Represents the element of the table style.

Methods

MethodDescription
equals(Object arg0)
getClass()
getElementStyle()Gets the element style.
getSize()Number of rows or columns in a single band of striping.
getType()Gets the element type.
hashCode()
notify()
notifyAll()
setElementStyle(Style style)Sets the element style.
setSize(int value)Number of rows or columns in a single band of striping.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getElementStyle()

public Style getElementStyle()

Gets the element style.

Returns: Style - Returns the Style object.

getSize()

public int getSize()

Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.

Returns: int

getType()

public int getType()

Gets the element type.

See TableStyleElementType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setElementStyle(Style style)

public void setElementStyle(Style style)

Sets the element style.

Parameters:

ParameterTypeDescription
styleStyleThe element style.

setSize(int value)

public void setSize(int value)

Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.

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