public final class TableProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableProperties.Builder
Provides a builder for creating table properties
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Border |
getBorder()
Gets the border, or null if not set
|
BlockSpacing |
getMargin()
Gets the margin
|
BlockSpacing |
getPadding()
Gets the padding
|
int |
getPreferredEmtpySpace()
Gets the preferred empty space in table cells when the text content is
shorter than the available maximum column width
|
Float |
getRowSpacing()
Gets the row spacing, or null if not set.
|
int |
getTableColSpacing()
Gets the table column spacing, in other words the horizontal spacing
between two columns of table cells.
|
int |
getTableRowSpacing()
Gets the table row spacing, in other words the vertical spacing
between two rows of table cells.
|
int |
hashCode() |
public int getTableRowSpacing()
public int getTableColSpacing()
public int getPreferredEmtpySpace()
public Float getRowSpacing()
public BlockSpacing getMargin()
public BlockSpacing getPadding()
public Border getBorder()