Свойство | Type | Description | |
---|---|---|---|
ActiveModules | List |
||
Debugger |
Свойство | Type | Description | |
---|---|---|---|
Templ | System.Collections.Generic |
Méthode | Description | |
---|---|---|
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.
|
Méthode | Description | |
---|---|---|
Templ ( ) : System.Collections.Generic |
public Build ( object model, bool debug = TemplConst.Debug, HandleFailAction modelEntryFailAction = HandleFailAction.exception ) : |
||
model | object | |
debug | bool | |
modelEntryFailAction | HandleFailAction | |
Résultat |
public static Load ( |
||
stream | ||
useDefaultModules | bool | |
Résultat |
public static Load ( |
||
document | ||
useDefaultModules | bool | |
Résultat |
public static Load ( byte templateFile, bool useDefaultModules = true ) : |
||
templateFile | byte | |
useDefaultModules | bool | |
Résultat |
public static Load ( string templatePath, bool useDefaultModules = true ) : |
||
templatePath | string | |
useDefaultModules | bool | |
Résultat |