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