com.aspose.slides
Interface IColumnCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable
All Known Implementing Classes:
ColumnCollection

public interface IColumnCollection
extends com.aspose.ms.System.Collections.ICollection


Method Summary
 IColumn[] addClone(IColumn templ, boolean withAttachedColumns)
           
 IColumn get_Item(int index)
           
 IColumn[] insertClone(int index, IColumn templ, boolean withAttachedColumns)
           
 void removeAt(int firstColumnIndex, boolean withAttachedRows)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.IEnumerable
iterator
 

Method Detail

get_Item

IColumn get_Item(int index)

addClone

IColumn[] addClone(IColumn templ,
                   boolean withAttachedColumns)

insertClone

IColumn[] insertClone(int index,
                      IColumn templ,
                      boolean withAttachedColumns)

removeAt

void removeAt(int firstColumnIndex,
              boolean withAttachedRows)