* Print Page Setting [#n0d49810]
It sets it concerning page layout of the print.
8 kinds of settings can be memorized.
** Basic Setting [#h8d4b50d]
*** [Page Setting] ComboBox [#oa5c52e3]
page setting is selected.
Which setting of each type is used is memorized.
*** [Change Set Name] Button [#t0b8a4e0]
A set name is changed.
** Setting [#d64faf2e]
*** [Half-width Font] ComboBox [#y967976c]
The normal-width font used to print is specified.
*** [Full-Width Font]] ComboBox [#mafbad87]
The Full-width font used to print is specified.
*** [Width] EditBox (default: 12) [#hd77d0d9]
The width of the font is specified in 1/10mm.
&hatena; Hint: No unit of the point.
*** [Vertical Spacing] EditBox (default: 30) [#af37c507]
The width between the line and the line is specified and the space is specified.
*** [Number of Columns] EditBox (default: 1) [#r13ddad9]
The number of columns is specified.
*** [Space in Steps] EditBox (default: 7) [#fb1cd9c0]
The space in steps and steps is specified.
*** [Paper Size] ComboBox (default: "A4") [#df9d52a1]
The size of the printed form is specified.
*** [Paper Direction] RadioButton (default: "Portrait") [#d5fd74cf]
The direction of the printed form is specified {"Portrait, "Landscape"}.
*** [Blank] [#n36efdab]
- ''[Top] EditBox (default: 10)''
The space between the top of the page and page first line is specified.
- ''[Bottom] EditBox (default: 20)''
The space between bottom of the page and page final line is specified.
- ''[Left] EditBox (default: 20)''
The space between page left end and the head of line is specified.
- ''[Right] EditBox (default: 10)''
The space between page right edge and the end of line is specified.
*** [Print Line Number] CheckBox (default: Non-Checked) [#rfdabedd]
The line number is printed.
*** [Word Wrap] CheckBox (default: Checked) [#g4673479]
It is made not to change line during the English word wrap word.
*** [Prohibit Head of Line] CheckBox (default: Non-Checked) [#i0256c4b]
Head of line prohibition is done.
A poor character (Specify it by the head of line prohibition character) is hung on the end of line of the former line in the head of line.
*** [Prohibit End of Line] CheckBox (default: Non-Checked) [#kfcc4522]
End of line prohibition is done.
A poor character (Specify it by the end of line prohibition character) is hung on the head of line of the former line in the end of line.
*** [Hanging Line Feed] CheckBox 8default: Non-Checked) [#m57aabd7]
The line-feed character that comes to the head of line is hung on the end of line of the former line.
*** [Hanging Punctuation Marks] CheckBox (default: Non-Checked) [#d857fc81]
Punctuation marks that come to the hanging head of line are hung on the end of line of the former line.
*** [Header] EditBox (default: "($f)", "()", "()") [#tbed0047]
*** [Footer] EditBox (default: "()", "(- $p -)", "()") [#v06bbb78]
As for the header and the footer, printout contents can be specified for left justify, centering, and each right adjust.
Sspecial character of [[ExpandParameter>sakura/en/ExpandParameter]] can be used.
*** [Number of Characters] Label [#yde6b69a]
The number of characters in a present setting is displayed in each one-byte characters.
*** [Number of Lines] Label [#ce5b1a94]
The number of lines in a present setting are displayed.
* [[Macro Syntax>sakura/en/About Macro]] [#xc1daa29]
- Syntax
PrintPageSetup( );
- Record
Not support
----