java.lang.Object
io.sf.carte.doc.style.css.property.AttributeToStyle
Transforms HTML attributes into style declarations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
align
(String attribute, CSSStyleDeclaration style) static void
background
(String attribute, CSSStyleDeclaration style) static void
bgcolor
(String bgcolorAttr, CSSStyleDeclaration style) static boolean
border
(String attribute, CSSStyleDeclaration style) static void
borderColor
(String attribute, CSSStyleDeclaration style) static void
cellSpacing
(String attribute, CSSStyleDeclaration style) static void
color
(String attribute, CSSStyleDeclaration style) static void
face
(String attribute, CSSStyleDeclaration style) static void
height
(String heightAttr, CSSStyleDeclaration style) static void
hspace
(String attribute, CSSStyleDeclaration style) static void
size
(String attribute, CSSStyleDeclaration style) static void
vspace
(String attribute, CSSStyleDeclaration style) static void
width
(String widthAttr, CSSStyleDeclaration style)
-
Constructor Details
-
AttributeToStyle
public AttributeToStyle()
-
-
Method Details
-
align
-
bgcolor
-
width
-
height
-
face
-
size
-
color
-
border
-
borderColor
-
cellSpacing
-
background
-
hspace
-
vspace
-