DOM Level 2: Java (3/3)


Setting a CSS property of an element

((ElementCSSInlineStyle) mytext)
  .getStyle()
  .setProperty("color", color, "");