org.w3c.dom.css
Interface CSS2FontFaceWidths

All Superinterfaces:
CSSValue

public interface CSS2FontFaceWidths
extends CSSValue

The CSS2FontFaceWidths interface represents a simple value for the widths CSS Level 2 descriptor.

For this extension of the CSSValue interface, the valueType attribute of the underlying CSSValue interface shall be CSS_CUSTOM .

See also the Document Object Model (DOM) Level 2 Specification.

Since:
DOM Level 2

Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
 
Method Summary
 CSSValueList getNumbers()
          A list of numbers representing the glyph widths.
 java.lang.String getUrange()
          The range for the characters.
 void setUrange(java.lang.String urange)
           
 
Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
 

Method Detail

getUrange

public java.lang.String getUrange()
The range for the characters.
Throws:
DOMException - SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable.
NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

setUrange

public void setUrange(java.lang.String urange)
               throws DOMException

getNumbers

public CSSValueList getNumbers()
A list of numbers representing the glyph widths.

Source code is GPL'd at http://xmlconf.sourceforge.net.