Свойство | Тип | Описание | |
---|---|---|---|
ActiveModules | List |
||
Debugger |
Свойство | Тип | Описание | |
---|---|---|---|
Templ | System.Collections.Generic |
Метод | Описание | |
---|---|---|
Build ( object model, bool debug = TemplConst.Debug, HandleFailAction modelEntryFailAction = HandleFailAction.exception ) : |
Builds the document, using the provided model.
|
|
Load ( |
Initialises a document template, based on the supplied document data stream
|
|
Load ( |
Initialises a document template, based on the supplied document object
|
|
Load ( byte templateFile, bool useDefaultModules = true ) : |
Initialises a document template, based on the supplied document data
|
|
Load ( string templatePath, bool useDefaultModules = true ) : |
Initialises a document template, based on the supplied document file
|
|
SaveAs ( string fileName ) : |
Saves the document to file.
|
Метод | Описание | |
---|---|---|
Templ ( ) : System.Collections.Generic |
public Build ( object model, bool debug = TemplConst.Debug, HandleFailAction modelEntryFailAction = HandleFailAction.exception ) : |
||
model | object | |
debug | bool | |
modelEntryFailAction | HandleFailAction | |
Результат |
public static Load ( |
||
stream | ||
useDefaultModules | bool | |
Результат |
public static Load ( |
||
document | ||
useDefaultModules | bool | |
Результат |
public static Load ( byte templateFile, bool useDefaultModules = true ) : |
||
templateFile | byte | |
useDefaultModules | bool | |
Результат |
public static Load ( string templatePath, bool useDefaultModules = true ) : |
||
templatePath | string | |
useDefaultModules | bool | |
Результат |