PresentationShapeCollection

PresentationShapeCollection class

Bir PowerPoint belgesindeki çizim şekilleri koleksiyonunu temsil eder.

public class PresentationShapeCollection : RemoveOnlyListBase<PresentationShape>

Özellikleri

İsim Tanım
virtual Count { get; } Koleksiyonda bulunan öğelerin sayısını alır.
override IsReadOnly { get; } Koleksiyonun salt okunur olup olmadığını gösteren bir değer alır.
virtual Item { get; } Koleksiyonda belirtilen dizindeki öğeyi alır.

yöntemler

İsim Tanım
Clear()
virtual Contains(PresentationShape)
virtual GetEnumerator()
virtual IndexOf(PresentationShape)
Remove(PresentationShape)
RemoveAt(int)

Notlar

Bu koleksiyon şunları içerir:PresentationShape yazın.

Ayrıca bakınız