Packageflashx.textLayout.formats
Classpublic final class TableFrame
InheritanceTableFrame Inheritance Object

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.

See also

TextLayoutFormat.TableFrame


Public Constants
 ConstantDefined By
  ABOVE : String = above
[static] The top side only.
TableFrame
  BELOW : String = below
[static] The bottom side only.
TableFrame
  BORDER : String = border
[static] All four sides.
TableFrame
  BOX : String = box
[static] All four sides.
TableFrame
  HSIDES : String = hsides
[static] The top and bottom sides only.
TableFrame
  LHS : String = lhs
[static] The left-hand side only.
TableFrame
  RHS : String = rhs
[static] The right-hand side only.
TableFrame
  VOID : String = void
[static] No sides.
TableFrame
  VSIDES : String = vsides
[static] The right and left sides only
TableFrame
Constant Detail
ABOVEConstant
public static const ABOVE:String = above

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The top side only.

BELOWConstant 
public static const BELOW:String = below

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The bottom side only.

BORDERConstant 
public static const BORDER:String = border

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

All four sides.

BOXConstant 
public static const BOX:String = box

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

All four sides.

HSIDESConstant 
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.

LHSConstant 
public static const LHS:String = lhs

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The left-hand side only.

RHSConstant 
public static const RHS:String = rhs

Language Version : ActionScript 3.0
Runtime Versions : Flash Player 10, AIR 1.5

The right-hand side only.

VOIDConstant 
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.

VSIDESConstant 
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