| 包 | flash.printing |
| Class | public final class PrintJobOrientation |
| 继承 | PrintJobOrientation Object |
| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
PrintJob.orientation 属性所使用的值。
另请参见
| 常量 | 定义方 | ||
|---|---|---|---|
| LANDSCAPE : String = "landscape" []
横向(水平)的图像打印方向。 | PrintJobOrientation | ||
| PORTRAIT : String = "portrait" []
纵向(垂直)的图像打印方向。 | PrintJobOrientation | ||
| LANDSCAPE | 常量 |
public static const LANDSCAPE:String = "landscape"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
横向(水平)的图像打印方向。此常数用于 PrintJob.orientation 属性。使用语法 PrintJobOrientation.LANDSCAPE。
另请参见
| PORTRAIT | 常量 |
public static const PORTRAIT:String = "portrait"| 语言版本 : | ActionScript 3.0 |
| RuntimeVersions: | AIR 1.0, Flash Player 9 |
纵向(垂直)的图像打印方向。此常数用于 PrintJob.orientation 属性。使用语法 PrintJobOrientation.PORTRAIT。
另请参见
当前页: http://livedocs.adobe.com/flex/3_cn/flash/printing/PrintJobOrientation.html