Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 29,397 for

word

(0.41 sec)
  1. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Extract data from Microsoft Office Word documents / Extract text from...Office Word documents Extract text from Microsoft Office Word documents...

    docs.groupdocs.com/parser/java/extract-text-fro...
  2. Rearrange Pages in Word using C# | Organize DOC...

    Reorder the pages of Word files using C#. The running example shows how to change the order of pages in DOC/DOCX files using the .NET API....中國傳統的 In the digital world, word processing documents are one...programmatically move pages in Word documents (DOC/DOCX) using C#...

    blog.groupdocs.com/merger/move-word-pages-using...
  3. Scatter Chart in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Chart in Word Processing Document Scatter Chart in Word Processing...generate a Scatter Chart report in Word Processing Document format based...

    docs.groupdocs.com/assembly/net/scatter-chart-i...
  4. Bubble Chart in Word Processing Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create bubble chart in MS Word 2013: Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Chart in Word Processing Document Bubble Chart in Word Processing...generate a Bubble Chart report in Word Processing Document format....

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  5. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....watermarks to word processing documents Add watermarks to word processing...documents Leave feedback Microsoft Word allows the user to divide and...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Extract text from Microsoft Office Word documen...

    Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....Extract data from Microsoft Office Word documents / Extract text from...Office Word documents Extract text from Microsoft Office Word documents...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it....Image in Word Processing Document Common List Image in Word Processing...Common List Image report in Word Processing Document format based...

    docs.groupdocs.com/assembly/net/common-list-ima...
  8. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, Words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....be many reasons to replace a word or phrase in the document. Whether...guides you on how to redact Word documents programmatically in...

    blog.groupdocs.com/redaction/find-and-replace-t...
  9. Merge Word in Python

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Merger庫合併Microsoft Office Word文件。...

    blog.groupdocs.com/zh-hant/tag/merge-word-in-py...
  10. Search text in Microsoft Office Word documents ...

    To search a keyWord in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyWord in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Office Word documents / Search text in Microsoft Office Word documents...Search text in Microsoft Office Word documents Leave feedback To...

    docs.groupdocs.com/parser/java/search-text-in-m...