This page was saved using jaction on 2006-09-04 8:33:59.
Address: http://flexdocs.kr/docs/flex2/langref/flash/printing/PrintJobOrientation.html
Title: flash.printing.PrintJobOrientation (Flex™ 2 레퍼런스 가이드)  •  Size: 18954
Packageflash.printing
Classpublic final class PrintJobOrientation
InheritancePrintJobOrientation Inheritance Object

인쇄되는 페이지의 이미지 위치의 PrintJob.orientation property로 사용하는 값을 제공하는 클래스.

See also

PrintJob.orientation
크기, 확대율, 용지의 방향의 설정


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
Public Methods
 Methods정의
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
Public 정수
 정수정의
  LANDSCAPE : String = "landscape"
[static] 인쇄하는 이미지의 방향 (횡방향 또는 수평 방향)
PrintJobOrientation
  PORTRAIT : String = "portrait"
[static] 인쇄하는 이미지의 방향 (세로 방향 또는 수직 방향)
PrintJobOrientation
정수의 상세
LANDSCAPE정수
public static const LANDSCAPE:String = "landscape"

인쇄하는 이미지의 방향 (횡방향 또는 수평 방향) 이 정수는 PrintJob.orientation property와 함께 사용됩니다. 문장구조법 PrintJobOrientation.LANDSCAPE 를 사용합니다.

See also

PORTRAIT정수 
public static const PORTRAIT:String = "portrait"

인쇄하는 이미지의 방향 (세로 방향 또는 수직 방향) 이 정수는 PrintJob.orientation property와 함께 사용됩니다. 문장구조법 PrintJobOrientation.PORTRAIT 를 사용합니다.

See also







 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/flash/printing/PrintJobOrientation.html