Uses of Class
com.helger.pdflayout.element.table.PLTableRow
Packages that use PLTableRow
-
Uses of PLTableRow in com.helger.pdflayout.element.table
Methods in com.helger.pdflayout.element.table that return PLTableRowModifier and TypeMethodDescriptionPLTable.addAndReturnRow(PLTableCell... aCells) PLTable.addAndReturnRow(Iterable<? extends PLTableCell> aCells) Add a new table row with auto height.PLTable.addAndReturnRow(Iterable<? extends PLTableCell> aCells, HeightSpec aHeight) Add a new table row.PLTable.getRowAtIndex(int nIndex) PLTableRow.internalCreateNewVertSplitObject(PLTableRow aBase) PLTableRow.setBorder(BorderStyleSpec aBorder) PLTableRow.setBorderBottom(BorderStyleSpec aBorder) PLTableRow.setBorderLeft(BorderStyleSpec aBorder) PLTableRow.setBorderRight(BorderStyleSpec aBorder) PLTableRow.setBorderTop(BorderStyleSpec aBorder) PLTableRow.setBorderX(BorderStyleSpec aBorder) PLTableRow.setBorderY(BorderStyleSpec aBorder) PLTableRow.setFillColor(PLColor aFillColor) PLTableRow.setMargin(float fMargin) PLTableRow.setMargin(MarginSpec aMargin) PLTableRow.setMarginBottom(float fMargin) PLTableRow.setMarginLeft(float fMargin) PLTableRow.setMarginRight(float fMargin) PLTableRow.setMarginTop(float fMargin) PLTableRow.setMarginX(float fMargin) PLTableRow.setMarginY(float fMargin) PLTableRow.setPadding(float fPadding) PLTableRow.setPadding(PaddingSpec aPadding) PLTableRow.setPaddingBottom(float fPadding) PLTableRow.setPaddingLeft(float fPadding) PLTableRow.setPaddingRight(float fPadding) PLTableRow.setPaddingTop(float fPadding) PLTableRow.setPaddingX(float fPadding) PLTableRow.setPaddingY(float fPadding) Methods in com.helger.pdflayout.element.table with parameters of type PLTableRowModifier and TypeMethodDescriptionPLTable.addRow(PLTableRow aRow) PLTable.addRow(PLTableRow aRow, HeightSpec aHeight) PLTableRow.internalCreateNewVertSplitObject(PLTableRow aBase) Method parameters in com.helger.pdflayout.element.table with type arguments of type PLTableRowModifier and TypeMethodDescriptionvoidPLTable.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)