In this sample we load a test DOCX created in MS Word, into an instance of GcWordDocument. We then use the RangeBase.CopyTo() method to copy a few paragraphs from the loaded document into another instance of GcWordDocument, and then copy and move some paragraphs within the new document:The first paragraph is moved to the end of the document, preserving formatting.The second paragraph is moved to the end of the document, clearing formatting.Finally, third paragraph is copied to the end of the document, clearing formatting.