Aspose::Cells::Metas::SensitivityLabelCollection class
SensitivityLabelCollection class
Represents the list of sensitivity labels.
class SensitivityLabelCollection
Methods
| Method | Description |
|---|---|
| Add(const U16String& id, bool isEnabled, SensitivityLabelAssignmentType methodType, const U16String& siteId, SensitivityLabelMarkType markType) | Adds a sensitivity label. |
| Add(const char16_t* id, bool isEnabled, SensitivityLabelAssignmentType methodType, const char16_t* siteId, SensitivityLabelMarkType markType) | Adds a sensitivity label. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const SensitivityLabelCollection& src) | operator= |
| SensitivityLabelCollection() | Default constructor. |
| SensitivityLabelCollection(SensitivityLabelCollection_Impl* impl) | Constructs from an implementation object. |
| SensitivityLabelCollection(const SensitivityLabelCollection& src) | Copy constructor. |
| ~SensitivityLabelCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Metas
- Library Aspose.Cells for C++