Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
FillContent ( Content content ) : |
||
SaveChanges ( ) : void | ||
SetNoticeAboutErrors ( bool isNeedToNotice ) : |
||
SetRemoveContentControls ( bool isNeedToRemove ) : |
||
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 |
Метод | Описание | |
---|---|---|
AddErrors ( IList |
Adds a list of errors as red text on yellow at the beginning of the document.
|
|
TemplateProcessor ( WordprocessingDocument wordDocument ) : System |
public FillContent ( Content content ) : |
||
content | Content | |
Результат |
public SetNoticeAboutErrors ( bool isNeedToNotice ) : |
||
isNeedToNotice | bool | |
Результат |
public SetRemoveContentControls ( bool isNeedToRemove ) : |
||
isNeedToRemove | bool | |
Результат |
public TemplateProcessor ( Stream stream ) : System | ||
stream | Stream | |
Результат | System |
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 | |
Результат | System |
public TemplateProcessor ( string fileName ) : System | ||
fileName | string | |
Результат | System |