SensitivityLabelCollection
Contents
[
Hide
]SensitivityLabelCollection class
Represents a collection of sensitivity labels applied to the document.
public sealed class SensitivityLabelCollection : DomObject<Presentation>,
ISensitivityLabelCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns the number of elements in the collection. Read-only Int32. |
| Item { get; } | Returns the sensitivity label by index. |
Methods
| Name | Description |
|---|---|
| Add(ISensitivityLabel) | Adds a SensitivityLabel to the collection. |
| Add(string, Guid, bool, SensitivityLabelAssignmentType) | Adds the sensitivity label at the end of the collection. |
| Clear() | Removes all elements from the collection. |
| CopyTo(ISensitivityLabel[], int) | Copies all elements from the collection to the specified array. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| RemoveAt(int) | Removes the sensitivity label at the specified index. |
See Also
- class DomObject<TParent>
- class Presentation
- interface ISensitivityLabelCollection
- namespace Aspose.Slides
- assembly Aspose.Slides