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

table

(0.18 sec)
  1. 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/
  2. 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...
  3. 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...
  4. How to Merge and Unmerge|Documentation

    Learn how to merge and unmerge cells in Aspose.Cells.GridJs UI and JavaScript API. This guide covers UI actions, JavaScript calls... table . render (); } function unmergeRange...'merge' , false ); xs . sheet . table . render (); } // ----------...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  5. How to Merge and Unmerge|Documentation

    Learn how to merge and unmerge cells in Aspose.Cells.GridJs UI and JavaScript API. This guide covers UI actions and JavaScript calls.... table . render (); } function unmergeRange...'merge' , false ); xs . sheet . table . render (); } // ----------...

    docs.aspose.com/cells/net/aspose-cells-gridjs/h...
  6. Cell Background Color Settings|Documentation

    Guide to applying and previewing cell background colors in Aspose.Cells GridJS using the toolbar, modal, status bar, and JavaScript API.... Table selection area How to start...update the UI xs . sheet . table . render (); Relevant functions...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  7. 在 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/
  8. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation....document after a paragraph or table. /// </summary> private static...nodeType == aw . NodeType . Table ) { let dstStory = insertionDestination...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...(); auto table = MakeObject < Aspose :: Pdf :: Table > (); table...get_Paragraphs () -> Add ( table ); auto r1 = table -> get_Rows () ->...

    docs.aspose.com/pdf/zh/cpp/create-form/
  10. 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...