IPageChildNode Interface

Aspose.Note for .NET API

IPageChildNode Interface

The interface for all child nodes of a page node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public interface IPageChildNode : INode
Public Interface IPageChildNode
	Inherits INode
public interface class IPageChildNode : INode
type IPageChildNode =  
    interface
        interface INode
    end

The IPageChildNode type exposes the following members.

Properties
  NameDescription
Public propertyNextSibling
Gets the next node at the same node tree level.
(Inherited from INode.)
Public propertyPreviousSibling
Gets the previous node at the same node tree level.
(Inherited from INode.)
Top
Methods
  NameDescription
Public methodAccept
Accepts the visitor of the node.
(Inherited from INode.)
Top
See Also