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

파일 보기 프로젝트 열기: oldrev/maltreport

공개 메소드들

메소드 설명
Compile ( OdfTemplate template ) : void

비공개 메소드들

메소드 설명
CheckTemplateExpression ( XmlNode placeholder, string value, Match match ) : void
ExtractTemplateExpression ( XmlNode placeholder ) : string
FindAllRowElements ( XmlDocument xml ) : List
FindAllRtlElements ( XmlDocument xml ) : List
FindDirectiveNodesInRow ( XmlElement row ) : List
PreprocessElements ( XmlDocument xml, XmlNamespaceManager nsmanager ) : void
ProcessIdentifierTag ( XmlDocument xml, XmlNode placeholder, string value ) : void
ProcessImageTag ( XmlNode placeholder, ReferenceElement ie ) : void
ProcessPlaceHolderElement ( XmlNode placeholder, ReferenceElement ie ) : void
ProcessSingleTableRowElement ( XmlElement row ) : void
ProcessTableRows ( XmlDocument xml, XmlNamespaceManager nsmanager ) : void

메소드 상세

Compile() 공개 정적인 메소드

public static Compile ( OdfTemplate template ) : void
template OdfTemplate
리턴 void