public final class TableCellProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableCellProperties.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
|
int |
getColSpan()
Gets the column span, in other words, the number of columns that
this cell spans.
|
BlockSpacing |
getPadding()
Gets the padding
|
int |
getRowSpan()
Gets the row span, in other words, the number of rows that
this cell spans.
|
TextBlockProperties |
getTextBlockProperties()
Gets the text block properties
|
int |
hashCode() |
public int getRowSpan()
public int getColSpan()
public BlockSpacing getPadding()
public Border getBorder()
public TextBlockProperties getTextBlockProperties()