Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 17,960 for

table

(0.08 sec)
  1. Public API Changes in Aspose.Cells 8.5.1|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....QUERY_TABLE TableDataSourceType.SHARE_POINT...TableDataSourceType . QUERY_TABLE ) { System . out . println (...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Formatting Slicer|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Close Create Slicer to Excel Table Add Pivot Connection...

    docs.aspose.com/cells/java/formatting-slicer/
  3. MailMerge.CleanupOptions | Aspose.Words for .NET

    Optimize your mail merge with the CleanupOptions property—easily manage which items to remove for a seamless, efficient process....merge data source table, // and then create a table with only two...

    reference.aspose.com/words/net/aspose.words.mai...
  4. 用C++替换PDF中的文本|Aspose.PDF for C++

    了解有关从PDF中替换和删除文本的各种方法。Aspose.PDF允许在特定区域或使用正则表达式替换文本。...实例化一个表格对象 auto tab2 = MakeObject < Table >(); // 将表格添加到所需部分的段落集合中 hfFoot...t5 ); auto table = MakeObject < Table >(); table -> set_ColumnWidths...

    docs.aspose.com/pdf/zh/cpp/replace-text-in-pdf/
  5. HtmlVersion Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.HtmlVersion enum to optimize document saving in HTML and MHTML formats, enhancing compatibility and performance.... Contains ( "<table style=\"padding:0pt; -aw-border-insideh:0...outDocContents . Contains ( "<table cellspacing=\"0\" cellpadding=\"0\"...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...document after a paragraph or table. /// </summary> private static...insertionDestination . NodeType == NodeType . Table ) { CompositeNode dstStory =...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Document Class | Aspose.Words for .NET

    Discover the Aspose.Words.Document class for seamless Word document manipulation. Enhance your projects with powerful features and easy integration....specified in table styles into direct formatting on tables in the document...DataTable table = new DataTable ( "Test" ); table . Columns ...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Translate Markdown to Document Object Model (DO...

    Tarnslate a Markdown document to Document Object Model and back using C++. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch....elements such as text formatting, tables, headers, and others. This...Leaf blocks. Leaf Blocks The table below shows examples of using...

    docs.aspose.com/words/cpp/translate-markdown-to...
  9. Appendix A. Enumeration Extension Methods in C#...

    Use built-in extension methods to perform common manipulations on a sequential data when building a report using C#.... The following table describes these built-in extension...conventions are used within the table: Selector stands for a lambda...

    docs.aspose.com/words/net/appendix-a-enumeratio...
  10. Section | Aspose.Words for Java

    Represents a single section in a document in Java....such as text runs, shapes, or tables to that paragraph. Assert....Shows how to find out if a tables are nested. public void ca...

    reference.aspose.com/words/java/com.aspose.word...