C# 클래스 ADBaseLibrary.Subtitles.TTML

파일 보기 프로젝트 열기: maxpiva/AnimeOfflineDownloader 1 사용 예제들

공개 메소드들

메소드 설명
TTML ( Stream stream ) : System
TTML ( string xml ) : System
ToAss ( ) : string>.Dictionary

비공개 메소드들

메소드 설명
FromStream ( Stream s ) : void
GetAssColor ( string color, string def = "&H00FFFFFF" ) : string
GetAssStyles ( ) : string>.Dictionary
GetFontSize ( Style s ) : int
ParagraphToAss ( string>.Dictionary styles, P p ) : string
ProcessParagraph ( string>.Dictionary styles, string style, string p ) : List
Serializer_UnknownElement ( object sender, XmlElementEventArgs e ) : void
Serializer_UnknownNode ( object sender, XmlNodeEventArgs e ) : void
TTML ( ) : System

메소드 상세

TTML() 공개 메소드

public TTML ( Stream stream ) : System
stream Stream
리턴 System

TTML() 공개 메소드

public TTML ( string xml ) : System
xml string
리턴 System

ToAss() 공개 메소드

public ToAss ( ) : string>.Dictionary
리턴 string>.Dictionary