|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ControlExPropertiesCollection
public class ControlExPropertiesCollection
A collection of AcitveX properties.
Method Summary | |
---|---|
void |
add(java.lang.String name,
java.lang.String value)
Adds a property to the collection. |
void |
clear()
Removes all properties. |
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all property-value pairs to the specified array. |
java.lang.String |
get_Item(java.lang.String name)
Returns or sets property. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for entire collection. |
void |
remove(java.lang.String name)
Removes a property with the specified name. |
void |
set_Item(java.lang.String name,
java.lang.String value)
|
int |
size()
Returns a number of properties in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void add(java.lang.String name, java.lang.String value)
Adds a property to the collection.
name
- The name of the property.value
- The alue of the property.public void remove(java.lang.String name)
Removes a property with the specified name.
name
- The name of property to remove.public java.lang.String get_Item(java.lang.String name)
Returns or sets property.
name
- Name of property.
public void set_Item(java.lang.String name, java.lang.String value)
public void clear()
Removes all properties.
public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all property-value pairs to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- The target array.index
- Index in the target array.public int size()
Returns a number of properties in the collection.
size
in interface com.aspose.ms.System.Collections.ICollection
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
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |