Aspose::Words::WebExtensions::WebExtensionProperty class
WebExtensionProperty class
Specifies a web extension custom property. To learn more, visit the Work with Office Add-ins documentation article.
class WebExtensionProperty : public System::Object
Methods
Method | Description |
---|---|
get_Name() const | Specifies a custom property name. |
get_Value() const | Specifies a custom property value. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_Name(const System::String&) | Specifies a custom property name. |
set_Value(const System::String&) | Specifies a custom property value. |
static Type() | |
WebExtensionProperty(const System::String&, const System::String&) | Creates web extension custom property with specified name and value. |
See Also
- Namespace Aspose::Words::WebExtensions
- Library Aspose.Words for C++