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.
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.
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.
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.
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.
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.
The Apache Software Foundation Wed Nov 15 2017, 09:50 AM +01:00