TableStyleElement
Inheritance: java.lang.Object
public class TableStyleElement
Represents the element of the table style.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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.
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:
| Parameter | Type | Description |
|---|---|---|
| style | Style | The 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:
| 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 |