Package | Description |
---|---|
com.aspose.pdf.generator.legacyxmlmodel |
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. |
Modifier and Type | Method and Description |
---|---|
void |
Rows.add(Row row)
Adds a new
Row object into the collection. |
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.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) |
Constructor and Description |
---|
Cell(Row row)
Initializes a new instance of the
Cell class in a table. |
Copyright © 2014 Aspose. All Rights Reserved.