メディアの向きを指定します。
構文
Reference_Syntax.orientation = "portrait | landscape"
値
型
|
値
|
文字列
|
portrait(デフォルト)
landscape
短辺を上に向けてメディアが配置されます。
長辺を上に向けてメディアが配置されます。
|
JavaScript
xfa.form.form1.pageSet.Page1.medium.orientation = "landscape";
FormCalc
xfa.form.form1.pageSet.Page1.medium.orientation = "landscape"