C# 클래스 Malt.Reporting.OfficeXml.ExcelMLTextWriter

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

공개 메소드들

메소드 설명
ExcelMLTextWriter ( Stream inStream ) : System
WriteStartElement ( string prefix, string localName, string ns ) : void
WriteString ( string text ) : void

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

메소드 상세

ExcelMLTextWriter() 공개 메소드

public ExcelMLTextWriter ( Stream inStream ) : System
inStream Stream
리턴 System

WriteStartElement() 공개 메소드

public WriteStartElement ( string prefix, string localName, string ns ) : void
prefix string
localName string
ns string
리턴 void

WriteString() 공개 메소드

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