org.xhtmlrenderer.newtable
Class TableColumn
java.lang.Object
org.xhtmlrenderer.newtable.TableColumn
- All Implemented Interfaces:
- Styleable
public class TableColumn
- extends Object
- implements Styleable
An object representing an element with display: table-column or
display: table-column-group.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableColumn
public TableColumn()
TableColumn
public TableColumn(Element element,
CalculatedStyle style)
getElement
public Element getElement()
- Specified by:
getElement in interface Styleable
getPseudoElementOrClass
public String getPseudoElementOrClass()
- Specified by:
getPseudoElementOrClass in interface Styleable
getStyle
public CalculatedStyle getStyle()
- Specified by:
getStyle in interface Styleable
setElement
public void setElement(Element e)
- Specified by:
setElement in interface Styleable
setStyle
public void setStyle(CalculatedStyle style)
- Specified by:
setStyle in interface Styleable
getParent
public TableColumn getParent()
setParent
public void setParent(TableColumn parent)
Copyright © 2013. All Rights Reserved.