Uses of Class
org.apache.poi.hwpf.usermodel.TableRow
Packages that use TableRow
-
Uses of TableRow in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type TableRowModifier and TypeMethodDescriptionstatic void
WordToHtmlUtils.addTableCellProperties
(TableRow tableRow, TableCell tableCell, boolean toppest, boolean bottomest, boolean leftest, boolean rightest, StringBuilder style) static void
WordToHtmlUtils.addTableRowProperties
(TableRow tableRow, StringBuilder style) static void
WordToFoUtils.setTableCellProperties
(TableRow tableRow, TableCell tableCell, Element element, boolean toppest, boolean bottomest, boolean leftest, boolean rightest) static void
WordToFoUtils.setTableRowProperties
(TableRow tableRow, Element tableRowElement) -
Uses of TableRow in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return TableRowConstructors in org.apache.poi.hwpf.usermodel with parameters of type TableRowModifierConstructorDescriptionTableCell
(int startIdxInclusive, int endIdxExclusive, TableRow parent, int levelNum, TableCellDescriptor tcd, int leftEdge, int width)