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
FieldsModifier and TypeFieldDescriptionprivate @Nullable Elementprivate TableColumnprivate CalculatedStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable CalculatedStylegetStyle()voidsetElement(@Nullable Element e) voidsetParent(TableColumn parent) voidsetStyle(@Nullable CalculatedStyle style)
-
Field Details
-
_element
-
_style
-
_parent
-
-
Constructor Details
-
TableColumn
public TableColumn() -
TableColumn
-
-
Method Details
-
getElement
- Specified by:
getElementin interfaceStyleable
-
getPseudoElementOrClass
- Specified by:
getPseudoElementOrClassin interfaceStyleable
-
getStyle
-
setElement
- Specified by:
setElementin interfaceStyleable
-
setStyle
-
getParent
-
setParent
-