GetElementsByClassName
Document.GetElementsByClassName method
返回一个活动的 NodeList 对象,其中包含文档中具有参数中指定的所有类的所有元素。 http://www.w3.org/TR/dom/
public HTMLCollection GetElementsByClassName(string classNames)
范围 | 类型 | 描述 |
---|---|---|
classNames | String | 包含一组无序的唯一空格分隔标记的字符串字符串,表示类(类名) |
返回值
的Element
.
也可以看看
- class HTMLCollection
- class Document
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG