GetSummarySection
SummaryZoomSectionCollection.GetSummarySection method
Devuelve el elemento Sección de zoom de resumen para la sección dada.
public ISummaryZoomSection GetSummarySection(ISection section)
Parámetro | Escribe | Descripción |
---|---|---|
section | ISection | Sección para encontrarISection |
Valor_devuelto
ISummaryZoomSection
o nulo si la colección no contiene elementos para la sección.
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;
ISummaryZoomSection selectedObject = collection.GetSummarySection(pres.Sections[2]);
}
Ver también
- interface ISummaryZoomSection
- interface ISection
- class SummaryZoomSectionCollection
- espacio de nombres Aspose.Slides
- asamblea Aspose.Slides