C# 클래스 MobiEPUB.EPUBebook

상속: Ebook
파일 보기 프로젝트 열기: Papafox/MobiEPUB

공개 메소드들

메소드 설명
EPUBebook ( ) : System
EPUBebook ( String fn ) : System
Open ( Stream str ) : void
Open ( String fn ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
BuildAttribute ( XmlDocument doc, String name, String text ) : XmlAttribute
BuildGuide ( XmlDocument doc ) : XmlElement
BuildManifest ( XmlDocument doc ) : XmlElement
BuildMetadata ( XmlDocument doc ) : XmlElement
BuildSpine ( XmlDocument doc ) : XmlElement
ContainerXml ( ) : String
GetContainer ( ZipFile zip ) : XmlDocument
GetOPF ( ZipFile zip, String opfFile ) : XmlDocument
GetOPFfilename ( XmlDocument container ) : String
GetOPFversion ( XmlDocument opf ) : String
IsValidEpub ( ZipFile epub ) : bool
LoadEPUB ( ZipFile zip ) : void
LoadManifest ( XmlDocument opf ) : void
LoadMetadata ( XmlDocument opf ) : void
LoadOPF ( XmlDocument opf ) : void
OPF ( ) : String
OPF_filename ( String title ) : String
setupNameSpaces ( ) : void

메소드 상세

EPUBebook() 공개 메소드

public EPUBebook ( ) : System
리턴 System

EPUBebook() 공개 메소드

public EPUBebook ( String fn ) : System
fn String
리턴 System

Open() 공개 메소드

public Open ( Stream str ) : void
str Stream
리턴 void

Open() 공개 메소드

public Open ( String fn ) : void
fn String
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void