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.
- Author:
- Carlos Amengual (amengual at informatica.info)
| Fields inherited from interface org.w3c.dom.css.CSSValue |
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2011 informatica.info. All Rights Reserved.