WordProcessingShapeCollection

WordProcessingShapeCollection class

Represents a collection of shapes in a Word document.

public class WordProcessingShapeCollection : RemoveOnlyListBase<WordProcessingShape>

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(WordProcessingShape)
virtual GetEnumerator()
virtual IndexOf(WordProcessingShape)
Remove(WordProcessingShape)
RemoveAt(int)

Remarks

This collection contains the items of WordProcessingShape type.

See Also