Item
ISummaryZoomSectionCollection indexer
Получает элемент по указанному индексу. Только для чтенияISummaryZoomSection
.
public ISummaryZoomSection this[int index] { get; }
Примеры
Пример демонстрирует получение элемента Summary Zoom Section по индексу:
[C#]
using (Presentation pres = new Presentation("pres.pptx"))
{
ISummaryZoomFrame zoomFrame = (ISummaryZoomFrame) pres.Slides[1].Shapes[0];
ISummaryZoomSectionCollection collection = zoomFrame.SummaryZoomCollection;
ISummaryZoomSection zoomSection = collection[1];
}
Смотрите также
- interface ISummaryZoomSection
- interface ISummaryZoomSectionCollection
- пространство имен Aspose.Slides
- сборка Aspose.Slides