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