The ITemplateManager type exposes the following members.
Methods | Name | Description |
---|
 | ApplyDefaultJobElementTemplate |
Applies the default template to the job element, if existing.
|
 | ApplyFillingTemplate(String, BaseMarkableVectorGraphic, Boolean) |
Applies the filling template to the job element.
|
 | ApplyFillingTemplate(String, BaseVectorGraphicElement, Boolean) |
Applies the filling template to the vector graphic element.
|
 | ApplyJobElementTemplate |
Applies the specified template to the job element, if existing.
|
 | CreateFromDefaultTemplate |
Creates a holder of job element from a default template, if existing.
|
 | CreateFromTemplate |
Creates a holder of job element from a specified template, if existing.
|
 | DeleteFillingTemplate |
Deletes a filling template.
|
 | DeleteJobElementTemplate |
Deletes the job element template.
|
 | GetFillingTemplateNames |
Gets a list of filling template names.
|
 | GetFillingTemplates |
Gets a list of filling profiles.
|
 | GetJobElementTemplateNames |
Gets a list of job element template names and their default flag. If the job element can't have a default template, the default flag will be null.
|
 | HasDefaultJobElementTemplate |
Checks whether the job element has a default template.
|
 | HasJobElementTemplate |
Checks whether the job element has a template.
|
 | RenameFillingTemplate |
Renames a filling template.
|
 | RenameJobElementTemplate |
Renames a job element template.
|
 | SaveFillingTemplate(String, BaseMarkableVectorGraphic) |
Save the filling profiles of the job element as filling template.
|
 | SaveFillingTemplate(String, IEnumerableBaseFillingProfile) |
Saves a list of filling profiles as a filling template.
|
 | SaveJobElementTemplate |
Saves the job element as a template.
|
 | UpdateJobElementTemplateDefault |
Updates the default flag of the job element template.
|
Top
See Also