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
 InterfaceDescription
 ICharacterFormatThis interface provides read access to character-related properties.
 IContainerFormatThis interface provides read access to container-related properties.
 IParagraphFormatThis interface provides read access to paragraph-related properties.
 ITabStopFormatThis interface provides read access to tab stop-related properties.
Classes
 ClassDescription
 BaselineOffsetValues for the firstBaselineOffset property of the ContainerFormat and ContainerFormattedElement classes.
 BaselineShiftSome of the values for the baselineShift property of the CharacterFormat and FlowElement classes.
 BlockProgressionValues for the blockProgression property of the ContainerFormat and ContainerFormattedElement classes.
 CharacterFormatThis class holds all the Character level properties and methods.
 ContainerFormatThis class defines container-level properties, such as setting up multiple columns, word wrapping, alignment, padding, and baseline positioning.
 DirectionValues for the direction property of the ParagraphFormattedElement class.
 FormatValueClass holding shared FormatValues.
 JustificationRuleValues for the justificationRule property of the ParagraphFormat and ParagraphFormattedElement classes.
 LeadingDirectionValues for the leadingDirection property of the ParagraphFormattedElement class.
 LineBreakUsed with the lineBreak property of ContainerFormat to determine how lines are broken within wrapping text.
 LineOffsetBasisValues for the leadingBasis property of the ParagraphFormat and ParagraphFormattedElement classes.
 ParagraphFormatThis class holds defines paragraph-level properties, sunch as leading, justification, tab stops, text alignment, and margins.
 TabStopFormatThe TabStopFormat class represents the properties of a tab stop in a ParagraphFormat.
 TextAlignValues for the textAlign and textAlignLast properties of the ParagraphFormat and ParagraphFormattedElement classes.
 TextDecorationValues for the textDecoration property of the ParagraphFormattedElement class.
 VerticalAlignValues for the verticalAlign property.
 WhiteSpaceCollapseValues for the whiteSpaceCollapse property of the CharacterFormat and FlowElement classes.