C# Class Malt.Reporting.OfficeXml.ExcelMLTextWriter

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

Méthodes publiques

Méthode Description
ExcelMLTextWriter ( Stream inStream ) : System
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void

只允许 Cell 或 Data 中存在 Velocity 的 #directive

Method Details

ExcelMLTextWriter() public méthode

public ExcelMLTextWriter ( Stream inStream ) : System
inStream Stream
Résultat System

WriteStartElement() public méthode

public WriteStartElement ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
Résultat void

WriteString() public méthode

只允许 Cell 或 Data 中存在 Velocity 的 #directive
public WriteString ( string text ) : void
text string
Résultat void