ποΈ Installation
Add DocStencil to your project using Maven or Gradle.
ποΈ Control Flow
Conditional rendering and loops in templates.
ποΈ Expressions & Literals
Basic values and variable access in templates.
ποΈ Operators
Arithmetic, comparison, logical, and special operators.
ποΈ Variables & Assignment
Declaring and modifying variables in templates.
ποΈ Functions & Lambdas
Calling functions and creating anonymous functions.
ποΈ Built-in Functions
DocStencil provides many builtin functions for common tasks. All builtin functions are $-prefixed.
ποΈ Comments
Adding comments to templates.
ποΈ Hyperlinks
Inserting clickable links into documents.
ποΈ Template Options
Configuring template rendering behavior with OfficeTemplateOptions.