Click or drag to resize

ITemplateManager Methods

The ITemplateManager type exposes the following members.

Methods
 NameDescription
Public methodApplyDefaultJobElementTemplate Applies the default template to the job element, if existing.
Public methodApplyFillingTemplate(String, BaseMarkableVectorGraphic, Boolean) Applies the filling template to the job element.
Public methodApplyFillingTemplate(String, BaseVectorGraphicElement, Boolean) Applies the filling template to the vector graphic element.
Public methodApplyJobElementTemplate Applies the specified template to the job element, if existing.
Public methodCreateFromDefaultTemplate Creates a holder of job element from a default template, if existing.
Public methodCreateFromTemplate Creates a holder of job element from a specified template, if existing.
Public methodDeleteFillingTemplate Deletes a filling template.
Public methodDeleteJobElementTemplate Deletes the job element template.
Public methodGetFillingTemplateNames Gets a list of filling template names.
Public methodGetFillingTemplates Gets a list of filling profiles.
Public methodGetJobElementTemplateNames 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.
Public methodHasDefaultJobElementTemplate Checks whether the job element has a default template.
Public methodHasJobElementTemplate Checks whether the job element has a template.
Public methodRenameFillingTemplate Renames a filling template.
Public methodRenameJobElementTemplate Renames a job element template.
Public methodSaveFillingTemplate(String, BaseMarkableVectorGraphic) Save the filling profiles of the job element as filling template.
Public methodSaveFillingTemplate(String, IEnumerableBaseFillingProfile) Saves a list of filling profiles as a filling template.
Public methodSaveJobElementTemplate Saves the job element as a template.
Public methodUpdateJobElementTemplateDefault Updates the default flag of the job element template.
Top
See Also