Package | Description |
---|---|
aspose.pdf | |
aspose.pdf.html.pdfadapters.util |
Modifier and Type | Method and Description |
---|---|
Row |
Rows.add()
Initializes a new instance of the
Row class and add it to the Rows collection. |
Row |
Rows.get_Item(int index)
Gets or sets a
Row object from the collection according to Row index. |
Row |
Rows.get_Item(String rowID)
Gets or sets a
Row object from the collection according to Row ID. |
Row |
Cell.getRow()
Gets or sets a
Table object that contains the cell. |
Modifier and Type | Method and Description |
---|---|
void |
Rows.add(Row row)
Adds a new
Row object into the collection. |
void |
Rows.addRow(Row row)
Adds a new
Row object into the collection. |
void |
Rows.addRow(Section section,
Row row)
Adds a new
Row object into pdf file, this method is used for direct-to-stream mode. |
void |
Rows.copyTo(Row[] rowArray,
int index)
Copies the elements to a
Row object array, starting at a specified array index. |
int |
Rows.indexOf(Row row)
Gets the index of a specified row in the collection.
|
void |
Rows.insert(int index,
Row row)
Inserts a new
Row object into the collection at specified position. |
void |
Rows.insert(Row rowToInsertAfter,
Row newRow)
Inserts a new
Row object into the collection after specified Cell object. |
void |
Rows.moveAfter(Row rowToMoveAfter,
Rows newRows) |
void |
Rows.remove(Row rowToRemove)
Removes a
Row object from the collection. |
void |
Rows.set_Item(int index,
Row value) |
void |
Rows.set_Item(String rowID,
Row value) |
void |
Cell.setRow(Row value) |
Constructor and Description |
---|
Cell(Row row)
Initializes a new instance of the
Cell class in a table. |
Modifier and Type | Method and Description |
---|---|
Row |
HtmlTableContext.getCaption() |
Row |
HtmlTableContext.getCurrentRow() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlTableContext.setCaption(Row value) |
void |
HtmlTableContext.setCurrentRow(Row value) |
Copyright © 2016 Aspose. All Rights Reserved.