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