public class Row
extends java.lang.Object
Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
Row |
addCellsItem(Cell cellsItem) |
Row |
backgroundColor(Color backgroundColor) |
Row |
border(BorderInfo border) |
Row |
cells(java.util.List<Cell> cells) |
Row |
defaultCellBorder(BorderInfo defaultCellBorder) |
Row |
defaultCellPadding(MarginInfo defaultCellPadding) |
Row |
defaultCellTextState(TextState defaultCellTextState) |
boolean |
equals(java.lang.Object o) |
Row |
fixedRowHeight(java.lang.Double fixedRowHeight) |
Color |
getBackgroundColor()
Gets or sets the background color.
|
BorderInfo |
getBorder()
Gets or sets the border.
|
java.util.List<Cell> |
getCells()
Sets the cells of the row.
|
BorderInfo |
getDefaultCellBorder()
Gets default cell border;
|
MarginInfo |
getDefaultCellPadding()
Gets or sets default margin for row cells
|
TextState |
getDefaultCellTextState()
Gets or sets default text state for row cells
|
java.lang.Double |
getFixedRowHeight()
Gets fixed row height - row may have fixed height;
|
java.lang.Double |
getMinRowHeight()
Gets height for row;
|
VerticalAlignment |
getVerticalAlignment()
Gets or sets the vertical alignment.
|
int |
hashCode() |
Row |
isInNewPage(java.lang.Boolean isInNewPage) |
java.lang.Boolean |
isIsInNewPage()
Gets fixed row is in new page - page with this property should be printed to next page Default false;
|
java.lang.Boolean |
isIsRowBroken()
Gets is row can be broken between two pages
|
Row |
isRowBroken(java.lang.Boolean isRowBroken) |
Row |
minRowHeight(java.lang.Double minRowHeight) |
void |
setBackgroundColor(Color backgroundColor) |
void |
setBorder(BorderInfo border) |
void |
setCells(java.util.List<Cell> cells) |
void |
setDefaultCellBorder(BorderInfo defaultCellBorder) |
void |
setDefaultCellPadding(MarginInfo defaultCellPadding) |
void |
setDefaultCellTextState(TextState defaultCellTextState) |
void |
setFixedRowHeight(java.lang.Double fixedRowHeight) |
void |
setIsInNewPage(java.lang.Boolean isInNewPage) |
void |
setIsRowBroken(java.lang.Boolean isRowBroken) |
void |
setMinRowHeight(java.lang.Double minRowHeight) |
void |
setVerticalAlignment(VerticalAlignment verticalAlignment) |
java.lang.String |
toString() |
Row |
verticalAlignment(VerticalAlignment verticalAlignment) |
public Color getBackgroundColor()
public void setBackgroundColor(Color backgroundColor)
public Row border(BorderInfo border)
public BorderInfo getBorder()
public void setBorder(BorderInfo border)
public java.util.List<Cell> getCells()
public void setCells(java.util.List<Cell> cells)
public Row defaultCellBorder(BorderInfo defaultCellBorder)
public BorderInfo getDefaultCellBorder()
public void setDefaultCellBorder(BorderInfo defaultCellBorder)
public Row minRowHeight(java.lang.Double minRowHeight)
public java.lang.Double getMinRowHeight()
public void setMinRowHeight(java.lang.Double minRowHeight)
public Row fixedRowHeight(java.lang.Double fixedRowHeight)
public java.lang.Double getFixedRowHeight()
public void setFixedRowHeight(java.lang.Double fixedRowHeight)
public Row isInNewPage(java.lang.Boolean isInNewPage)
public java.lang.Boolean isIsInNewPage()
public void setIsInNewPage(java.lang.Boolean isInNewPage)
public Row isRowBroken(java.lang.Boolean isRowBroken)
public java.lang.Boolean isIsRowBroken()
public void setIsRowBroken(java.lang.Boolean isRowBroken)
public TextState getDefaultCellTextState()
public void setDefaultCellTextState(TextState defaultCellTextState)
public Row defaultCellPadding(MarginInfo defaultCellPadding)
public MarginInfo getDefaultCellPadding()
public void setDefaultCellPadding(MarginInfo defaultCellPadding)
public Row verticalAlignment(VerticalAlignment verticalAlignment)
public VerticalAlignment getVerticalAlignment()
public void setVerticalAlignment(VerticalAlignment verticalAlignment)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object