public class Table.Row
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<Table.Cell> |
getCells() |
int |
getNr() |
Table |
getTable() |
boolean |
isFirst() |
boolean |
isLast() |
Table.Row |
setHeader(boolean header) |
public int getNr()
public boolean isFirst()
public boolean isLast()
public Table getTable()
public java.util.List<Table.Cell> getCells()
public Table.Row setHeader(boolean header)
Copyright © 2010 - 2020 Adobe. All Rights Reserved