Sort Score
Result 10 results
Languages All
Labels All
Results 2,471 - 2,480 of 10,611 for

new

(0.04 sec)
  1. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocxWithToc...

    docs.groupdocs.com/parser/java/extract-table-of...
  2. Iterate through container items | Documentation

    This article explains that how to extract containers items and iterate through container items in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleZip...

    docs.groupdocs.com/parser/java/iterate-through-...
  3. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/regular-expressi...
  4. GroupDocs.Parser for .NET on GroupDocs Blog | D...

    GroupDocs.Parser for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser for .NET on GroupDocs Blog | Document Automation Solutions ......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/groupdocs.parser-for-...
  5. In-Table Master-Detail in Spreadsheet Document ...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Excel Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Excel 2013. Add a New Workbook. Select the range of cells that you want to include in the table....Consulting Blog Knowledge Base New Releases Status Websites aspose...Template in MS Excel 2013. Add a new Workbook. Select the range of...

    docs.groupdocs.com/assembly/java/in-table-maste...
  6. Extract hyperlinks from document page | Documen...

    This article explains that how to extract hyperlinks from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Check...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  7. Inserting Chart Axis Title Dynamically in Prese...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft PowerPoint Document Creating a Column Chart Please follow below steps to create a column chart in MS PowerPoint 2013: Create a New presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue 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 Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...MS PowerPoint 2013: Create a new presentation slide Click the...

    docs.groupdocs.com/assembly/net/inserting-chart...
  8. GroupDocs.Merger for .NET | Documentation

    Use GroupDocs.Merger for .NET to merge several documents into one, split single document to multiple and organize documents in different ways....Consulting Blog Knowledge Base New Releases Status Websites aspose...for .NET API Reference WHAT'S NEW? GroupDocs.Merger for .NET Release...

    docs.groupdocs.com/merger/net/
  9. Get default convert options for a target format...

    In this article, you will learn how to get predefined default convert options for desired target format with GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.docx" ))...

    docs.groupdocs.com/conversion/net/get-default-c...
  10. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....specified folder Index index = new Index(indexFolder); // Indexing...instance SearchOptions options = new SearchOptions(); options.IsChunkSearch...

    blog.groupdocs.com/search/search-text-by-indexi...