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

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

공개 메소드들

메소드 설명
AppendFileEntry ( string mediaType, string fullPath ) : void

添加一个文件条目

AppendImageFileEntry ( string extensionName, string fullPath ) : void

添加一个图片文件条目

CreatePicturesEntryElement ( ) : void

创建图片目录条目

Load ( Stream inStream ) : void
Load ( TextReader txtReader ) : void
Load ( XmlReader reader ) : void
Load ( string filename ) : void
LoadXml ( string xml ) : void

비공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

AppendFileEntry() 공개 메소드

添加一个文件条目
public AppendFileEntry ( string mediaType, string fullPath ) : void
mediaType string
fullPath string
리턴 void

AppendImageFileEntry() 공개 메소드

添加一个图片文件条目
public AppendImageFileEntry ( string extensionName, string fullPath ) : void
extensionName string
fullPath string
리턴 void

CreatePicturesEntryElement() 공개 메소드

创建图片目录条目
public CreatePicturesEntryElement ( ) : void
리턴 void

Load() 공개 메소드

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

Load() 공개 메소드

public Load ( TextReader txtReader ) : void
txtReader TextReader
리턴 void

Load() 공개 메소드

public Load ( XmlReader reader ) : void
reader XmlReader
리턴 void

Load() 공개 메소드

public Load ( string filename ) : void
filename string
리턴 void

LoadXml() 공개 메소드

public LoadXml ( string xml ) : void
xml string
리턴 void