Interface INonElementParentNode

Interface INonElementParentNode

Il nome: Aspose.Svg.Dom Assemblea: Aspose.SVG.dll (25.5.0)

Definisce Aspose.Svg.Dom.IParentNode che non sono tipo Element.

[ComVisible(true)]
[DOMNoInterfaceObject]
public interface INonElementParentNode

Methods

GetElementById(String)

Ritorna il primo elemento all’interno dei discendenti del nodo il cui ID è elementId.

[DOMNullable]
[DOMName("getElementById")]
Element GetElementById(string elementId)

Parameters

elementId string

l’elemento di identificazione.

Returns

Element

Ritorna il primo elemento corrisposto.

 Italiano