com.aspose.slides
Interface IGenericCollection<T>

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<T>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<T>, java.lang.Iterable<T>
All Known Subinterfaces:
IAudioCollection, ICellCollection, IChartCategoryCollection, IChartDataPointCollection, IChartSeriesCollection, IChartSeriesGroupCollection, IChartSeriesReadonlyCollection, IColorOperationCollection, IColumn, IColumnCollection, ICommentAuthorCollection, ICommentCollection, IControlCollection, IEffectStyleCollection, IEffectStyleCollectionEffectiveData, IExtraColorSchemeCollection, IFillFormatCollection, IFillFormatCollectionEffectiveData, IFontSubstRuleCollection, IGlobalLayoutSlideCollection, IGradientStopCollection, IGradientStopCollectionEffectiveData, IImageCollection, IImageTransformOCollectionEffectiveData, ILayoutSlideCollection, ILineFormatCollection, ILineFormatCollectionEffectiveData, IMasterLayoutSlideCollection, IMasterSlideCollection, IRow, IRowCollection, IShapeCollection, ISlideCollection, ISmartArtNodeCollection, ISmartArtShapeCollection, ITabCollection, ITagCollection, ITextAnimationCollection, IVbaModuleCollection, IVbaReferenceCollection, IVideoCollection
All Known Implementing Classes:
AudioCollection, CellCollection, ChartCategoryCollection, ChartDataPointCollection, ChartSeriesCollection, ColorOperationCollection, Column, ColumnCollection, CommentAuthorCollection, CommentCollection, ControlCollection, EffectStyleCollection, EffectStyleCollectionEffectiveData, ExtraColorSchemeCollection, FillFormatCollection, FillFormatCollectionEffectiveData, FontSubstRuleCollection, GlobalLayoutSlideCollection, GradientStopCollection, GradientStopCollectionEffectiveData, ImageCollection, ImageTransformOCollectionEffectiveData, LayoutSlideCollection, LineFormatCollection, LineFormatCollectionEffectiveData, MasterLayoutSlideCollection, MasterSlideCollection, Row, RowCollection, ShapeCollection, SlideCollection, SmartArtNodeCollection, SmartArtShapeCollection, TabCollection, TagCollection, TextAnimationCollection, VbaModuleCollection, VbaReferenceCollection, VideoCollection

public interface IGenericCollection<T>
extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<T>


Method Summary
 void copyTo(T[] array, int index)
           Copies all elements from the collection into the specified array.
 java.lang.Object getSyncRoot()
           Returns a synchronization root.
 boolean isSynchronized()
           Returns a value indicating whether access to the collection is synchronized (thread-safe).
 int size()
           Returns the number of behaviors in a collection.
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

size

int size()

Returns the number of behaviors in a collection. Read-only .


getSyncRoot

java.lang.Object getSyncRoot()

Returns a synchronization root. Read-only .


isSynchronized

boolean isSynchronized()

Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only .


copyTo

void copyTo(T[] array,
            int index)

Copies all elements from the collection into the specified array.

Parameters:
array - Array to fill.
index - Starting position in target array.


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.