Introductory example.
Pass in object to Templater and let it match tag in a PowerPoint document. Templater will use reflection to extract public properties and match it with tags detected in the provided template.
Tags can have one of three formats:
[[tag]]
{{tag}}
<<tag>>
Only public properties are analyzed by Templater. Fields, properties or zero argument methods are used for matching tags.
Templater will maintain formats such as fonts, styles and color.