C# Class Malt.Reporting.OpenDocument.OdfManifestDocument

Inheritance: System.Xml.XmlDocument
Afficher le fichier Open project: oldrev/maltreport Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Init ( ) : void

Method Details

AppendFileEntry() public méthode

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

AppendImageFileEntry() public méthode

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

CreatePicturesEntryElement() public méthode

创建图片目录条目
public CreatePicturesEntryElement ( ) : void
Résultat void

Load() public méthode

public Load ( Stream inStream ) : void
inStream Stream
Résultat void

Load() public méthode

public Load ( TextReader txtReader ) : void
txtReader TextReader
Résultat void

Load() public méthode

public Load ( XmlReader reader ) : void
reader XmlReader
Résultat void

Load() public méthode

public Load ( string filename ) : void
filename string
Résultat void

LoadXml() public méthode

public LoadXml ( string xml ) : void
xml string
Résultat void