info.informatica.doc.style.css.property
Class AttributeToStyle

java.lang.Object
  extended by info.informatica.doc.style.css.property.AttributeToStyle

public final class AttributeToStyle
extends Object

Transforms HTML attributes into style declarations.


Method Summary
static void bgcolor(String bgcolorAttr, StringBuilder buf)
           
static void height(String heightAttr, StringBuilder buf)
           
static void width(String widthAttr, StringBuilder buf)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

bgcolor

public static void bgcolor(String bgcolorAttr,
                           StringBuilder buf)

width

public static void width(String widthAttr,
                         StringBuilder buf)

height

public static void height(String heightAttr,
                          StringBuilder buf)