Click or drag to resize

SectionList Class

Inheritance Hierarchy
System Object
Spire.Presentation SectionList

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class SectionList

The SectionList type exposes the following members.

Properties
Name Description
Public property Count
Get the count of sections in this section list.
Public property Item
Get the section by index.
Top
Methods
Name Description
Public method Add
Add section by name and slide. Note: Only effect on .pptx/.potx file format,invalid other file format
Public method Append
Append section with section name at the end.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Get the index of the section.
Public method Insert
Insert section with section name and section index.
Public method InsertSlide
Insert slide into the section at position.
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method MoveSlide
Move the position of slide in the section.
Public method RemoveAll
Remove all section.
Public method RemoveAt
Remove section at some position.
Public method RemoveSlide
Remove the slide at some position in the section.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also