Aspose::Cells::Properties::CustomProperty class
Contents
[
Hide
]CustomProperty class
Represents identifier information.
class CustomProperty
Methods
| Method | Description |
|---|---|
| CustomProperty() | Default constructor. |
| CustomProperty(CustomProperty_Impl* impl) | Constructs from an implementation object. |
| CustomProperty(const CustomProperty& src) | Copy constructor. |
| GetName() | Returns or sets the name of the object. |
| GetValue() | Returns or sets the value of the custom property. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomProperty& src) | operator= |
| SetName(const U16String& value) | Returns or sets the name of the object. |
| SetName(const char16_t* value) | Returns or sets the name of the object. |
| SetValue(const U16String& value) | Returns or sets the value of the custom property. |
| SetValue(const char16_t* value) | Returns or sets the value of the custom property. |
| ~CustomProperty() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Properties
- Library Aspose.Cells for C++