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.
public function get alignment():*
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.
public function get decimalAlignmentToken():*
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.
public function get position():*
See also