@Deprecated public abstract class ComparisonCellCollectionBase extends ComparisonPresentationComponentBase implements com.aspose.ms.System.Collections.ICollection
Class ComparisonCellCollectionBase.
Constructor and Description |
---|
ComparisonCellCollectionBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
copyTo(com.aspose.ms.System.Array array,
int index)
Deprecated.
Copies the elements of the
T:System.Collections.ICollection to an T:System.Array , starting at a particular T:System.Array index. |
abstract ComparisonCellBase |
getItem(int index)
Deprecated.
Gets or sets the
ComparisonCellBase at the specified index. |
abstract Object |
getSyncRoot()
Deprecated.
Gets an object that can be used to synchronize access to the
T:System.Collections.ICollection . |
abstract boolean |
isSynchronized()
Deprecated.
Gets a value indicating whether access to the
T:System.Collections.ICollection is synchronized (thread safe). |
abstract com.aspose.ms.System.Collections.IEnumerator |
iterator()
Deprecated.
Returns an enumerator that iterates through a collection.
|
abstract int |
size()
Deprecated.
Gets the number of elements contained in the
T:System.Collections.ICollection . |
abstract ComparisonCellBase[] |
toArray()
Deprecated.
To the array.
|
addComponent, getAsposeObject, getContent, getStyleChanges, getSubComponents, getText, getType, setStyleChanges, setType
public abstract ComparisonCellBase getItem(int index)
Gets or sets the ComparisonCellBase
at the specified index.
index
- The index.public abstract ComparisonCellBase[] toArray()
To the array.
public abstract com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator that iterates through a collection.
public abstract void copyTo(com.aspose.ms.System.Array array, int index)
Copies the elements of the T:System.Collections.ICollection
to an T:System.Array
, starting at a particular T:System.Array
index.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- The one-dimensional T:System.Array
that is the destination of the elements copied from T:System.Collections.ICollection
. The T:System.Array
must have zero-based indexing.index
- The zero-based index in array
at which copying begins.public abstract int size()
Gets the number of elements contained in the T:System.Collections.ICollection
.
size
in interface com.aspose.ms.System.Collections.ICollection
public abstract Object getSyncRoot()
Gets an object that can be used to synchronize access to the T:System.Collections.ICollection
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public abstract boolean isSynchronized()
Gets a value indicating whether access to the T:System.Collections.ICollection
is synchronized (thread safe).
true
if this instance is synchronized; otherwise, false
.isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
Copyright © 2018. All rights reserved.