Optionalanchor?: HFAlignHorizontal anchor (default "left").
Optionaldx?: numberHorizontal nudge, points (default 0).
Optionaldy?: numberVertical nudge, points (default 0).
Template text — may contain {{page}}, {{pages}}, {{date}} and
{{title}}, substituted at bake time.
OptionalfontRef?: number | nullAn embedded-font object id (from GigaPdfDoc.embedFont); omit/null
to use the engine's bundled OFL face (a real embedded font, never base-14).
Optionalsize?: numberFont size, points (default 10).
Optionalcolor?: [number, number, number]RGB fill colour, 0..255 per channel (default black [0,0,0]).
Optionalbold?: booleanBold hint (carried with the def; honoured only by a bold fontRef).
Optionalitalic?: booleanItalic hint (carried with the def; honoured only by an italic fontRef).
Optionalanchor?: HFAlignHorizontal anchor (default "left").
Optionaldx?: numberHorizontal nudge, points (default 0).
Optionaldy?: numberVertical nudge, points (default 0).
Drawn width, points.
Drawn height, points.
Key into the images map passed to GigaPdfDoc.setRunningHeaderFooter.
Optionalopacity?: numberFill opacity 0..1 (default 1).
One drawable element of a rich running header/footer band: a line of text or a raster image (a discriminated union on
type). Anchored within the printable width byanchor, then nudged(dx, dy)points in PDF axes (+dx→ right,+dy→ up).