RowFormat
Inheritance: java.lang.Object
public class RowFormat
Represents all formatting for a table row.
To learn more, visit the Working with Tables documentation article.
Methods
Method | Description |
---|---|
clearFormatting() | Resets to default row formatting. |
equals(Object arg0) | |
fetchInheritedBorderAttr(int key) | |
getAllowBreakAcrossPages() | True if the text in a table row is allowed to split across a page break. |
getBorders() | Gets the collection of default cell borders for the row. |
getClass() | |
getDirectBorderAttr(int key) | |
getHeadingFormat() | True if the row is repeated as a table heading on every page when the table spans more than one page. |
getHeight() | Gets the height of the table row in points. |
getHeightRule() | Gets the rule for determining the height of the table row. |
hashCode() | |
notify() | |
notifyAll() | |
setAllowBreakAcrossPages(boolean value) | True if the text in a table row is allowed to split across a page break. |
setBorderAttr(int key, Object value) | |
setHeadingFormat(boolean value) | True if the row is repeated as a table heading on every page when the table spans more than one page. |
setHeight(double value) | Sets the height of the table row in points. |
setHeightRule(int value) | Sets the rule for determining the height of the table row. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
clearFormatting()
public void clearFormatting()
Resets to default row formatting.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
fetchInheritedBorderAttr(int key)
public Object fetchInheritedBorderAttr(int key)
Parameters:
Parameter | Type | Description |
---|---|---|
key | int |
Returns: java.lang.Object
getAllowBreakAcrossPages()
public boolean getAllowBreakAcrossPages()
True if the text in a table row is allowed to split across a page break.
Returns: boolean - The corresponding boolean value.
getBorders()
public BorderCollection getBorders()
Gets the collection of default cell borders for the row.
Returns: BorderCollection - The collection of default cell borders for the row.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
getDirectBorderAttr(int key)
public Object getDirectBorderAttr(int key)
Parameters:
Parameter | Type | Description |
---|---|---|
key | int |
Returns: java.lang.Object
getHeadingFormat()
public boolean getHeadingFormat()
True if the row is repeated as a table heading on every page when the table spans more than one page.
Returns: boolean - The corresponding boolean value.
getHeight()
public double getHeight()
Gets the height of the table row in points.
Returns: double - The height of the table row in points.
getHeightRule()
public int getHeightRule()
Gets the rule for determining the height of the table row.
Returns: int - The rule for determining the height of the table row. The returned value is one of HeightRule constants.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAllowBreakAcrossPages(boolean value)
public void setAllowBreakAcrossPages(boolean value)
True if the text in a table row is allowed to split across a page break.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The corresponding boolean value. |
setBorderAttr(int key, Object value)
public void setBorderAttr(int key, Object value)
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | |
value | java.lang.Object |
setHeadingFormat(boolean value)
public void setHeadingFormat(boolean value)
True if the row is repeated as a table heading on every page when the table spans more than one page.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The corresponding boolean value. |
setHeight(double value)
public void setHeight(double value)
Sets the height of the table row in points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The height of the table row in points. |
setHeightRule(int value)
public void setHeightRule(int value)
Sets the rule for determining the height of the table row.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The rule for determining the height of the table row. The value must be one of HeightRule constants. |
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 |