Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Defines values for the
TableFrame
property of the TextLayoutFormat class. Specifies which
sides of the frame surrounding a table will be visible.
public static const ABOVE:String = above
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The top side only.
public static const BELOW:String = below
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The bottom side only.
public static const BORDER:String = border
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
All four sides.
public static const BOX:String = box
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
All four sides.
public static const HSIDES:String = hsides
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The top and bottom sides only.
public static const LHS:String = lhs
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The left-hand side only.
public static const RHS:String = rhs
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The right-hand side only.
public static const VOID:String = void
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
No sides. This is the default value.
public static const VSIDES:String = vsides
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
The right and left sides only
Wed Nov 15 2017, 09:50 AM +01:00