C# Class ApiExamples.ExNode

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

Méthodes publiques

Méthode Description
RecurseAllNodes ( ) : 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.

Private Methods

Méthode Description
CloneCompositeNode ( ) : void
CompositeNode_SelectNodes ( ) : void
ConvertNodeToHtmlWithDefaultOptions ( ) : void
ConvertNodeToHtmlWithSaveOptions ( ) : void
CreateAndAddParagraphNode ( ) : void
EnumNextSibling ( ) : void
EnumerateChildNodes ( ) : void
EnumerationHotRemoveLimitations ( ) : void
GetIndexOfNode ( ) : void
GetNodeTypeEnums ( ) : void
GetParentNode ( ) : void
IndexChildNodes ( ) : void
NodeEnumerationHotRemove ( ) : void
OwnerDocument ( ) : void
RecurseAllNodesCaller ( ) : void
RemoveChild ( ) : void
RemoveNodes ( ) : void
RemoveSmartTagsFromCompositeNode ( ) : void
TestNodeIsInsideField ( ) : void
TypedAccess ( ) : void
TypedNodeCollectionToArray ( ) : void
UpdateFieldsInRange ( ) : void
UseNodeType ( ) : void

Method Details

RecurseAllNodes() public méthode

public RecurseAllNodes ( ) : void
Résultat void

TraverseAllNodes() public 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 TraverseAllNodes ( CompositeNode parentNode ) : void
parentNode CompositeNode
Résultat void