C# 클래스 TemplateEngine.Docx.Processors.FieldsProcessor

상속: IProcessor
파일 보기 프로젝트 열기: UNIT6-open/TemplateEngine.Docx

공개 메소드들

메소드 설명
FillContent ( System.Xml.Linq.XElement contentControl, IContentItem item ) : ProcessResult
FillContent ( System.Xml.Linq.XElement contentControl, IEnumerable items ) : ProcessResult
SetRemoveContentControls ( bool isNeedToRemove ) : IProcessor

메소드 상세

FillContent() 공개 메소드

public FillContent ( System.Xml.Linq.XElement contentControl, IContentItem item ) : ProcessResult
contentControl System.Xml.Linq.XElement
item IContentItem
리턴 ProcessResult

FillContent() 공개 메소드

public FillContent ( System.Xml.Linq.XElement contentControl, IEnumerable items ) : ProcessResult
contentControl System.Xml.Linq.XElement
items IEnumerable
리턴 ProcessResult

SetRemoveContentControls() 공개 메소드

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