|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ColumnsEx
com.aspose.slides.ColumnExCollection
public final class ColumnExCollection
Represents collection of columns in a table.
Method Summary | |
---|---|
int |
addClone(ColumnEx template,
boolean withAttachedColumns)
Creates a copy of the specified template row and inserts it at the bottom of a table. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
ColumnEx |
get_Item(int index)
Returns the column at the specified index. |
int |
getCount()
Returns the number of columns in a collection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
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. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator<ColumnEx> |
iterator()
Returns an enumerator for the entire collection. |
void |
removeAt(int firstColumnIndex,
boolean withAttachedRows)
Removes a column at the specified position from a table. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection<ColumnEx>
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection<ColumnEx>
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection<ColumnEx>
public int size()
size
in interface com.aspose.ms.System.Collections.ICollection<ColumnEx>
public ColumnEx get_Item(int index)
Returns the column at the specified index.
Read-only ColumnEx
.
get_Item
in class ColumnsEx
public int getCount()
ColumnsEx
Returns the number of columns in a collection.
Read-only int
.
getCount
in class ColumnsEx
public int addClone(ColumnEx template, boolean withAttachedColumns)
ColumnsEx
Creates a copy of the specified template row and inserts it at the bottom of a table.
addClone
in class ColumnsEx
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)
ColumnsEx
Creates a copy of the specified template row and insert it at the specified position in a table.
insertClone
in class ColumnsEx
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)
ColumnsEx
Removes a column at the specified position from a table.
removeAt
in class ColumnsEx
firstColumnIndex
- Index of a column to delete.withAttachedRows
- True to delete also all attached columns.public com.aspose.ms.System.Collections.IEnumerator<ColumnEx> iterator()
ColumnsEx
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<ColumnEx>
iterator
in interface java.lang.Iterable<ColumnEx>
iterator
in class ColumnsEx
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |