Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters.util | |
aspose.pdf.utils | |
aspose.pdf.xml |
Modifier and Type | Method and Description |
---|---|
Cell |
Cells.add()
Initializes a new instance of the
Cell class and add it to the Cells collection. |
Cell |
Cells.add(String cellString)
Initializes a new instance of the
Cell class,adds a string to the new cell object
and then add the Cell object to the Cells collection. |
Cell |
Cells.add(String cellString,
TextInfo textInfo)
Initializes a new instance of the
Cell class and add it to the Cells collection. |
Cell |
Cells.get_Item(int index)
Gets or sets a
Cell object from the collection according to cell index. |
Cell |
Cells.get_Item(String cellID)
Gets or sets a
Cell object from the collection according to cell ID. |
Cell |
Table.getCell(int row,
int column,
boolean isTableChanged)
Gets a cell according to it's row and column index.
|
Cell |
Paragraph.getParentCell() |
Modifier and Type | Method and Description |
---|---|
void |
Cells.add(Cell cell)
Adds a new
Cell object into the collection. |
void |
Cells.addCell(Cell cell)
Adds a new
Cell object into the collection. |
void |
Cells.appendToCells(Cell cell) |
void |
Cells.copyTo(Cell[] cellArray,
int index)
Copies the elements to a cells array, starting at a specified array index.
|
int |
Cells.indexOf(Cell cell)
Gets the index of a specified cell in the collection.
|
void |
Cells.insert(Cell cellToInsertAfter,
Cell newCell)
Inserts a new
Cell object into the collection after specified Cell object. |
void |
Cells.insert(int index,
Cell cell)
Inserts a new
Cell object into the collection at specified position. |
void |
Cells.remove(Cell cellToRemove)
Removes a
Cell object from the collection. |
void |
JavaScripts.remove(Cell jsToRemove)
Removes a
JavaScript object from the collection. |
void |
Cells.set_Item(int index,
Cell value) |
void |
Cells.set_Item(String cellID,
Cell value) |
void |
Paragraph.setParentCell(Cell value) |
Constructor and Description |
---|
Table(Cell cell)
Initializes a new instance of the
Table class in the Cell . |
Modifier and Type | Method and Description |
---|---|
Cell |
HtmlTableContext.getCurrentCell() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlTableContext.setCurrentCell(Cell value) |
Modifier and Type | Method and Description |
---|---|
static int |
ImageUtil.cutBackgroundImage(GeneratorBase gen,
Cell cell,
int imageSlotNum) |
Modifier and Type | Method and Description |
---|---|
static Cell |
TableBase.getCell(Table table,
int rowIndex,
int colIndex,
boolean isTableChanged) |
Modifier and Type | Method and Description |
---|---|
static float |
CellBase.getCellHeight(Pdf doc,
Cell cell) |
static Table |
CellBase.getOutMostTable(Cell cell) |
static void |
ColorBase.safelyInheritBackgroundColor(Cell target,
Cell source) |
Copyright © 2016 Aspose. All Rights Reserved.