| Package | flashx.textLayout.elements |
| Class | public final class ParagraphElement |
| Inheritance | ParagraphElement ParagraphFormattedElement FlowGroupElement FlowElement Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alignmentBaseline : String [write-only] CharacterFormat:
Specifies the line baseline to which the element baseline specified by the elementBaseline property should align to determine the vertical position of the element on the line. | FlowElement | |
![]() | baselineShift : Object [write-only] CharacterFormat:
Amount to shift the baseline from the elementBaseline. | FlowElement | |
![]() | breakOpportunity : String [write-only] CharacterFormat:
Controls where lines are allowed to break when wrapping text is broken into multiple lines. | FlowElement | |
![]() | cffHinting : String [write-only] CharacterFormat:
The type of CFF hinting used for this text. | FlowElement | |
![]() | characterFormat : ICharacterFormat CharacterFormat properties applied directly to this element. | FlowElement | |
![]() | color : Object [write-only] CharacterFormat:
Color of the text. | FlowElement | |
| computedParagraphFormat : IParagraphFormat [read-only] ParagraphElement attributes applied to this paragraph, either as attributes applied directly, or inherited from a
parent element. | ParagraphElement | ||
![]() | constructor : Object A reference to the class object or constructor function for a given object instance. | Object | |
![]() | digitCase : String [write-only] CharacterFormat:
The type of digit case used for this text. | FlowElement | |
![]() | digitWidth : String [write-only] CharacterFormat:
Type of digit width used for this text. | FlowElement | |
![]() | direction : String [write-only] ParagraphFormat:
Specifies the default bidi embedding level of the text in the text block. | ParagraphFormattedElement | |
![]() | dominantBaseline : String [write-only] CharacterFormat:
Specifies which of the baselines of the element snaps to the alignmentBaseline to determine the vertical position of the element on the line. | FlowElement | |
![]() | fontFamily : String [write-only] CharacterFormat:
The name of the font to use, or a comma-separated list of font names. | FlowElement | |
![]() | fontLookup : String [write-only] CharacterFormat:
Font lookup to use. | FlowElement | |
![]() | fontSize : Object [write-only] CharacterFormat:
The size of the text in pixels. | FlowElement | |
![]() | fontStyle : String [write-only] CharacterFormat:
Style of text. | FlowElement | |
![]() | fontWeight : String [write-only] CharacterFormat:
Weight of text. | FlowElement | |
![]() | justificationRule : String [write-only] ParagraphFormat:
Rule used to generate paragraph justification. | ParagraphFormattedElement | |
![]() | justificationStyle : String [write-only] ParagraphFormat:
The style used for justification of the paragraph. | ParagraphFormattedElement | |
![]() | kerning : String [write-only] CharacterFormat:
Kerning adjusts the pixels between certain character pairs to improve readability. | FlowElement | |
![]() | leadingBasis : String [write-only] ParagraphFormat:
Specifies the baseline to which the lineHeight property refers. | ParagraphFormattedElement | |
![]() | leadingDirection : String [write-only] ParagraphFormat:
Specifies the direction in which leading space is applied. | ParagraphFormattedElement | |
![]() | ligatureLevel : String [write-only] CharacterFormat:
Controls which of the ligatures that are defined in the font may be used in the text. | FlowElement | |
![]() | lineHeight : Object [write-only] CharacterFormat:
Leading controls for the text. | FlowElement | |
![]() | lineThrough : Object [write-only] CharacterFormat:
Strikethrough. | FlowElement | |
![]() | locale : String [write-only] CharacterFormat:
The locale of the text. | FlowElement | |
![]() | marginBottom : Object [write-only] ParagraphFormat:
Amount of space in pixels to leave after the paragraph (a Number). | ParagraphFormattedElement | |
![]() | marginLeft : Object [write-only] ParagraphFormat:
Amount in pixels to indent the paragraph (a Number). | ParagraphFormattedElement | |
![]() | marginRight : Object [write-only] ParagraphFormat:
Amount in pixels to indent the right edge of the paragraph (a Number). | ParagraphFormattedElement | |
![]() | marginTop : Object [write-only] ParagraphFormat:
Amount of space in pixels to leave before the paragraph (a Number). | ParagraphFormattedElement | |
![]() | numChildren : int [read-only] Returns the number of FlowElement children that this FlowGroupElement object has. | FlowGroupElement | |
![]() | paragraphFormat : IParagraphFormat ParagraphFormat properties applied directly to this element. | ParagraphFormattedElement | |
![]() | parent : FlowGroupElement [read-only] Returns the parent of this FlowElement object. | FlowElement | |
![]() | parentRelativeEnd : int [read-only] Returns the relative end of this FlowElement object in the parent. | FlowElement | |
![]() | parentRelativeStart : int [read-only] Returns the relative start of this FlowElement object in the parent. | FlowElement | |
![]() | prototype : Object [static] A reference to the prototype object of a class or function object. | Object | |
![]() | renderingMode : String [write-only] CharacterFormat:
The rendering mode used for this text. | FlowElement | |
![]() | tabStops : Array [write-only] ParagraphFormat:
Specifies the tab stops associated with the paragraph. | ParagraphFormattedElement | |
![]() | textAlign : String [write-only] ParagraphFormat:
Alignment of lines in the paragraph relative to the container. | ParagraphFormattedElement | |
![]() | textAlignLast : String [write-only] ParagraphFormat:
Alignment of the last (or only) line in the paragraph relative to the container in justified text. | ParagraphFormattedElement | |
![]() | textAlpha : Object [write-only] CharacterFormat:
Alpha (transparency) value for the text. | FlowElement | |
![]() | textDecoration : String [write-only] CharacterFormat:
Decoration on text. | FlowElement | |
![]() | textIndent : Object [write-only] ParagraphFormat:
Amount in pixels to indent the first line of the paragraph (a Number). | ParagraphFormattedElement | |
![]() | textLength : int [read-only] Returns the total length of text owned by this FlowElement object and its children. | FlowElement | |
![]() | textRotation : String [write-only] CharacterFormat:
Determines the amount of degrees to rotate this text. | FlowElement | |
![]() | tracking : Object [write-only] Sets the tracking and is synonymous with the trackingRight property. | FlowElement | |
![]() | trackingLeft : Object [write-only] CharacterFormat:
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the left of each character. | FlowElement | |
![]() | trackingRight : Object [write-only] CharacterFormat:
Number in pixels (or percent of fontSize, like 120%) indicating the amount of tracking (manual kerning) to be applied to the right of each character. | FlowElement | |
![]() | typographicCase : String [write-only] CharacterFormat:
The type of typographic case used for this text. | FlowElement | |
![]() | whiteSpaceCollapse : String [write-only] CharacterFormat:
The setting used to collapse or preserve whitespace when importing text into a TextFlow. | FlowElement | |
| Method | Defined By | ||
|---|---|---|---|
Constructor - represents a paragraph in a text flow. | ParagraphElement | ||
![]() | Appends a child FlowElement object. | FlowGroupElement | |
![]() | Adds a child FlowElement object at the specified index position. | FlowGroupElement | |
![]() | Makes a deep copy of the portion of a FlowElement object between two character positions, including any children,
and returns it as a FlowElement object. | FlowElement | |
![]() | Given a relative text position, find the index of the first child FlowElement that contains relative position. | FlowGroupElement | |
![]() | Given a relative text position, find the leaf element that contains the position. | FlowGroupElement | |
Scans ahead from the supplied position to find the location
in the text of the next atom and returns the index. | ParagraphElement | ||
Returns the index of the next word boundary in the text. | ParagraphElement | ||
Scans backward from the supplied position to find the location
in the text of the previous atom and returns the index. | ParagraphElement | ||
Returns the index of the previous word boundary in the text. | ParagraphElement | ||
![]() | Returns the start location of the element in the text flow as an absolute index. | FlowElement | |
![]() | Returns the ContainerFormattedElement that specifies its containers for filling. | FlowElement | |
![]() | Returns the character at the specified position, relative to this FlowElement object. | FlowElement | |
![]() | Returns the character code at the specified position, relative to this FlowElement. | FlowElement | |
![]() | Returns the FlowElement child at the specified index. | FlowGroupElement | |
![]() | Searches in children for the specified FlowElement object and returns its index position. | FlowGroupElement | |
![]() | Returns the start of this element relative to an ancestor element. | FlowElement | |
![]() | Returns the first FlowLeafElement descendant of this element. | FlowGroupElement | |
![]() | Returns the last FlowLeafElement descendent of this element. | FlowGroupElement | |
![]() | Returns the next FlowElement sibling in the text flow hierarchy. | FlowElement | |
![]() | Returns the ParagraphElement object associated with this element. | FlowElement | |
![]() | Returns the previous FlowElement sibling in the text flow hierarchy. | FlowElement | |
![]() | Climbs the text flow hierarchy to return the root TextFlow object for the element. | FlowElement | |
![]() | Indicates whether an object has a specified property defined. | Object | |
![]() | Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() | Indicates whether the specified property exists and is enumerable. | Object | |
![]() | Removes the specified child FlowElement object. | FlowGroupElement | |
![]() | Removes a child FlowElement object at the specified index position. | FlowGroupElement | |
![]() | Replaces child elements in the group with the specified new elements. | FlowGroupElement | |
![]() | Sets the availability of a dynamic property for loop operations. | Object | |
![]() | Makes a copy of the content of this FlowElement object that occurs between two character positions. | FlowElement | |
![]() | Splits this object at the position specified by the childIndex parameter. | FlowGroupElement | |
![]() | Splits this object at the position specified by the relativePosition parameter, where
the relative position is a relative text position in this element. | FlowGroupElement | |
![]() | Returns the string representation of the specified object. | Object | |
![]() | Returns the primitive value of the specified object. | Object | |
| computedParagraphFormat | property |
computedParagraphFormat:IParagraphFormat [read-only] | Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
ParagraphElement attributes applied to this paragraph, either as attributes applied directly, or inherited from a parent element.
See IParagraph for definitions of all paragraph attributes.
public function get computedParagraphFormat():IParagraphFormatSee also
| ParagraphElement | () | Constructor |
public function ParagraphElement()| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor - represents a paragraph in a text flow.
| findNextAtomBoundary | () | method |
public function findNextAtomBoundary(relativePos:int):int| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Scans ahead from the supplied position to find the location in the text of the next atom and returns the index. The term atom refers to both graphic elements and characters (including groups of combining characters), the indivisible entities that make up a text line.
Parameters
relativePos:int — position in the text to start from, counting from 0 |
int — index in the text of the following atom |
See also
| findNextWordBoundary | () | method |
public function findNextWordBoundary(relativePos:int):int| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Returns the index of the next word boundary in the text.
Scans ahead from the supplied position to find the next position in the text that starts or ends a word.
Parameters
relativePos:int — position in the text to start from, counting from 0 |
int — index in the text of the next word boundary |
| findPreviousAtomBoundary | () | method |
public function findPreviousAtomBoundary(relativePos:int):int| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Scans backward from the supplied position to find the location in the text of the previous atom and returns the index. The term atom refers to both graphic elements and characters (including groups of combining characters), the indivisible entities that make up a text line.
Parameters
relativePos:int — position in the text to start from, counting from 0 |
int — index in the text of the previous cluster |
See also
| findPreviousWordBoundary | () | method |
public function findPreviousWordBoundary(relativePos:int):int| Language Version: | ActionScript 3.0 |
| Runtime Versions: | Flash Player 10, AIR 1.5 |
Returns the index of the previous word boundary in the text.
Scans ahead from the supplied position to find the previous position in the text that starts or ends a word.
Parameters
relativePos:int — position in the text to start from, counting from 0 |
int — index in the text of the previous word boundary |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/labs/textlayout/flashx/textLayout/elements/ParagraphElement.html