C# 클래스 Malt.Reporting.OpenDocument.OdfTemplate

상속: AbstractZipBasedTemplate
파일 보기 프로젝트 열기: oldrev/maltreport 1 사용 예제들

공개 메소드들

메소드 설명
AddImage ( System.Image img ) : string
Clone ( ) : object
Compile ( ) : void
EntryExists ( string entryPath ) : bool
GetEntryInputStream ( string entryPath ) : Stream
GetEntryOutputStream ( string entryPath ) : Stream

千万要记得关闭

Load ( Stream inStream ) : void
OdfTemplate ( ) : System
Render ( object>.IDictionary context ) : IDocument
Save ( Stream outStream ) : void

비공개 메소드들

메소드 설명
AppendZipEntry ( ZipFile zf, string name ) : void
ResetTextEngine ( string>.IDictionary userImages, OdfTemplate resultDocument ) : void
WriteXmlContent ( XmlDocument xml ) : void

메소드 상세

AddImage() 공개 메소드

public AddImage ( System.Image img ) : string
img System.Image
리턴 string

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Compile() 공개 메소드

public Compile ( ) : void
리턴 void

EntryExists() 공개 메소드

public EntryExists ( string entryPath ) : bool
entryPath string
리턴 bool

GetEntryInputStream() 공개 메소드

public GetEntryInputStream ( string entryPath ) : Stream
entryPath string
리턴 Stream

GetEntryOutputStream() 공개 메소드

千万要记得关闭
public GetEntryOutputStream ( string entryPath ) : Stream
entryPath string
리턴 Stream

Load() 공개 메소드

public Load ( Stream inStream ) : void
inStream Stream
리턴 void

OdfTemplate() 공개 메소드

public OdfTemplate ( ) : System
리턴 System

Render() 공개 메소드

public Render ( object>.IDictionary context ) : IDocument
context object>.IDictionary
리턴 IDocument

Save() 공개 메소드

public Save ( Stream outStream ) : void
outStream Stream
리턴 void