Returns the CSS style declaration for the specified text.
Original signature is '- (DOMCSSStyleDeclaration *)styleDeclarationWithText:(NSString *)text'
Available in Mac OS X v10.3.9 and later.


- text (NSString)
- The text whose style declaration is returned.

The style declaration for text.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)