C# 클래스 ApiExamples.MergeField

Represents a facade object for a merge field in a Microsoft Word document.
파일 보기 프로젝트 열기: aspose-words/Aspose.Words-for-.NET 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FindNextSibling Node
GetTextSameParent string
MergeField System
RemoveSameParent void
UpdateFieldCode void

비공개 메소드들

메소드 설명
FindNextSibling ( Node startNode, NodeType nodeType ) : Node

Goes through siblings starting from the start node until it finds a node of the specified type or null.

GetTextSameParent ( Node startNode, Node endNode ) : string

Retrieves text from start up to but not including the end node.

MergeField ( FieldStart fieldStart ) : System
RemoveSameParent ( Node startNode, Node endNode ) : void

Removes nodes from start up to but not including the end node. Start and end are assumed to have the same parent.

UpdateFieldCode ( string fieldName ) : void