Package | Description |
---|---|
org.zkoss.poi.hwpf.converter | |
org.zkoss.poi.hwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
TableRow |
Table.getRow(int index) |
Constructor and Description |
---|
TableCell(int startIdxInclusive,
int endIdxExclusive,
TableRow parent,
int levelNum,
TableCellDescriptor tcd,
int leftEdge,
int width) |
Copyright © 2020. All rights reserved.