Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 8,189 for

annotation word

(0.04 sec)
  1. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format. 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....Annotation Product Solution GroupDocs...Chart in Word Processing Document Scatter Chart in Word Processing...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  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. In-Paragraph List in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList 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. In-Paragraph List in Microsoft Word Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS Word 2013. Write a sentence, for example “We provide support for the following products:”....Annotation Product Solution GroupDocs...List in Word Processing Document In-Paragraph List in Word Processing...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  4. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Annotation Product Solution GroupDocs...Image in Word Processing Document Single Row Image in Word Processing...

    docs.groupdocs.com/assembly/java/single-row-ima...
  5. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Annotation Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract tables from...

    docs.groupdocs.com/parser/java/extract-tables-f...
  6. Bubble Chart in Word Processing Document | Docu...

    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....Annotation Product Solution GroupDocs...Chart in Word Processing Document Bubble Chart in Word Processing...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  7. 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....Annotation Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract text from...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....Annotation Product Solution GroupDocs...watermarks / To word-processing documents Add watermarks to word processing...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....Annotation Product Solution GroupDocs...Extract data from Microsoft Office Word documents / Extract images from...

    docs.groupdocs.com/parser/java/extract-images-f...
  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....Annotation Product Solution GroupDocs...Office Word documents / Search text in Microsoft Office Word documents...

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