Méthode | Description | |
---|---|---|
Find ( |
Searches for text using the specified search options.
|
|
FindNearTime ( float time ) : int |
Finds the subtitle more near of specified time position.
|
|
FindWithTime ( float time ) : int |
Finds the subtitle that contains the specified time position.
|
|
ReplaceAll ( |
Replaces all occurences of some text with the specified replacement. The newline (\n) char is used as the line break. |
|
ReplaceAll ( |
Replaces all occurences of some text with the specified replacement.
|
|
SearchOperator ( |
Méthode | Description | |
---|---|---|
FindBackward ( |
Searches backward for text using the specified search options.
|
|
FindForward ( |
Searches forward for text using the specified search options.
|
|
FindInSubtitle ( int subtitleNumber, string lineBreak, |
||
FindInSubtitleFromIndex ( int subtitleNumber, string lineBreak, |
||
FindInSubtitleTillIndex ( int subtitleNumber, string lineBreak, |
||
FindInTextContent ( int subtitleNumber, string lineBreak, |
||
FindInTextContentFromIndex ( int subtitleNumber, string lineBreak, |
||
FindInTextContentTillIndex ( int subtitleNumber, string lineBreak, |
||
MatchValues ( |
||
ReplaceText ( string text, |
public Find ( |
||
options | The search options. | |
Résultat |
public FindNearTime ( float time ) : int | ||
time | float | The time position, in seconds. |
Résultat | int |
public FindWithTime ( float time ) : int | ||
time | float | The time position, in seconds. |
Résultat | int |
public ReplaceAll ( |
||
regex | A regular expression used to find the text to be replaced. | |
replacement | string | The text that will be used as a replacement. |
Résultat |
public ReplaceAll ( |
||
regex | A regular expression used to find the text to be replaced. | |
replacement | string | The text that will be used as a replacement. |
lineBreak | string | The line break to use between multiple lines of text in each subtitle. |
Résultat |
public SearchOperator ( |
||
subtitles | ||
Résultat | SubLib.Core.Domain |