PresentationShapeCollection
PresentationShapeCollection class
Vertegenwoordigt een verzameling tekenvormen in een PowerPoint-document.
public class PresentationShapeCollection : RemoveOnlyListBase<PresentationShape>
Eigenschappen
Naam | Beschrijving |
---|---|
virtual Count { get; } | Krijgt het aantal elementen in de collectie. |
override IsReadOnly { get; } | Krijgt een waarde die aangeeft of de verzameling alleen-lezen is. |
virtual Item { get; } | Haalt het element op bij de gespecificeerde index in de verzameling. |
methoden
Naam | Beschrijving |
---|---|
Clear() | |
virtual Contains(PresentationShape) | |
virtual GetEnumerator() | |
virtual IndexOf(PresentationShape) | |
Remove(PresentationShape) | |
RemoveAt(int) |
Opmerkingen
Deze collectie bevat de items vanPresentationShape
type.
Zie ook
- class RemoveOnlyListBase<T>
- class PresentationShape
- naamruimte GroupDocs.Watermark.Contents.Presentation
- montage GroupDocs.Watermark