If you often have to change the page layout to bookfold, it can be useful to use BaseExtensions' function "bookfold". Besides changing the page layout to bookfold, this function can define page orientation, size and margins.
CMD
<cmd case="BaseExtensions:bookfold" Bookfold="true"/>
Parameters
Bookfold="x"
This parameter is mandatory and can only have either true
or false
. If you enter false
, the command will not execute.
Orientation="x"
In this parameter you can enter either portrait
or landscape
. If this parameter is not defined, it will default to portrait
.
Papersize="x"
In this parameter you can change the size of the paper, using definitions such as A3
or A4
.
Margins="x|x|x|x"
This parameter defines the margins on the page layout, where x
is where you define the different margins divided with |
. Each x
represent the following margins: Margins="(Top)|(Outside)|(Bottom)|(Inside)"
.
Comments
0 comments
Article is closed for comments.