SourcePrintCompositor.setFooterFormat

See Source.printCompositorSetHeaderFormat for more information about the parameters.

class SourcePrintCompositor
void
setFooterFormat
(,
string left
,
string center
,
string right
)

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.

Meta