SVGTextContentElement.idl 144 B

12345678
  1. #import <SVG/SVGGraphicsElement.idl>
  2. [Exposed=Window]
  3. interface SVGTextContentElement : SVGGraphicsElement {
  4. long getNumberOfChars();
  5. };