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

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

공개 메소드들

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

비공개 메소드들

메소드 설명
FillContent ( System.Xml.Linq.XContainer contentControl, IContentItem item ) : ProcessResult

Fills content with one content item

GetIntermediateAndMergedRows ( System.Xml.Linq.XElement firstRow, System.Xml.Linq.XElement lastRow, System.Xml.Linq.XContainer tableContentControl ) : List
GetPrototype ( System.Xml.Linq.XContainer tableContentControl, IEnumerable fieldNames ) : List

메소드 상세

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

TableProcessor() 공개 메소드

public TableProcessor ( ProcessContext context ) : System
context ProcessContext
리턴 System