AddSummaryZoomSection
ISummaryZoomSectionCollection.AddSummaryZoomSection method
Crée un nouvel objet Section de zoom récapitulatif et l’ajoute à la collection
public ISummaryZoomSection AddSummaryZoomSection(ISection section)
Paramètre | Taper | La description |
---|---|---|
section | ISection | Section pour un nouvel élément Section de zoom récapitulatifISection |
Return_Value
AjoutéeISummaryZoomFrame
élément
Remarques
Si un élément pour cette section existe déjà dans la collection, l’élément existant est retourné.
Exemples
L’exemple montre comment obtenir l’élément Summary Zoom Section par index :
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomFrame zoomFrame = (ISummaryZoomFrame) pres.Slides[1].Shapes[0];
ISummaryZoomSectionCollection collection = zoomFrame.SummaryZoomCollection;
ISummaryZoomSection newZoomSection = collection.AddSummaryZoomSection(pres.Sections[3]);
}
Voir également
- interface ISummaryZoomSection
- interface ISection
- interface ISummaryZoomSectionCollection
- espace de noms Aspose.Slides
- Assemblée Aspose.Slides