FormatProperties
.
Footer
Bottom of the page.
SampleCode
=
Document
{
// Add this code in a document or a sectiom to create a footer at the bottom of the page
Footer
:
MarginBlock
(0.25") {
Paragraph
{
ParAlignment
:
Center
;
"Page "
;
DocFields
.
PageNumber
;
};
};
};
...
Page 1