In this sample we load an existing DOCX (JsFrameworkExcerpt.docx) into an instance of GcWordDocument, and use the RangeBase.Find extension method to find all occurrences of the string 'JavaScript Framework' in the document body. We then print the number of found occurrences at the top of the document.