ISVGTests Interface
ISVGTests interface
Interface SVGTests defines an interface which applies to all elements which have attributes ‘requiredFeatures’, ‘requiredExtensions’ and ‘systemLanguage’.
public interface ISVGTests
Properties
Name | Description |
---|---|
getRequiredExtensions Corresponds to attribute ‘requiredExtensions’ on the given element. | |
getRequiredFeatures Corresponds to attribute ‘requiredFeatures’ on the given element. | |
getSystemLanguage Corresponds to attribute ‘systemLanguage’ on the given element. |
See Also
- package com.aspose.html.Dom.Svg
- package Aspose.HTML