C# 클래스 Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Node.ExNode

파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET

공개 메소드들

메소드 설명
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

메소드 상세

CreateAndAddParagraphNode() 공개 정적인 메소드

public static CreateAndAddParagraphNode ( ) : void
리턴 void

EnumerateChildNodes() 공개 정적인 메소드

public static EnumerateChildNodes ( ) : void
리턴 void

GetParentNode() 공개 정적인 메소드

public static GetParentNode ( ) : void
리턴 void

IndexChildNodes() 공개 정적인 메소드

public static IndexChildNodes ( ) : void
리턴 void

OwnerDocument() 공개 정적인 메소드

public static OwnerDocument ( ) : void
리턴 void

RecurseAllNodes() 공개 정적인 메소드

public static RecurseAllNodes ( ) : void
리턴 void

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void

TraverseAllNodes() 공개 정적인 메소드

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
리턴 void

TypedAccess() 공개 정적인 메소드

public static TypedAccess ( ) : void
리턴 void

UseNodeType() 공개 정적인 메소드

public static UseNodeType ( ) : void
리턴 void