C# 클래스 SubLib.IO.SubtitleFormats.SubtitleFormat

파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
EndOfStyleToString string
GetDynamicSubtitleOut string
GlobalInputGetProperties void
HeadersToString string
StringToStyle SubLib.Core.Domain.Style
StyleToString string
SubtitleInputPostProcess void

공개 메소드들

메소드 설명
ToString ( ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

bodyBeginOut 보호되어 있는 프로퍼티

protected string bodyBeginOut
리턴 string

bodyEndIn 보호되어 있는 프로퍼티

protected string bodyEndIn
리턴 string

bodyEndOut 보호되어 있는 프로퍼티

protected string bodyEndOut
리턴 string

comments 보호되어 있는 프로퍼티

protected string comments
리턴 string

extensions 보호되어 있는 프로퍼티

protected string[] extensions
리턴 string[]

format 보호되어 있는 프로퍼티

protected string format
리턴 string

headers 보호되어 있는 프로퍼티

protected string[] headers
리턴 string[]

lineBreak 보호되어 있는 프로퍼티

protected string lineBreak
리턴 string

mode 보호되어 있는 프로퍼티

protected SubtitleMode mode
리턴 SubtitleMode

name 보호되어 있는 프로퍼티

protected string name
리턴 string

subtitleIn 보호되어 있는 프로퍼티

protected string subtitleIn
리턴 string

subtitleInFramesMode 보호되어 있는 프로퍼티

protected string subtitleInFramesMode
리턴 string

subtitleInTimesMode 보호되어 있는 프로퍼티

protected string subtitleInTimesMode
리턴 string

subtitleOut 보호되어 있는 프로퍼티

protected string subtitleOut
리턴 string

subtitleOutFramesMode 보호되어 있는 프로퍼티

protected string subtitleOutFramesMode
리턴 string

subtitleOutTimesMode 보호되어 있는 프로퍼티

protected string subtitleOutTimesMode
리턴 string

type 보호되어 있는 프로퍼티

protected SubtitleType type
리턴 SubtitleType