Aspose::Cells::WebExtensions::WebExtensionPropertyCollection class

WebExtensionPropertyCollection class

Represents the list of web extension properties.

class WebExtensionPropertyCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also