PrintCompositor.setFooterFormat

See gtksource.print_compositor.PrintCompositor.setHeaderFormat for more information about the parameters.

class PrintCompositor
void
setFooterFormat
(,
string left = null
,
string center = null
,
string right = null
)

Parameters

separator bool

true if you want a separator line to be printed.

left string

a format string to print on the left of the footer.

center string

a format string to print on the center of the footer.

right string

a format string to print on the right of the footer.