Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 580 Bytes

File metadata and controls

22 lines (13 loc) · 580 Bytes

Simple Presentation

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.

Tag format

Tags can have one of three formats:

  • [[tag]]
  • {{tag}}
  • <<tag>>

Reflection rules

Only public properties are analyzed by Templater. Fields, properties or zero argument methods are used for matching tags.

Formatting

Templater will maintain formats such as fonts, styles and color.