C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Bookmarks.CopyBookmarkedText

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
AppendBookmarkedText ( NodeImporter importer, Bookmark srcBookmark, CompositeNode dstNode ) : void

Copies content of the bookmark and adds it to the end of the specified node. The destination node can be in a different document.

Method Details

Run() public static method

public static Run ( ) : void
return void