C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Comments.ProcessComments

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

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
ExtractComments ( Document doc ) : ArrayList
ExtractComments ( Document doc, string authorName ) : ArrayList
RemoveComments ( Document doc ) : void
RemoveComments ( Document doc, string authorName ) : void

Method Details

Run() public static method

public static Run ( ) : void
return void