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
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.