CaptionsCollection
Contents
[
Hide
]CaptionsCollection class
Represents a collection of the closed captions.
public sealed class CaptionsCollection : ICaptionsCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns the number of elements in the collection. Read-only Int32. |
| Item { get; } | Returns the closed captions at the specified index. Read-only ICaptions. |
Methods
| Name | Description |
|---|---|
| Add(string, Stream) | Adds WebVTT closed captions to the end of the collection from a stream. |
| Add(string, string) | Adds WebVTT closed captions to the end of the collection. |
| Clear() | Removes all closed captions from the collection. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| Remove(ICaptions) | Removes the specified closed captions from the collection. |
| RemoveAt(int) | Removes the closed captions at the specified index. |
See Also
- interface ICaptionsCollection
- namespace Aspose.Slides
- assembly Aspose.Slides