SubLib Subtitle Library

SubtitleText Constructor

Initializes a new instance of the SubtitleText class with the specified text, line break and trim text option.

Overload List

Initializes a new instance of the SubtitleText class.

public SubtitleText();

Initializes a new instance of the SubtitleText class with the specified text.

public SubtitleText(string);

Initializes a new instance of the SubtitleText class with the specified text, line break and trim text option.

public SubtitleText(string,string,bool);

See Also

SubtitleText Class | SubLib Namespace