com.aspose.slides
Class ControlExPropertiesCollection

java.lang.Object
  extended by com.aspose.slides.ControlExPropertiesCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.ICollection, com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class ControlExPropertiesCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.ICollection

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(java.lang.Object[] 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

add

public void add(java.lang.String name,
                java.lang.String value)

Adds a property to the collection.

Parameters:
name - The name of the property.
value - The alue of the property.

remove

public void remove(java.lang.String name)

Removes a property with the specified name.

Parameters:
name - The name of property to remove.

get_Item

public java.lang.String get_Item(java.lang.String name)

Returns or sets property.

Parameters:
name - Name of property.
Returns:

set_Item

public void set_Item(java.lang.String name,
                     java.lang.String value)

clear

public void clear()

Removes all properties.


copyTo

public void copyTo(java.lang.Object[] array,
                   int index)

Copies all property-value pairs to the specified array.

Specified by:
copyTo in interface com.aspose.ms.System.Collections.ICollection
Parameters:
array - The target array.
index - Index in the target array.

size

public int size()

Returns a number of properties in the collection.

Specified by:
size in interface com.aspose.ms.System.Collections.ICollection

isSynchronized

public boolean isSynchronized()

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

Specified by:
isSynchronized in interface com.aspose.ms.System.Collections.ICollection

getSyncRoot

public java.lang.Object getSyncRoot()

Returns a synchronization root. Readonly object.

Specified by:
getSyncRoot in interface com.aspose.ms.System.Collections.ICollection

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable
Returns: