ISummaryZoomSectionCollection
ISummaryZoomSectionCollection interface
Represents a collection of Summary Zoom Section objects.
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
Properties
Name | Description |
---|---|
Item { get; } | Gets the element at the specified index. Read-only ISummaryZoomSection . |
Methods
Name | Description |
---|---|
AddSummaryZoomSection(ISection) | Creates new Summary Zoom Section object and add it to the collection |
Clear() | Removes all SummaryZoomSection objects from the collection. |
GetSummarySection(ISection) | Returns Summary Zoom Section element for the given section. |
IndexOf(ISummaryZoomSection) | Returns an index of the specified SummaryZoomSection object. |
RemoveSummaryZoomSection(ISection) | Remove Summary Zoom Section object from the collection. |
See Also
- interface IGenericCollection<T>
- interface ISummaryZoomSection
- namespace Aspose.Slides
- assembly Aspose.Slides