DiagramHyperlinkCollection
DiagramHyperlinkCollection class
Represents a collection of hyperlinks in a Visio document.
public class DiagramHyperlinkCollection : RemoveOnlyListBase<DiagramHyperlink>
Properties
| Name | Description |
|---|---|
| virtual Count { get; } | Gets the number of elements contained in the collection. |
| override IsReadOnly { get; } | Gets a value indicating whether the collection is read-only. |
| virtual Item { get; } | Gets the element at the specified index in the collection. |
Methods
| Name | Description |
|---|---|
| Clear() | |
| virtual Contains(DiagramHyperlink) | |
| virtual GetEnumerator() | |
| virtual IndexOf(DiagramHyperlink) | |
| Remove(DiagramHyperlink) | |
| RemoveAt(int) |
Remarks
This collection contains the items of DiagramHyperlink type.
See Also
- class RemoveOnlyListBase<T>
- class DiagramHyperlink
- namespace GroupDocs.Watermark.Contents.Diagram
- assembly GroupDocs.Watermark