PresentationChartCollection
PresentationChartCollection class
Vertegenwoordigt een verzameling grafieken in een PowerPoint-document.
public class PresentationChartCollection : ReadOnlyListBase<PresentationChart>
Eigenschappen
Naam | Beschrijving |
---|---|
virtual Count { get; } | Krijgt het aantal elementen in de collectie. |
virtual 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 |
---|---|
virtual Contains(PresentationChart) | |
virtual GetEnumerator() | |
virtual IndexOf(PresentationChart) |
Opmerkingen
Deze collectie bevat de items vanPresentationChart
type.
Zie ook
- class ReadOnlyListBase<T>
- class PresentationChart
- naamruimte GroupDocs.Watermark.Contents.Presentation
- montage GroupDocs.Watermark