C# 클래스 OakIdeas.EBook.EPUB.Elements.TitleElement

상속: OakIdeas.EBook.EPUB.BaseElement
파일 보기 프로젝트 열기: oakcool/OakIdeas.EBook

공개 메소드들

메소드 설명
TitleElement ( ) : System
TitleElement ( string value ) : System
TitleElement ( string id, string language, string direction, string value ) : System

메소드 상세

TitleElement() 공개 메소드

public TitleElement ( ) : System
리턴 System

TitleElement() 공개 메소드

public TitleElement ( string value ) : System
value string
리턴 System

TitleElement() 공개 메소드

public TitleElement ( string id, string language, string direction, string value ) : System
id string
language string
direction string
value string
리턴 System