getTemplateVariablesType

getTemplateVariablesType

ADVANCED / PREMIUM BASIC

Returns the template placeholder variables and their types.

Description
public HashMap>> getTemplateVariablesType()

This method returns all javadocx placeholder variables of the current template and their types.

Return values

HashMap<String, HashMap<String, ArrayList<String>>>

Code samples

Example #1