Метод | Описание | |
---|---|---|
SubtitleSearchOptions ( |
Creates a new instance of the SubtitleSearchOptions class. The newline character (\n) is used as lineBreak. |
|
SubtitleSearchOptions ( |
Creates a new instance of the SubtitleSearchOptions class.
|
public SubtitleSearchOptions ( |
||
regex | The regular expression to use when searching. It must be created with
/// |
|
textType | SubtitleTextType | The type of text content the search is started at. |
startSubtitle | int | The zero-based number of the subtitle to start the search at. |
startIndex | int | The zero-based position within the startSubtitle to start the search at. |
wrap | bool | Whether to continue the search from the beginning when it reaches the end of the subtitles. |
backwards | bool | Whether to search backwards. Note that regex must be constructed with the
/// |
Результат | SubLib.Core.Domain |
public SubtitleSearchOptions ( |
||
regex | The regular expression to use when searching. It must be created with
/// |
|
textType | SubtitleTextType | The type of text content the search is started at. |
lineBreak | string | The line break to use between multiple lines of text in each subtitle. |
startSubtitle | int | The zero-based number of the subtitle to start the search at. |
startIndex | int | The zero-based position within the startSubtitle to start the search at. |
wrap | bool | Whether to continue the search from the beginning when it reaches the end of the subtitles. |
backwards | bool | Whether to search backwards. Note that regex must be constructed with the
/// |
Результат | SubLib.Core.Domain |