C# Class SubLib.IO.SubtitleFormats.SubtitleFormat

Exibir arquivo Open project: GNOME/gnome-subtitles Class Usage Examples

Protected Properties

Property Type Description
bodyBeginOut string
bodyEndIn string
bodyEndOut string
comments string
extensions string[]
format string
headers string[]
lineBreak string
mode SubtitleMode
name string
subtitleIn string
subtitleInFramesMode string
subtitleInTimesMode string
subtitleOut string
subtitleOutFramesMode string
subtitleOutTimesMode string
type SubtitleType

Private Properties

Property Type Description
EndOfStyleToString string
GetDynamicSubtitleOut string
GlobalInputGetProperties void
HeadersToString string
StringToStyle SubLib.Core.Domain.Style
StyleToString string
SubtitleInputPostProcess void

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
EndOfStyleToString ( Style style ) : string
GetDynamicSubtitleOut ( SubtitleProperties properties ) : string
GlobalInputGetProperties ( string text, ParsingProperties properties ) : void
HeadersToString ( SubtitleProperties subtitleProperties, FileProperties fileProperties ) : string
StringToStyle ( string styleText ) : Style
StyleToString ( Style style ) : string
SubtitleInputPostProcess ( Subtitle subtitle ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

bodyBeginOut protected_oe property

protected string bodyBeginOut
return string

bodyEndIn protected_oe property

protected string bodyEndIn
return string

bodyEndOut protected_oe property

protected string bodyEndOut
return string

comments protected_oe property

protected string comments
return string

extensions protected_oe property

protected string[] extensions
return string[]

format protected_oe property

protected string format
return string

headers protected_oe property

protected string[] headers
return string[]

lineBreak protected_oe property

protected string lineBreak
return string

mode protected_oe property

protected SubtitleMode mode
return SubtitleMode

name protected_oe property

protected string name
return string

subtitleIn protected_oe property

protected string subtitleIn
return string

subtitleInFramesMode protected_oe property

protected string subtitleInFramesMode
return string

subtitleInTimesMode protected_oe property

protected string subtitleInTimesMode
return string

subtitleOut protected_oe property

protected string subtitleOut
return string

subtitleOutFramesMode protected_oe property

protected string subtitleOutFramesMode
return string

subtitleOutTimesMode protected_oe property

protected string subtitleOutTimesMode
return string

type protected_oe property

protected SubtitleType type
return SubtitleType