Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.utils | |
aspose.pdf.xml |
Modifier and Type | Field and Description |
---|---|
Table |
Table.refToContainerTable |
Modifier and Type | Method and Description |
---|---|
Table |
Table.getNextBrokenTable() |
Table |
Table.getParentTable()
Parent table property
|
Table |
Table.getRepeatingRowsTable()
Gets or sets a
Table object that contains repeating rows. |
Table |
Cell.getTable()
Gets or sets a
Table object that contains the cell. |
Table |
Row.getTable()
Gets or sets a
Table reference which indicates where the row is in. |
Modifier and Type | Method and Description |
---|---|
void |
Table.setParentTable(Table value) |
void |
Table.setRepeatingRowsTable(Table value) |
void |
Cell.setTable(Table value) |
void |
Row.setTable(Table value) |
void |
Rows.setTable(Table value) |
Constructor and Description |
---|
Cell(Table table)
Initializes a new instance of the
Cell class in a table. |
Row(Table table)
Initializes a new instance of the
Row class in a table. |
Modifier and Type | Method and Description |
---|---|
Table |
HtmlTableContext.getTable() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlTableContext.setTable(Table value) |
Modifier and Type | Method and Description |
---|---|
static void |
ImageUtil.drawTableBackground(GeneratorBase gen,
Table table,
int img) |
Modifier and Type | Method and Description |
---|---|
static Table |
CellBase.getOutMostTable(Cell cell) |
Modifier and Type | Method and Description |
---|---|
static Cell |
TableBase.getCell(Table table,
int rowIndex,
int colIndex,
boolean isTableChanged) |
static void |
TableBase.getColumnWidth(Table table) |
static float |
TableBase.getTableWidth1(Table table) |
static void |
TableImporter.importArray(Table table,
Object[] objArr,
int firstRow,
byte firstColumn,
boolean isLeftColumnsFilled) |
static void |
TableBase.setCellColumnIndex(Pdf doc,
Section currentPart,
Table table) |
static void |
TableBase.setCustomColumnWidth(Table table) |
Copyright © 2016 Aspose. All Rights Reserved.