|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColumnsEx
@Deprecated public class ColumnsEx
Represents collection of columns in a table.
Method Summary | |
---|---|
int |
addClone(ColumnEx template,
boolean withAttachedColumns)
Deprecated. Creates a copy of the specified template row and inserts it at the bottom of a table. |
ColumnEx |
get_Item(int index)
Deprecated. Returns the column at the specified index. |
int |
getCount()
Deprecated. Returns the number of columns in a collection. |
void |
insertClone(int index,
ColumnEx template,
boolean withAttachedColumns)
Deprecated. Creates a copy of the specified template row and insert it at the specified position in a table. |
com.aspose.ms.System.Collections.IEnumerator<ColumnEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
removeAt(int firstColumnIndex,
boolean withAttachedRows)
Deprecated. Removes a column at the specified position from a table. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ColumnEx get_Item(int index)
Returns the column at the specified index.
Read-only ColumnEx
.
public int getCount()
Returns the number of columns in a collection.
Read-only int
.
public int addClone(ColumnEx template, boolean withAttachedColumns)
Creates a copy of the specified template row and inserts it at the bottom of a table.
template
- Column which is used as a template.withAttachedColumns
- True to copy also all columns attached to the template row.
public void insertClone(int index, ColumnEx template, boolean withAttachedColumns)
Creates a copy of the specified template row and insert it at the specified position in a table.
index
- Index of a new row.template
- Column which is used as a template.withAttachedColumns
- True to copy also all columns attached to the template row.public void removeAt(int firstColumnIndex, boolean withAttachedRows)
Removes a column at the specified position from a table.
firstColumnIndex
- Index of a column to delete.withAttachedRows
- True to delete also all attached columns.public com.aspose.ms.System.Collections.IEnumerator<ColumnEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ColumnEx>
iterator
in interface java.lang.Iterable<ColumnEx>
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |