Aspose::Cells::WebExtensions::WebExtensionProperty class
Contents
[
Hide
]WebExtensionProperty class
Represents an Office Add-in custom property.
class WebExtensionProperty
Methods
| Method | Description |
|---|---|
| GetName() | Gets and set a custom property name. |
| GetValue() | Gets and sets a custom property value. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const WebExtensionProperty& src) | operator= |
| SetName(const U16String& value) | Gets and set a custom property name. |
| SetName(const char16_t* value) | Gets and set a custom property name. |
| SetValue(const U16String& value) | Gets and sets a custom property value. |
| SetValue(const char16_t* value) | Gets and sets a custom property value. |
| WebExtensionProperty(WebExtensionProperty_Impl* impl) | Constructs from an implementation object. |
| WebExtensionProperty(const WebExtensionProperty& src) | Copy constructor. |
| ~WebExtensionProperty() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::WebExtensions
- Library Aspose.Cells for C++