C# 클래스 TemplateEngine.Docx.TemplateProcessor

상속: IDisposable
파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
FillContent ( Content content ) : TemplateProcessor
SaveChanges ( ) : void
SetNoticeAboutErrors ( bool isNeedToNotice ) : TemplateProcessor
SetRemoveContentControls ( bool isNeedToRemove ) : TemplateProcessor
TemplateProcessor ( Stream stream ) : System
TemplateProcessor ( System.Xml.Linq.XDocument templateSource, System.Xml.Linq.XDocument stylesPart = null, System.Xml.Linq.XDocument numberingPart = null ) : System
TemplateProcessor ( string fileName ) : System

비공개 메소드들

메소드 설명
AddErrors ( IList errors ) : void

Adds a list of errors as red text on yellow at the beginning of the document.

TemplateProcessor ( WordprocessingDocument wordDocument ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FillContent() 공개 메소드

public FillContent ( Content content ) : TemplateProcessor
content Content
리턴 TemplateProcessor

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

SetNoticeAboutErrors() 공개 메소드

public SetNoticeAboutErrors ( bool isNeedToNotice ) : TemplateProcessor
isNeedToNotice bool
리턴 TemplateProcessor

SetRemoveContentControls() 공개 메소드

public SetRemoveContentControls ( bool isNeedToRemove ) : TemplateProcessor
isNeedToRemove bool
리턴 TemplateProcessor

TemplateProcessor() 공개 메소드

public TemplateProcessor ( Stream stream ) : System
stream Stream
리턴 System

TemplateProcessor() 공개 메소드

public TemplateProcessor ( System.Xml.Linq.XDocument templateSource, System.Xml.Linq.XDocument stylesPart = null, System.Xml.Linq.XDocument numberingPart = null ) : System
templateSource System.Xml.Linq.XDocument
stylesPart System.Xml.Linq.XDocument
numberingPart System.Xml.Linq.XDocument
리턴 System

TemplateProcessor() 공개 메소드

public TemplateProcessor ( string fileName ) : System
fileName string
리턴 System