|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorProperties
public class BehaviorProperties
Represents timing properties for the effect behavior.
Method Summary | |
---|---|
void |
addItem(java.lang.Integer item)
Adds a new property to the collection. |
void |
clear()
Removes all properties from the collection. |
boolean |
containsItem(java.lang.Integer item)
Determines whether the T:System.Collections.Generic.ICollection`1 contains a specific value. |
void |
copyToTArray(java.lang.Integer[] array,
int arrayIndex)
Copies the elements of the T:System.Collections.Generic.ICollection`1 to an T:System.Array , starting at a particular T:System.Array index. |
java.lang.Integer |
get_Item(int index)
Returns a property at the specified index. |
int |
indexOfItem(java.lang.Integer item)
Determines the index of a specific item in the T:System.Collections.Generic.IList`1 . |
void |
insertItem(int index,
java.lang.Integer item)
Inserts a new property to the collection at the specified index. |
boolean |
isReadOnly()
Gets a value indicating whether the T:System.Collections.Generic.ICollection`1 is read-only. |
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<java.lang.Integer> |
iterator()
Returns an enumerator that iterates through the collection. |
void |
removeAt(int index)
Removes property at the specified index. |
boolean |
removeItem(java.lang.Integer item)
Removes specified property from the collection. |
void |
set_Item(int index,
java.lang.Integer value)
Returns a property at the specified index. |
int |
size()
Returns the number of properties stored in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final int size()
Returns the number of properties stored in the collection.
Read-only int
.
size
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
public final boolean isReadOnly()
Gets a value indicating whether the T:System.Collections.Generic.ICollection`1
is read-only.
Read-only bool
.
isReadOnly
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
T:System.Collections.Generic.ICollection`1
is read-only; otherwise, false.public final void addItem(java.lang.Integer item)
Adds a new property to the collection.
addItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
item
- Property to add.public final int indexOfItem(java.lang.Integer item)
Determines the index of a specific item in the T:System.Collections.Generic.IList`1
.
indexOfItem
in interface com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.Integer>
item
- The object to locate in the T:System.Collections.Generic.IList`1
.
item
if found in the list; otherwise, -1.public final void insertItem(int index, java.lang.Integer item)
Inserts a new property to the collection at the specified index.
insertItem
in interface com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.Integer>
index
- Index where a new property should be inserted.item
- Property to add.public final void copyToTArray(java.lang.Integer[] array, int arrayIndex)
Copies the elements of the T:System.Collections.Generic.ICollection`1
to an T:System.Array
, starting at a particular T:System.Array
index.
copyToTArray
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
array
- The one-dimensional T:System.Array
that is the destination of the elements copied from T:System.Collections.Generic.ICollection`1
. The T:System.Array
must have zero-based indexing.arrayIndex
- The zero-based index in array
at which copying begins.
T:System.ArgumentNullException
- array
is null.
T:System.ArgumentOutOfRangeException
- arrayIndex
is less than 0.
T:System.ArgumentException
- The number of elements in the source T:System.Collections.Generic.ICollection`1
is greater than the available space from arrayIndex
to the end of the destination array
.public final boolean removeItem(java.lang.Integer item)
Removes specified property from the collection.
removeItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
item
- Property to remove.public final void removeAt(int index)
Removes property at the specified index.
removeAt
in interface com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.Integer>
index
- Index of the property which should be deleted.public final void clear()
Removes all properties from the collection.
clear
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
public final boolean containsItem(java.lang.Integer item)
Determines whether the T:System.Collections.Generic.ICollection`1
contains a specific value.
containsItem
in interface com.aspose.ms.System.Collections.Generic.IGenericCollection<java.lang.Integer>
item
- The object to locate in the T:System.Collections.Generic.ICollection`1
.
item
is found in the T:System.Collections.Generic.ICollection`1
; otherwise, false.public final java.lang.Integer get_Item(int index)
Returns a property at the specified index.
get_Item
in interface com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.Integer>
index
- Index of a property to return.
public final void set_Item(int index, java.lang.Integer value)
Returns a property at the specified index.
set_Item
in interface com.aspose.ms.System.Collections.Generic.IGenericList<java.lang.Integer>
index
- Index of a property to return.public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<java.lang.Integer> iterator()
Returns an enumerator that iterates through the collection.
iterator
in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<java.lang.Integer>
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<java.lang.Integer>
iterator
in interface java.lang.Iterable<java.lang.Integer>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |