Interface INonDocumentTypeChildNode

Interface INonDocumentTypeChildNode

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

Definisce Aspose.Svg.Dom.IChildNode che non sono Asposa.Type_NODE.

[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

 Italiano