Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 23,375 for

table

(0.1 sec)
  1. 使用C++通过JavaScript将表格转换为ODS|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将带有表格的Excel文件转换为ODS格式。...< head > < title > Convert Table to ODS Example </ title > </...head > < body > < h1 > Convert Table to ODS Example </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. 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...
  3. Translate Markdown to DOM|Aspose.Words for .NET

    Translate 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/net/translate-markdown-to...
  4. Limiting font folders and providing custom path...

    Hi, I have a usecase where I need to let aspose cells api know where to look for fonts. I use the below mentioned line to achieve that: Fontconfigs.setFontFolders(new String[]{“pathToMyDir”}, true); I also have a usec…...that uses Times New Roman in a table, and I want to generate an image...file that has the table defined 2. actual_table_fonts.PNG – the...

    forum.aspose.com/t/limiting-font-folders-and-pr...
  5. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...Slides 提供了 Table 类、 ITable 接口、 Cell 类、 ICell...将演示文稿保存到磁盘 pres -> Save ( u "table.pptx" , SaveFormat :: Pptx );...

    docs.aspose.com/slides/zh/cpp/manage-table/
  6. 从XML生成PDF|Aspose.PDF for Java

    Aspose.PDF for Java提供了将XML文件转换为PDF文档的机会,要求输入的XML文件必须遵循Aspose.PDF for Java Schema。...<html> <body> <h2> 我的CD收藏 </h2> <table border= "1" > <tr bgcolor= "#9acd32"...</td> </tr> </xsl:for-each> </table> </body> </html> </xsl:template>...

    docs.aspose.com/pdf/zh/java/generate-pdf-from-xml/
  7. PDF-UA Compliance Test - Errors List|Aspose.PDF...

    This article shows a list of the errors that can arise during PDF/UA compliance testing using the Aspose.PDF API and C# or VB....the parent structure element Tables Code Severity Message 7.5:1...Warning Irregular table row 7.5:2 Error Table header cell has no...

    docs.aspose.com/pdf/net/pdf-ua-compliance-test-...
  8. Aspose.SVG for .NET 25.1 – Enhanced Rendering Q...

    Release focuses on improving text readability and image rendering, providing enhanced performance, clarity, and flexibility for .NET developers.... The сorrespondence table below guides how rendering settings...Correspondence Table for Different Rendering Cases The table provides...

    docs.aspose.com/svg/net/migration-between-versi...
  9. Group, Convert and Verify Shapes|Documentation

    This section explains how to group shapes with Aspose.Diagram.... Build a hash table of all shapes holding the ids...names. Iterate through the hash table Remove all shapes from the Visio...

    docs.aspose.com/diagram/net/group-convert-and-v...
  10. 幻灯片上调整形状大小|Aspose.Slides 文档

    使用 Aspose.Slides for Java 轻松调整 PowerPoint 和 OpenDocument 幻灯片上的形状大小——自动化幻灯片布局调整,提高生产力。...ITable table = ( ITable ) shape ; for ( int i = 0 ; i < table . getRows...size (); i ++) { IRow row = table . getRows (). get_Item ( i );...

    docs.aspose.com/slides/zh/java/re-sizing-shapes...