text
A single styled string. The most common node by far.
A
text value can mix literal text and tokens freely: "Total due: {{invoice.total}}".
style
The style object controls typography. Every field is optional; a node’sstyle merges over the page’s defaultTextStyle.
Colours
A colour is either a hex string or a named palette token.- Hex
- Palette token
#RGB, #RRGGBB, or #RRGGBBAA (3, 6, or 8 hex digits; case-insensitive). The 8-digit form includes alpha.richText
When one line needs more than one style, or a dynamic page number, userichText instead of text. It’s a sequence of spans laid out inline.
A span is one of three shapes:
pageNumber and totalPages are the only way to print page numbers, and they only make sense in a footer or header (which repeat on every page). In the body they’d render once. See Headers & footers.Next: Tables
Repeat rows over an array in your data.