info.informatica.doc.style.css.property
Class CSSShorthandValue
java.lang.Object
info.informatica.doc.style.css.property.CSSShorthandValue
- All Implemented Interfaces:
- org.w3c.dom.css.CSSValue
public class CSSShorthandValue
- extends Object
- implements org.w3c.dom.css.CSSValue
Value for a shorthand property.
| Fields inherited from interface org.w3c.dom.css.CSSValue |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST |
CSSShorthandValue
public CSSShorthandValue()
getCssText
public String getCssText()
- Specified by:
getCssText in interface org.w3c.dom.css.CSSValue
setCssText
public void setCssText(String cssText)
throws DOMException
- Specified by:
setCssText in interface org.w3c.dom.css.CSSValue
- Throws:
DOMException
setShorthandText
public void setShorthandText(String cssText)
throws DOMException
- Throws:
DOMException
getCssValueType
public short getCssValueType()
- Specified by:
getCssValueType in interface org.w3c.dom.css.CSSValue