RemoveSummaryZoomSection
SummaryZoomSectionCollection.RemoveSummaryZoomSection method
Eliminar el objeto Sección de zoom de resumen de la colección.
public void RemoveSummaryZoomSection(ISection section)
Parámetro | Escribe | Descripción |
---|---|---|
section | ISection | Sección para la que se eliminará el elemento Sección de zoom de resumenISection . |
Ejemplos
El ejemplo demuestra cómo obtener el elemento Sección de zoom de resumen por índice:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomFrame zoomFrame = (ISummaryZoomFrame) pres.Slides[1].Shapes[0];
ISummaryZoomSectionCollection collection = zoomFrame.SummaryZoomCollection;
collection.RemoveSummaryZoomSection(pres.Sections[1]);
}
Ver también
- interface ISection
- class SummaryZoomSectionCollection
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides