C# Class TemplateEngine.Docx.TemplateProcessor

Inheritance: IDisposable
Afficher le fichier Open project: UNIT6-open/TemplateEngine.Docx Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
AddErrors ( IList errors ) : void

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

TemplateProcessor ( WordprocessingDocument wordDocument ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FillContent() public méthode

public FillContent ( Content content ) : TemplateProcessor
content Content
Résultat TemplateProcessor

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

SetNoticeAboutErrors() public méthode

public SetNoticeAboutErrors ( bool isNeedToNotice ) : TemplateProcessor
isNeedToNotice bool
Résultat TemplateProcessor

SetRemoveContentControls() public méthode

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

TemplateProcessor() public méthode

public TemplateProcessor ( Stream stream ) : System
stream Stream
Résultat System

TemplateProcessor() public méthode

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
Résultat System

TemplateProcessor() public méthode

public TemplateProcessor ( string fileName ) : System
fileName string
Résultat System