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

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

공개 메소드들

메소드 설명
FillContent ( System.Xml.Linq.XElement contentControl, IContentItem item ) : ProcessResult
FillContent ( System.Xml.Linq.XElement contentControl, IEnumerable items ) : ProcessResult
ImagesProcessor ( ProcessContext context ) : DocumentFormat.OpenXml.Packaging
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

ImagesProcessor() 공개 메소드

public ImagesProcessor ( ProcessContext context ) : DocumentFormat.OpenXml.Packaging
context ProcessContext
리턴 DocumentFormat.OpenXml.Packaging

SetRemoveContentControls() 공개 메소드

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