SummaryZoomCollection
Propriété SummaryZoomFrame.SummaryZoomCollection
Obtient ISummaryZoomSectionCollection
pour l’objet Summary Zoom Frame.
public ISummaryZoomSectionCollection SummaryZoomCollection { get; }
Exemples
L’exemple démontre l’obtention de l’élément Summary Zoom Section par index :
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomFrame zoomFrame = pres.Slides[1].Shapes[0] as ISummaryZoomFrame;
ISummaryZoomSectionCollection collection = zoomFrame.SummaryZoomCollection;
}
Voir Aussi
- interface ISummaryZoomSectionCollection
- classe SummaryZoomFrame
- espace de noms Aspose.Slides
- assembly Aspose.Slides