Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Set effect to "Normal sizeChange Paper".

Code Block
Object.SetChangePaper(liPaperIndexChange [, luOrientaion [, lcRelativePos]])

Parameters

liPaperIndexChange
  Paper size index for paper's change.

luOrientaion
  Page orientation. Allowed values are:

Value
Description
"portrait"0Page orientation will be Portrait.
"landscape"1Page orientation will be Landscape.
"reverse"2Page orientation will be reverted.
"nochange"3Page orientation will not be change.

lcRelativePos
  Define new position of content, values can be -  or their combination sepparated by comma.

ValueDescription
"left"Content will be align to left.
"center"Content will be align to center.
"right"Content will be align to right.
"top"Content will be align to top.
"middle"Content will be align to middle.
"bottom"Content will be align to bottom.

...