The flashx.textLayout.formats package contains classes used for representing text formatting in the Text Layout Framework. The CharacterFormat class defines properties for fonts (family, size, color, style, kerning, tracking, case, etc.), along with element alignment, rotation, and display. The ContainerFormat class defines container-level properties, such as setting up multiple columns, word wrapping, alignment, padding, and baseline positioning. The ParagraphFormat class defines paragraph-level properties, sunch as leading, justification, tab stops, text alignment, and margins. The TabStopFormat class represents the properties of a tab stop in a ParagraphFormat.
Interfaces
| | Interface | Description |
|---|
| | ICharacterFormat | This interface provides read access to character-related properties. |
| | IContainerFormat | This interface provides read access to container-related properties. |
| | IParagraphFormat | This interface provides read access to paragraph-related properties. |
| | ITabStopFormat | This interface provides read access to tab stop-related properties. |
Classes
| | Class | Description |
|---|
| | BaselineOffset | Values for the firstBaselineOffset property
of the ContainerFormat and ContainerFormattedElement classes. |
| | BaselineShift | Some of the values for the baselineShift property
of the CharacterFormat and FlowElement classes. |
| | BlockProgression | Values for the blockProgression property
of the ContainerFormat and ContainerFormattedElement classes. |
| | CharacterFormat | This class holds all the Character level properties and methods. |
| | ContainerFormat | This class defines container-level properties, such as setting up multiple columns, word wrapping, alignment, padding, and baseline positioning. |
| | Direction | Values for the direction property
of the ParagraphFormattedElement class. |
| | FormatValue | Class holding shared FormatValues. |
| | JustificationRule | Values for the justificationRule property
of the ParagraphFormat and ParagraphFormattedElement classes. |
| | LeadingDirection | Values for the leadingDirection property
of the ParagraphFormattedElement class. |
| | LineBreak | Used with the lineBreak property of ContainerFormat to
determine how lines are broken within wrapping text. |
| | LineOffsetBasis | Values for the leadingBasis property
of the ParagraphFormat and ParagraphFormattedElement classes. |
| | ParagraphFormat | This class holds defines paragraph-level properties, sunch as leading, justification, tab stops, text alignment, and margins. |
| | TabStopFormat | The TabStopFormat class represents the properties of a tab stop in a ParagraphFormat. |
| | TextAlign | Values for the textAlign and textAlignLast properties
of the ParagraphFormat and ParagraphFormattedElement classes. |
| | TextDecoration | Values for the textDecoration property
of the ParagraphFormattedElement class. |
| | VerticalAlign | Values for the verticalAlign property. |
| | WhiteSpaceCollapse | Values for the whiteSpaceCollapse property
of the CharacterFormat and FlowElement classes. |
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Thu Nov 20 2008, 04:04 AM -08:00