C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Node.ExNode

Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
CreateAndAddParagraphNode ( ) : void
EnumerateChildNodes ( ) : void
GetParentNode ( ) : void
IndexChildNodes ( ) : void
OwnerDocument ( ) : void
RecurseAllNodes ( ) : void
Run ( ) : void
TraverseAllNodes ( CompositeNode parentNode ) : void

A simple function that will walk through all children of a specified node recursively And print the type of each node to the screen.

TypedAccess ( ) : void
UseNodeType ( ) : void

Method Details

CreateAndAddParagraphNode() public static method

public static CreateAndAddParagraphNode ( ) : void
return void

EnumerateChildNodes() public static method

public static EnumerateChildNodes ( ) : void
return void

GetParentNode() public static method

public static GetParentNode ( ) : void
return void

IndexChildNodes() public static method

public static IndexChildNodes ( ) : void
return void

OwnerDocument() public static method

public static OwnerDocument ( ) : void
return void

RecurseAllNodes() public static method

public static RecurseAllNodes ( ) : void
return void

Run() public static method

public static Run ( ) : void
return void

TraverseAllNodes() public static method

A simple function that will walk through all children of a specified node recursively And print the type of each node to the screen.
public static TraverseAllNodes ( CompositeNode parentNode ) : void
parentNode CompositeNode
return void

TypedAccess() public static method

public static TypedAccess ( ) : void
return void

UseNodeType() public static method

public static UseNodeType ( ) : void
return void