Uses of Class
com.helger.pdflayout.element.table.PLTableRow
-
Packages that use PLTableRow Package Description com.helger.pdflayout.element.table -
-
Uses of PLTableRow in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTableRow Modifier and Type Method Description PLTableRowPLTable. addAndReturnRow(PLTableCell... aCells)PLTableRowPLTable. addAndReturnRow(Iterable<? extends PLTableCell> aCells)Add a new table row with auto height.PLTableRowPLTable. addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight)Add a new table row.PLTableRowPLTable. getRowAtIndex(int nIndex)PLTableRowPLTableRow. internalCreateNewVertSplitObject(PLTableRow aBase)PLTableRowPLTableRow. setBorder(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderBottom(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderLeft(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderRight(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderTop(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderX(BorderStyleSpec aBorder)PLTableRowPLTableRow. setBorderY(BorderStyleSpec aBorder)PLTableRowPLTableRow. setFillColor(Color aFillColor)PLTableRowPLTableRow. setMargin(float fMargin)PLTableRowPLTableRow. setMargin(MarginSpec aMargin)PLTableRowPLTableRow. setMarginBottom(float fMargin)PLTableRowPLTableRow. setMarginLeft(float fMargin)PLTableRowPLTableRow. setMarginRight(float fMargin)PLTableRowPLTableRow. setMarginTop(float fMargin)PLTableRowPLTableRow. setMarginX(float fMargin)PLTableRowPLTableRow. setMarginY(float fMargin)PLTableRowPLTableRow. setPadding(float fPadding)PLTableRowPLTableRow. setPadding(PaddingSpec aPadding)PLTableRowPLTableRow. setPaddingBottom(float fPadding)PLTableRowPLTableRow. setPaddingLeft(float fPadding)PLTableRowPLTableRow. setPaddingRight(float fPadding)PLTableRowPLTableRow. setPaddingTop(float fPadding)PLTableRowPLTableRow. setPaddingX(float fPadding)PLTableRowPLTableRow. setPaddingY(float fPadding)Methods in com.helger.pdflayout.element.table with parameters of type PLTableRow Modifier and Type Method Description PLTablePLTable. addRow(PLTableRow aRow)PLTablePLTable. addRow(PLTableRow aRow, HeightSpec aHeight)PLTableRowPLTableRow. internalCreateNewVertSplitObject(PLTableRow aBase)Method parameters in com.helger.pdflayout.element.table with type arguments of type PLTableRow Modifier and Type Method Description voidPLTable. forEachRow(int nStartRowIncl, int nEndRowIncl, Consumer<? super PLTableRow> aConsumer)voidPLTable. forEachRow(int nStartRowIncl, int nEndRowIncl, ObjIntConsumer<? super PLTableRow> aConsumer)voidPLTable. forEachRow(Consumer<? super PLTableRow> aConsumer)voidPLTable. forEachRowByIndex(ObjIntConsumer<? super PLTableRow> aConsumer)
-