Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class
Contents
[
Hide
]WebExtensionPropertyCollection class
Represents the list of web extension properties.
class WebExtensionPropertyCollection
Methods
| Method | Description |
|---|---|
| Add(const U16String& name, const U16String& value) | Adds web extension property. |
| Add(const char16_t* name, const char16_t* value) | Adds web extension property. |
| Get(int32_t index) | Gets the property of web extension by the index. |
| Get(const U16String& name) | Gets the property of web extension. |
| Get(const char16_t* name) | Gets the property of web extension. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const WebExtensionPropertyCollection& src) | operator= |
| RemoveAt(const U16String& name) | Remove the property by the name. |
| RemoveAt(const char16_t* name) | Remove the property by the name. |
| WebExtensionPropertyCollection() | Default constructor. |
| WebExtensionPropertyCollection(WebExtensionPropertyCollection_Impl* impl) | Constructs from an implementation object. |
| WebExtensionPropertyCollection(const WebExtensionPropertyCollection& src) | Copy constructor. |
| ~WebExtensionPropertyCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++