flashx.textLayout.formats 패키지에는 Text Layout Framework에서 텍스트 서식 지정을 표현하는 데 사용되는 클래스가 들어 있습니다.
인터페이스
| 인터페이스 | 설명 | |
|---|---|---|
| IListMarkerFormat | 이 인터페이스는 ListMarkerFormat 속성에 대한 읽기 권한을 제공합니다. | |
| ITabStopFormat | 이 인터페이스는 탭 정지 관련 속성에 대한 읽기 권한을 제공합니다. | |
| ITextLayoutFormat | 이 인터페이스는 FlowElements 관련 속성에 대한 읽기 권한을 제공합니다. | 
클래스
| 클래스 | 설명 | |
|---|---|---|
| BackgroundColor | TextLayoutFormat 클래스의 backgroundColor 속성의 값을 "transparent"로 설정하는 데 사용되는 상수를 정의합니다. | |
| BaselineOffset | TextLayoutFormat 및 ContainerFormattedElement 클래스의 firstBaselineOffset 속성에 대한 값을 정의합니다. | |
| BaselineShift | TextLayoutFormat 클래스의 baselineShift 속성에서 아래 첨자 또는 위 첨자를 지정하는 상수를 정의합니다. | |
| BlockProgression | TextLayoutFormat 클래스의 blockProgression 속성 값을 정의합니다. | |
| ClearFloats | TextLayoutFormat 클래스의 clear 속성을 설정할 값을 정의합니다. | |
| Direction | TextLayoutFormat 클래스의 direction 속성을 설정하는 데 사용할 값을 정의합니다. | |
| Float | InlineGraphicElement 클래스의 float 속성 값을 정의합니다. | |
| FormatValue | 서식을 지정하는 속성이 해당 부모의 값을 상속하거나 자동으로 생성된 값을 갖도록 지정하는 데 사용할 값을 정의합니다. | |
| JustificationRule | TextLayoutFormat 클래스의 justificationRule 속성을 설정하는 데 사용할 값을 정의합니다. | |
| LeadingModel | 행간 기준 및 행간 방향의 유효한 조합으로 구성된 TextLayoutFormat 클래스의 leadingModel 속성을 설정하는 데 사용할 값을 정의합니다. | |
| LineBreak | TextLayoutFormat의 lineBreak 속성을 설정하기 위한 값을 정의하여 줄 분리 텍스트 내에서 줄이 분리되는 방식을 지정합니다. | |
| ListMarkerFormat | ListItemElement에서 표시자 서식을 정의합니다. | |
| ListStylePosition | listStylePosition 속성을 설정할 값을 정의합니다. | |
| ListStyleType | TextLayoutFormat 객체의 listStyleType 속성을 설정할 값을 정의합니다. | |
| Suffix | ListMarkerFormat의 suffix 속성을 설정할 값을 정의합니다. | |
| TabStopFormat | TabStopFormat 클래스는 단락에 있는 탭 정지 속성을 나타냅니다. | |
| TextAlign | TextLayoutFormat 클래스의 textAlign 및 textAlignLast 속성을 설정하는 데 사용할 값을 정의합니다. | |
| TextDecoration | TextLayoutFormat 클래스의 textDecoration 속성 값을 정의합니다. | |
| TextJustify | TextLayoutFormat 클래스의 textJustify 속성을 설정하는 데 사용할 값을 정의합니다. | |
| TextLayoutFormat | TextLayoutFormat 클래스는 모든 텍스트 레이아웃 속성을 보유합니다. | |
| TLFTypographicCase | TextLayoutFormat 클래스의 typographicCase 속성 값을 정의합니다. | |
| VerticalAlign | TextLayoutFormat 클래스의 verticalAlign 속성 값을 정의합니다. | |
| WhiteSpaceCollapse | TextLayoutFormat 클래스의 whiteSpaceCollapse 속성을 설정하는 데 사용할 값을 정의합니다. | 
Tue Jun 12 2018, 03:32 PM Z