public class SmartTagPropertyCollection extends CollectionBase
| Constructor and Description |
|---|
SmartTagPropertyCollection() |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String name,
java.lang.String value)
Adds a property of cell's smart tag.
|
SmartTagProperty |
get(int index)
Gets a
SmartTagProperty object. |
SmartTagProperty |
get(java.lang.String name)
Gets a
SmartTagProperty object by the name of the property. |
public SmartTagProperty get(int index)
SmartTagProperty object.get in class CollectionBaseindex - The indexSmartTagProperty object.public SmartTagProperty get(java.lang.String name)
SmartTagProperty object by the name of the property.name - The name of the property.SmartTagProperty object.public int add(java.lang.String name,
java.lang.String value)
name - The name of the propertyvalue - The value of the property.SmartTagPropertySee Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.