Section Class |
Namespace: Spire.Presentation
The Section type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Id | |
|
|
Index |
Get the position of this section in section list.
|
|
|
Name |
Get or set the name of this section.
|
|
|
SlideIdList |
get IDs of slides in this section.
|
| Name | Description | |
|---|---|---|
|
|
AddRange |
add a range of slides.
|
|
|
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
.)
|
|
|
GetSlides |
get slides in this section.
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Insert slide into section.
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Move |
Move the position of slide in section.
|
|
|
Remove |
Remove a slide.
|
|
|
RemoveAt |
remove slide at some position
|
|
|
RemoveRange |
Remove a range of slides.
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|