Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 29,392 for

groupdocs.merger

(0.06 sec)
  1. Individual Series Point Coloring in Word Proces...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Word Processing Document Please follow below steps to can create Pie 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/individual-ser...
  2. Chart Series Coloring in Word Processing Docume...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Word Processing Document Creating a Column Chart Practising the following steps, you can insert a Column 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 Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/chart-series-co...
  3. Logging | Documentation

    Logging when converting documents with GroupDocs.Conversion for Java...Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/logging/
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/java/queries-in-text-...
  6. 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....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/search-text-in-m...
  7. Search text in EPUB eBooks | Documentation

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  8. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/working-with-form...
  9. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Search index repository | Documentation

    The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....Editor Product Solution GroupDocs.Merger Product Solution GroupDocs...

    docs.groupdocs.com/search/net/search-index-repo...