Package org.xhtmlrenderer.newtable
Class TableColumn
java.lang.Object
org.xhtmlrenderer.newtable.TableColumn
- All Implemented Interfaces:
Styleable
An object representing an element with
display: table-column
or
display: table-column-group
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
void
void
setParent
(TableColumn parent) void
setStyle
(CalculatedStyle style)
-
Field Details
-
_element
-
_style
-
_parent
-
-
Constructor Details
-
TableColumn
public TableColumn() -
TableColumn
-
-
Method Details
-
getElement
- Specified by:
getElement
in interfaceStyleable
-
getPseudoElementOrClass
- Specified by:
getPseudoElementOrClass
in interfaceStyleable
-
getStyle
-
setElement
- Specified by:
setElement
in interfaceStyleable
-
setStyle
-
getParent
-
setParent
-