Package | flashx.textLayout.formats |
Interface | public interface ITabStopFormat |
Implementors | TabStopFormat |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Property | Defined By | ||
---|---|---|---|
alignment : * [read-only]
The tab alignment for this tab stop. | ITabStopFormat | ||
decimalAlignmentToken : * [read-only]
The alignment token to be used if the alignment is DECIMAL. | ITabStopFormat | ||
position : * [read-only]
The position of the tab stop, in pixels, relative to the start of the line. | ITabStopFormat |
alignment | property |
alignment:*
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The tab alignment for this tab stop.
Legal values are flash.text.engine.TabAlignment.START, flash.text.engine.TabAlignment.CENTER, flash.text.engine.TabAlignment.END, flash.text.engine.TabAlignment.DECIMAL, flashx.textLayout.formats.FormatValue.INHERIT.
Default value is undefined indicating not set.
If undefined during the cascade this property will have a value of START.
Implementation
public function get alignment():*
Throws
RangeError — when set value is not within range for this property
|
See also
decimalAlignmentToken | property |
decimalAlignmentToken:*
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The alignment token to be used if the alignment is DECIMAL.
Default value is undefined indicating not set.
If undefined during the cascade this property will have a value of null.
Implementation
public function get decimalAlignmentToken():*
Throws
RangeError — when set value is not within range for this property
|
position | property |
position:*
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The position of the tab stop, in pixels, relative to the start of the line.
Legal values are numbers from 0 to 10000 and flashx.textLayout.formats.FormatValue.INHERIT.
Default value is undefined indicating not set.
If undefined during the cascade this property will have a value of 0.
Implementation
public function get position():*
Throws
RangeError — when set value is not within range for this property
|
See also
Fri Mar 19 2010, 02:45 AM -07:00