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

Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode 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 méthode

public static CreateAndAddParagraphNode ( ) : void
Résultat void

EnumerateChildNodes() public static méthode

public static EnumerateChildNodes ( ) : void
Résultat void

GetParentNode() public static méthode

public static GetParentNode ( ) : void
Résultat void

IndexChildNodes() public static méthode

public static IndexChildNodes ( ) : void
Résultat void

OwnerDocument() public static méthode

public static OwnerDocument ( ) : void
Résultat void

RecurseAllNodes() public static méthode

public static RecurseAllNodes ( ) : void
Résultat void

Run() public static méthode

public static Run ( ) : void
Résultat void

TraverseAllNodes() public static méthode

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
Résultat void

TypedAccess() public static méthode

public static TypedAccess ( ) : void
Résultat void

UseNodeType() public static méthode

public static UseNodeType ( ) : void
Résultat void