패키지 | flash.text.engine |
클래스 | public final class LineJustification |
상속 | LineJustification Object |
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5, Flash Lite 4 |
lineJustfication
속성을 설정하는 데 사용되는 상수 값의 열거형입니다.
관련 API 요소
공용 속성
공용 메서드
공용 상수
상수 | 정의 주체 | ||
---|---|---|---|
ALL_BUT_LAST : String = "allButLast" [정적]
마지막 줄을 제외한 모든 줄을 양쪽 정렬합니다. | LineJustification | ||
ALL_BUT_MANDATORY_BREAK : String = "allButMandatoryBreak" [정적]
마지막 행과 필수 줄바꿈으로 끝나는 행을 제외한 모든 행을 정렬합니다. | LineJustification | ||
ALL_INCLUDING_LAST : String = "allIncludingLast" [정적]
모든 줄을 양쪽 정렬합니다. | LineJustification | ||
UNJUSTIFIED : String = "unjustified" [정적]
줄을 양쪽 정렬하지 않습니다. | LineJustification |
상수 세부 정보
ALL_BUT_LAST | 상수 |
public static const ALL_BUT_LAST:String = "allButLast"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5, Flash Lite 4 |
마지막 줄을 제외한 모든 줄을 양쪽 정렬합니다.
ALL_BUT_MANDATORY_BREAK | 상수 |
public static const ALL_BUT_MANDATORY_BREAK:String = "allButMandatoryBreak"
언어 버전: | ActionScript 3.0 |
런타임 버전: | AIR 1.0, Flash Player 13 |
마지막 행과 필수 줄바꿈으로 끝나는 행을 제외한 모든 행을 정렬합니다.
ALL_INCLUDING_LAST | 상수 |
public static const ALL_INCLUDING_LAST:String = "allIncludingLast"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5, Flash Lite 4 |
모든 줄을 양쪽 정렬합니다.
UNJUSTIFIED | 상수 |
public static const UNJUSTIFIED:String = "unjustified"
언어 버전: | ActionScript 3.0 |
런타임 버전: | Flash Player 10, AIR 1.5, Flash Lite 4 |
줄을 양쪽 정렬하지 않습니다.
Tue Jun 12 2018, 03:17 PM Z