C# Class TemplateEngine.Docx.Processors.TableProcessor

Inheritance: IProcessor
Afficher le fichier Open project: UNIT6-open/TemplateEngine.Docx

Méthodes publiques

Méthode Description
FillContent ( System.Xml.Linq.XElement contentControl, IEnumerable items ) : ProcessResult
SetRemoveContentControls ( bool isNeedToRemove ) : IProcessor
TableProcessor ( ProcessContext context ) : System

Private Methods

Méthode Description
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

Method Details

FillContent() public méthode

public FillContent ( System.Xml.Linq.XElement contentControl, IEnumerable items ) : ProcessResult
contentControl System.Xml.Linq.XElement
items IEnumerable
Résultat ProcessResult

SetRemoveContentControls() public méthode

public SetRemoveContentControls ( bool isNeedToRemove ) : IProcessor
isNeedToRemove bool
Résultat IProcessor

TableProcessor() public méthode

public TableProcessor ( ProcessContext context ) : System
context ProcessContext
Résultat System