com.aspose.slides
Interface IControlPropertiesCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.IEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>>, java.lang.Iterable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>>
- All Known Implementing Classes:
- ControlPropertiesCollection
public interface IControlPropertiesCollection
- extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.String>>
A collection of ActiveX controls.
Method Summary |
void |
add(java.lang.String name,
java.lang.String value)
|
void |
clear()
|
java.lang.String |
get_Item(java.lang.String name)
|
int |
getCount()
|
com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection |
getNamesOfProperties()
|
void |
remove(java.lang.String name)
|
void |
set_Item(java.lang.String name,
java.lang.String value)
|
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
getCount
int getCount()
add
void add(java.lang.String name,
java.lang.String value)
remove
void remove(java.lang.String name)
get_Item
java.lang.String get_Item(java.lang.String name)
set_Item
void set_Item(java.lang.String name,
java.lang.String value)
getNamesOfProperties
com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection getNamesOfProperties()
clear
void clear()