CaptionsCollection class
Contents
[
Hide
]CaptionsCollection class
Represents a collection of the closed captions.
The CaptionsCollection type exposes the following members:
Properties
Property | Description |
---|---|
count | Returns the number of elements in the collection. Read-only int. |
Returns the closed captions at the specified index.
Read-only ICaptions
.
Indexer
Name | Description |
---|---|
[index] |
Methods
Method | Description |
---|---|
add | Adds WebVTT closed captions to the end of the collection. |
add | Adds WebVTT closed captions to the end of the collection from a stream. |
remove | Removes the specified closed captions from the collection. |
remove_at | Removes the closed captions at the specified index. |
clear | Removes all closed captions from the collection. |
See Also
- class
ICaptions
- module
aspose.slides
- library
Aspose.Slides