All Packages Class Hierarchy This Package Previous Next Index
Class org.w3c.css.table.Css2Style
java.lang.Object
|
+----org.w3c.css.parser.CssStyle
|
+----org.w3c.css.properties.Css1Style
|
+----org.w3c.css.aural.ACssStyle
|
+----org.w3c.css.table.Css2Style
- public class Css2Style
- extends ACssStyle
-
Css2Style()
-
-
findConflicts(Warnings, Enumeration)
- Find conflicts in this Style
-
getBorderCollapse()
- Get the border-collapse property
-
getBorderSpacing()
- Get the border-spacing property
-
getCaptionSide()
- Get the caption-side property
-
getColumnSpan()
- Get the column-span property
-
getEmptyCells()
- Get the emtpy-cells property
-
getRowSpan()
- Get the row-span property
-
getSpeakHeader()
- Get the emtpy-header property
-
getTableLayout()
- Get the table-layout property
-
print(CssPrinterStyle)
- Print this style.
Css2Style
public Css2Style()
getRowSpan
public final RowSpan getRowSpan()
- Get the row-span property
getColumnSpan
public final ColumnSpan getColumnSpan()
- Get the column-span property
getTableLayout
public final TableLayout getTableLayout()
- Get the table-layout property
getCaptionSide
public final CaptionSide getCaptionSide()
- Get the caption-side property
getBorderCollapse
public final BorderCollapse getBorderCollapse()
- Get the border-collapse property
getBorderSpacing
public final BorderSpacing getBorderSpacing()
- Get the border-spacing property
getEmptyCells
public final EmptyCells getEmptyCells()
- Get the emtpy-cells property
getSpeakHeader
public final SpeakHeader getSpeakHeader()
- Get the emtpy-header property
findConflicts
public void findConflicts(Warnings warnings,
Enumeration allSelectors)
- Find conflicts in this Style
- Parameters:
- warnings - For warnings reports.
- allSelectors - All contexts is the entire style sheet.
- Overrides:
- findConflicts in class ACssStyle
print
public void print(CssPrinterStyle printer)
- Print this style.
- Parameters:
- printer - The printer interface.
- Overrides:
- print in class ACssStyle
All Packages Class Hierarchy This Package Previous Next Index