C# Class Malt.Reporting.OpenDocument.OdfManifestDocument

Inheritance: System.Xml.XmlDocument
Mostrar archivo Open project: oldrev/maltreport Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Init ( ) : void

Method Details

AppendFileEntry() public method

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

AppendImageFileEntry() public method

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

CreatePicturesEntryElement() public method

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

Load() public method

public Load ( Stream inStream ) : void
inStream Stream
return void

Load() public method

public Load ( TextReader txtReader ) : void
txtReader TextReader
return void

Load() public method

public Load ( XmlReader reader ) : void
reader XmlReader
return void

Load() public method

public Load ( string filename ) : void
filename string
return void

LoadXml() public method

public LoadXml ( string xml ) : void
xml string
return void