Object presentation of the CSS style declaration text.
constructor( elementOrStyleText ) → cssStyle
CKEDITOR.htmlParser.cssStyle#constructor
Creates a cssStyle class instance.
cssStyle
elementOrStyleText : element | String
An HTML parser element or the inline style text.
populate( obj )
CKEDITOR.htmlParser.cssStyle#populate
Applies the styles to the specified element or object.
obj : element | element | Object
toString() → String
CKEDITOR.htmlParser.cssStyle#toString
Serializes CSS style declaration to a string.
String
Show private items