WordProcessingSectionCollection
WordProcessingSectionCollection class
Represents a collection of sections in a Word document.
public class WordProcessingSectionCollection : ReadOnlyListBase<WordProcessingSection>
Properties
Name | Description |
---|---|
virtual Count { get; } | Gets the number of elements contained in the collection. |
virtual 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 |
---|---|
virtual Contains(WordProcessingSection) | |
virtual GetEnumerator() | |
virtual IndexOf(WordProcessingSection) |
Remarks
This collection contains the items of WordProcessingSection
type.
See Also
- class ReadOnlyListBase<T>
- class WordProcessingSection
- namespace GroupDocs.Watermark.Contents.WordProcessing
- assembly GroupDocs.Watermark