Aspose::Words::Markup::CustomXmlProperty class
Contents
[
Hide
]CustomXmlProperty class
Represents a single custom XML attribute or a smart tag property. To learn more, visit the Structured Document Tags or Content Control documentation article.
class CustomXmlProperty : public System::Object
Methods
Method | Description |
---|---|
CustomXmlProperty(const System::String&, const System::String&, const System::String&) | Initializes a new instance of this class. |
get_Name() const | Specifies the name of the custom XML attribute or smart tag property. |
get_Uri() const | Gets or sets the namespace URI of the custom XML attribute or smart tag property. |
get_Value() const | Gets or sets the value of the custom XML attribute or smart tag property. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_Uri(const System::String&) | Setter for Aspose::Words::Markup::CustomXmlProperty::get_Uri. |
set_Value(const System::String&) | Setter for Aspose::Words::Markup::CustomXmlProperty::get_Value. |
static Type() |
Remarks
Used as an item of a CustomXmlPropertyCollection collection.
See Also
- Namespace Aspose::Words::Markup
- Library Aspose.Words for C++