Interface CSS2FontProperties
- All Superinterfaces:
CSSValue
- All Known Implementing Classes:
CSS2FontPropertiesImpl
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
-
Method Summary
Modifier and TypeMethodDescriptiongetSize()
getStyle()
void
setFamily
(CSSPrimitiveValue family) void
setSize
(CSSPrimitiveValue size) void
setSizeAdjust
(CSSPrimitiveValue sizeAdjust) void
setStretch
(CSSPrimitiveValue stretch) void
setStyle
(CSSPrimitiveValue style) void
setVariant
(CSSPrimitiveValue variant) void
setWeight
(CSSPrimitiveValue weight) Methods inherited from interface org.w3c.dom.css.CSSValue
getCssText, getCssValueType, setCssText
-
Method Details
-
getFamily
CSSPrimitiveValue getFamily() -
setFamily
-
getSize
CSSPrimitiveValue getSize() -
setSize
-
getSizeAdjust
CSSPrimitiveValue getSizeAdjust() -
setSizeAdjust
-
getWeight
CSSPrimitiveValue getWeight() -
setWeight
-
getStyle
CSSPrimitiveValue getStyle() -
setStyle
-
getVariant
CSSPrimitiveValue getVariant() -
setVariant
-
getStretch
CSSPrimitiveValue getStretch() -
setStretch
-