Interface INonDocumentTypeChildNode
Interface INonDocumentTypeChildNode
Nom dels espais: Aspose.Svg.Dom Assemblea: Aspose.SVG.dll (25.5.0)
Defineix Aspose.Svg.Dom.IChildNode que no són ASPOSE.L.NODE .DOCUMENT_TYPE_NODA.
[ComVisible(true)]
[DOMObject]
[DOMNoInterfaceObject]
public interface INonDocumentTypeChildNode
Properties
NextElementSibling
Retorna el primer germà següent que és un element, i nul d’una altra manera.
[DOMName("nextElementSibling")]
Element NextElementSibling { get; }
Valor de la propietat
PreviousElementSibling
Retorna el primer germà precedent que és un element, i nul d’una altra manera.
[DOMName("previousElementSibling")]
Element PreviousElementSibling { get; }