ControlPropertiesCollection
ControlPropertiesCollection class
A collection of AcitveX properties.
add
| Name | Description |
|---|
| add(String, String) | Adds a property to the collection. |
Parameters:
| Name | Type | Description |
|---|
| name | String | The name of the property. |
| value | String | The alue of the property. |
clear
| Name | Description |
|---|
| clear() | Removes all properties. |
getCount
| Name | Description |
|---|
| getCount() | Returns a number of properties in the collection. Read-only int. |
Result:
int
getNamesOfProperties
| Name | Description |
|---|
| getNamesOfProperties() | Returns the collection of properties names. Read-only IGenericCollection. |
Result:
CustomXmlPartCollection, SummaryZoomSectionCollection, VbaReferenceCollection, ReadOnlyCollection, ColumnCollection, ChartDataPointCollection, RowCollection, FillFormatCollection, ImageCollection, CommentAuthorCollection, ChartDataWorksheetCollection, TextAnimationCollection, Collection, ImageTransformOCollectionEffectiveData, SmartArtShapeCollection, ControlCollection, CellCollection, ShapeCollection, ExtraColorSchemeCollection, AudioCollection, SortedDictionary, ColorOperationCollection, MasterSlideCollection, ImageTransformOperationCollection, List, Row, EffectStyleCollection, Dictionary, TagCollection, GradientStopCollectionEffectiveData, LineFormatCollection, GradientStopCollection, TabCollection, SectionCollection, VideoCollection, VbaModuleCollection, BehaviorPropertyCollection, ChartCategoryCollection, FontSubstRuleCollection, DigitalSignatureCollection, SortedList, SectionSlideCollection, LinkedList, Column, KeyedCollection, MasterLayoutSlideCollection, CommentCollection, GlobalLayoutSlideCollection, ChartSeriesCollection, FontFallBackRulesCollection, LayoutSlideCollection, PieSplitCustomPointCollection, SlideCollection, SmartArtNodeCollection
get_Item
| Name | Description |
|---|
| get_Item(String) | Returns or sets property. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of property. |
Result:
String
iterator
| Name | Description |
|---|
| iterator() | Returns an enumerator that iterates through the collection. |
Result:
iteratorJava
| Name | Description |
|---|
| iteratorJava() | Returns a java iterator for the entire collection. |
Result:
remove
| Name | Description |
|---|
| remove(String) | Removes a property with the specified name. |
Parameters:
| Name | Type | Description |
|---|
| name | String | The name of property to remove. |
set_Item
| Name | Description |
|---|
| set_Item(String, String) | Returns or sets property. |
Parameters:
| Name | Type | Description |
|---|
| name | String | Name of property. |