org.xhtmlrenderer.layout
public interface Styleable
InlineLayoutBox
may be split across many lines) and some Styleable
objects may not
define an element at all (e.g. anonymous inline boxes) and some
Styleable
objects don't correspond to a real element
(e.g. :before
and :after
pseudo-elements))Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
getElement() |
java.lang.String |
getPseudoElementOrClass() |
CalculatedStyle |
getStyle() |
void |
setElement(org.w3c.dom.Element e) |
void |
setStyle(CalculatedStyle style) |
CalculatedStyle getStyle()
void setStyle(CalculatedStyle style)
org.w3c.dom.Element getElement()
void setElement(org.w3c.dom.Element e)
java.lang.String getPseudoElementOrClass()