The Print preferences panel is opened from menu
and allows you to customize the information printed on the header and footer of
a page. These settings do not apply to the Grid and Schema
Diagram modes.
You can customize the information printed in the one-row header and footer of a page. The
following options are available:
- Left, Middle and
Right area of the header and footer. Here you can write a pattern
of the text printed in the header and footer of the page. You can use the following editor
variables to write the text pattern:
- ${currentFileURL} - Current file as URL,
that is the absolute file path of the current edited document represented as URL.
- ${cfne} - Current file name with extension.
- ${cp} - Current page number.
- ${tp} - Total number of pages in the document.
- ${env(VAR_NAME)} - Value of the
VAR_NAME environment variable.
- ${system(var.name)} - Value of the
var.name system variable.
- ${date(pattern)} - Current date. Follows the given
pattern. Example: yyyy-MM-dd.
Note: As an example, to show the current page number against the total number of
pages in the top right corner of the page, write the following pattern in the
Right text area of the Header section:
${cp} from ${tp}.
- Color - Text color.
- Font - Font type. Default is SansSerif.
- Underline/Overline - When selected, a separator line is drawn
between the header/footer and the page content.