Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 20,368 for

table

(0.07 sec)
  1. 在 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/
  2. Translate Markdown to DOM|Aspose.Words for Java

    Tarnslate a Markdown document to Document Object Model and back. So you can work with complex existing Markdown and programmatically create a Markdown document from scratch using Java....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/java/translate-markdown-t...
  3. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....Block-level - Among paragraphs and tables, as a child of a Body , HeaderFooter...Among rows in a table, as a child of a Table node Cell-level...

    docs.aspose.com/words/nodejs-net/working-with-c...
  4. Insert Fields in Java|Aspose.Words for Java

    Different ways to insert fields into your document using Java....using DocumentBuilder The TOA ( Table of Authorities ) field builds...builds and inserts a table of authorities. The TOA field collects...

    docs.aspose.com/words/java/insert-fields/
  5. Insert Fields in C++|Aspose.Words for C++

    Different ways to insert fields into your document using C++....using DocumentBuilder The TOA ( Table of Authorities ) field builds...builds and inserts a table of authorities. The TOA field collects...

    docs.aspose.com/words/cpp/inserting-fields/
  6. Edit HTML In Javascript

    Edit HTML in JavaScript code....using external data, modify tables. JavaScript library is a stand-alone...Modify existing HTML elements: tables, lists, charts, images, links...

    products.aspose.com/words/nodejs-net/edit/html/
  7. 从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/
  8. Getting Metadata | Node.js

    Easy-to-use Node.js library for font manipulation from Aspose.Font. Learn how to get metadata from font files....the font metadata from name table? Aspose.Font for Node.js lets...the TrueType or OpenType name table: Use the function. This function...

    docs.aspose.com/font/nodejs-cpp/metadata-inform...
  9. FieldIndex.RunSubentriesOnSameLine | Aspose.Wor...

    Discover the FieldIndex RunSubentriesOnSameLine property to easily manage subentries inline with main entries for streamlined data organization....RunSubentriesOnSameL is false, then the INDEX table will create three lines: //...RunSubentriesOnSameL is true, then the INDEX table will create a one-line // entry...

    reference.aspose.com/words/net/aspose.words.fie...
  10. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the Table to be inserted and specify any extra formatting to the Table. DocumentBuilder bu…...position where we want the table to be inserted and specify any...any extra formatting to the table. DocumentBuilder builder = new...

    forum.aspose.com/t/inserthtml-does-not-preserve...