java.lang.Object
io.sf.carte.doc.style.css.property.AttributeToStyle
Transforms HTML attributes into style declarations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidalign(String attribute, CSSStyleDeclaration style) static voidbackground(String attribute, CSSStyleDeclaration style) static voidbgcolor(String bgcolorAttr, CSSStyleDeclaration style) static booleanborder(String attribute, CSSStyleDeclaration style) static voidborderColor(String attribute, CSSStyleDeclaration style) static voidcellSpacing(String attribute, CSSStyleDeclaration style) static voidcolor(String attribute, CSSStyleDeclaration style) static voidface(String attribute, CSSStyleDeclaration style) static voidheight(String heightAttr, CSSStyleDeclaration style) static voidhspace(String attribute, CSSStyleDeclaration style) static voidsize(String attribute, CSSStyleDeclaration style) static voidvspace(String attribute, CSSStyleDeclaration style) static voidwidth(String widthAttr, CSSStyleDeclaration style)
-
Constructor Details
-
AttributeToStyle
public AttributeToStyle()
-
-
Method Details
-
align
-
bgcolor
-
width
-
height
-
face
-
size
-
color
-
border
-
borderColor
-
cellSpacing
-
background
-
hspace
-
vspace
-