Uses of Class
org.apache.poi.hwpf.usermodel.TableRow
-
Packages that use TableRow Package Description org.apache.poi.hwpf.converter org.apache.poi.hwpf.usermodel -
-
Uses of TableRow in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type TableRow Modifier and Type Method Description static voidWordToHtmlUtils. addTableCellProperties(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style)static voidWordToHtmlUtils. addTableRowProperties(TableRow tableRow, StringBuilder style)static voidWordToFoUtils. setTableCellProperties(TableRow tableRow, TableCell tableCell, Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest)static voidWordToFoUtils. setTableRowProperties(TableRow tableRow, Element tableRowElement) -
Uses of TableRow in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return TableRow Modifier and Type Method Description TableRowTable. getRow(int index)Constructors in org.apache.poi.hwpf.usermodel with parameters of type TableRow Constructor Description TableCell(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)
-