SummaryZoomCollection
ISummaryZoomFrame.SummaryZoomCollection-Eigenschaft
Ruft ISummaryZoomSectionCollection
für das Summary Zoom Frame-Objekt ab.
public ISummaryZoomSectionCollection SummaryZoomCollection { get; }
Beispiele
Das Beispiel zeigt, wie man ein Summary Zoom Section-Element nach Index abruft:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomFrame zoomFrame = pres.Slides[1].Shapes[0] as ISummaryZoomFrame;
ISummaryZoomSectionCollection collection = zoomFrame.SummaryZoomCollection;
}
Siehe auch
- Schnittstelle ISummaryZoomSectionCollection
- Schnittstelle ISummaryZoomFrame
- Namespace Aspose.Slides
- Assembly Aspose.Slides