C# Class SubLib.IO.SubtitleFormats.SubtitleFormat

Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Protected Properties

Свойство 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

Свойство Type Description
EndOfStyleToString string
GetDynamicSubtitleOut string
GlobalInputGetProperties void
HeadersToString string
StringToStyle SubLib.Core.Domain.Style
StyleToString string
SubtitleInputPostProcess void

Méthodes publiques

Méthode Description
ToString ( ) : string

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string

Property Details

bodyBeginOut protected_oe property

protected string bodyBeginOut
Résultat string

bodyEndIn protected_oe property

protected string bodyEndIn
Résultat string

bodyEndOut protected_oe property

protected string bodyEndOut
Résultat string

comments protected_oe property

protected string comments
Résultat string

extensions protected_oe property

protected string[] extensions
Résultat string[]

format protected_oe property

protected string format
Résultat string

headers protected_oe property

protected string[] headers
Résultat string[]

lineBreak protected_oe property

protected string lineBreak
Résultat string

mode protected_oe property

protected SubtitleMode mode
Résultat SubtitleMode

name protected_oe property

protected string name
Résultat string

subtitleIn protected_oe property

protected string subtitleIn
Résultat string

subtitleInFramesMode protected_oe property

protected string subtitleInFramesMode
Résultat string

subtitleInTimesMode protected_oe property

protected string subtitleInTimesMode
Résultat string

subtitleOut protected_oe property

protected string subtitleOut
Résultat string

subtitleOutFramesMode protected_oe property

protected string subtitleOutFramesMode
Résultat string

subtitleOutTimesMode protected_oe property

protected string subtitleOutTimesMode
Résultat string

type protected_oe property

protected SubtitleType type
Résultat SubtitleType