Packageflashx.textLayout.formats
Classpublic final class TableRules
InheritanceTableRules Inheritance Object

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

Defines values for the TableRules property of the TextLayoutFormat class. Specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent.

See also

TextLayoutFormat.TableRules


Public Constants
 ConstantDefined By
  ALL : String = all
[static] Rules will appear between all rows and columns.
TableRules
  COLS : String = cols
[static] Rules will appear between columns only.
TableRules
  GROUPS : String = groups
[static] Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only.
TableRules
  NONE : String = none
[static] No sides.
TableRules
  ROWS : String = rows
[static] Rules will appear between rows only.
TableRules
Constant Detail
ALLConstant
public static const ALL:String = all

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

Rules will appear between all rows and columns.

COLSConstant 
public static const COLS:String = cols

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

Rules will appear between columns only.

GROUPSConstant 
public static const GROUPS:String = groups

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

Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only.

NONEConstant 
public static const NONE:String = none

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

No sides. This is the default value.

ROWSConstant 
public static const ROWS:String = rows

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

Rules will appear between rows only.