|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRowCollection
Method Summary | |
---|---|
IRow[] |
addClone(IRow templ,
boolean withAttachedRows)
Creates a copy of the specified template row and inserts it at the bottom of a table. |
IRow |
get_Item(int index)
Gets the element at the specified index. |
IRow[] |
insertClone(int index,
IRow templ,
boolean withAttachedRows)
Creates a copy of the specified template row and insert it at the specified position in a table. |
void |
removeAt(int firstRowIndex,
boolean withAttachedRows)
Removes a row at the specified position from a table. |
Methods inherited from interface com.aspose.slides.IGenericCollection |
---|
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
IRow get_Item(int index)
Gets the element at the specified index.
IRow[] addClone(IRow templ, boolean withAttachedRows)
Creates a copy of the specified template row and inserts it at the bottom of a table.
templ
- Row which is used as a template.withAttachedRows
- True to copy also all rows attached to the template row.
IRow[] insertClone(int index, IRow templ, boolean withAttachedRows)
Creates a copy of the specified template row and insert it at the specified position in a table.
index
- Index of a new row.templ
- Row which is used as a template.withAttachedRows
- True to copy also all rows attached to the template row.
void removeAt(int firstRowIndex, boolean withAttachedRows)
Removes a row at the specified position from a table.
firstRowIndex
- Index of a row to delete.withAttachedRows
- True to delete also all attached rows.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |