Interface INonDocumentTypeChildNode

Interface INonDocumentTypeChildNode

Le nom : Aspose.Svg.Dom Assemblée: Aspose.SVG.dll (25.5.0)

Définir Aspose.Svg.Dom.IChildNode qui n’est pas Asposa.L.I.NODE .DOCUMENT_TYPE_NUDE.

[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface INonDocumentTypeChildNode

Properties

NextElementSibling

Ritorna il primo fratello che segue che è un elemento, e null altrimenti.

[DOMName("nextElementSibling")]
Element NextElementSibling { get; }

Valore di proprietà

Element

PreviousElementSibling

Ritorna il primo fratello precedente che è un elemento, e nulla altrimenti.

[DOMName("previousElementSibling")]
Element PreviousElementSibling { get; }

Valore di proprietà

Element

 Français