包 | flash.printing |
类 | public final class PrintJobOrientation |
继承 | PrintJobOrientation Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9 |
PrintJob.orientation
属性所使用的值。
相关 API 元素
公共常量
常量 | 由以下参数定义 | ||
---|---|---|---|
LANDSCAPE : String = "landscape" [静态]
横向(水平)的图像打印方向。 | PrintJobOrientation | ||
PORTRAIT : String = "portrait" [静态]
纵向(垂直)的图像打印方向。 | PrintJobOrientation |
常量详细信息
LANDSCAPE | 常量 |
public static const LANDSCAPE:String = "landscape"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9 |
横向(水平)的图像打印方向。此常数用于 PrintJob.orientation
属性。使用语法 PrintJobOrientation.LANDSCAPE
。
相关 API 元素
PORTRAIT | 常量 |
public static const PORTRAIT:String = "portrait"
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9 |
纵向(垂直)的图像打印方向。此常数用于 PrintJob.orientation
属性。使用语法 PrintJobOrientation.PORTRAIT
。
相关 API 元素
Tue Jun 12 2018, 11:04 AM Z