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))| 限定符和类型 | 方法和说明 |
|---|---|
Element |
getElement() |
String |
getPseudoElementOrClass() |
CalculatedStyle |
getStyle() |
void |
setElement(Element e) |
void |
setStyle(CalculatedStyle style) |
CalculatedStyle getStyle()
void setStyle(CalculatedStyle style)
Element getElement()
void setElement(Element e)
String getPseudoElementOrClass()
Copyright © 2019. All Rights Reserved.