CSSValue.CSSText
CSSValue.CSSText property
The cssText property of the CSSValue
interface represents the current computed CSS property value.
Note: This property was part of an attempt to create a typed CSS Object Model. This attempt has been abandoned, and most browsers do not implement it.
public abstract String CSSText { get; set; }
Property Value
A DOMString representing the current CSS property value.
See Also
- class CSSValue
- package com.aspose.html.Dom.Css
- package Aspose.HTML