Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 20,378 for

table

(0.09 sec)
  1. Superposition Word to PDF - Free Support Forum ...

    Hello. We are a software publisher using your library for our Web application. And we used Aspose.Word for converting Word to Pdf. On a Word document, containing Table, we have a strange issue, which need to be fixed. …...a Word document, containing table, we have a strange issue, which...think the error is due to “Table properties” Thanks by advanced...

    forum.aspose.com/t/superposition-word-to-pdf/31...
  2. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole document in C++....Examples Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder > ( doc ); // Insert a table of contents for the first page...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. 在 .NET 中自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspose.Sli...

    使用 Aspose.Slides for .NET 在云平台上自动化幻灯片创建——快速且可靠地生成、编辑和转换 PowerPoint 和 OpenDocument 文件。..., 40 , 40 , 40 , 40 }; var table = slide2 . Shapes . AddTable...rowHeights ); table [ 0 , 0 ]. TextFrame . Text = "Metric" ; table [ 1...

    docs.aspose.com/slides/zh/net/automating-powerp...
  4. ChartDataTable.hasHorizontalBorder property | A...

    ChartDataTable.hasHorizontalBorder property. Gets or sets a flag indicating whether a horizontal border of the data Table is displayed...horizontal border of the data table is displayed. The default value...Examples Shows how to show data table with chart series data. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartDataTable.format property | Aspose.Words f...

    ChartDataTable.format property. Provides access to fill of text background and border formatting of the data Table....border formatting of the data table. get format () : Aspose . Words...Examples Shows how to show data table with chart series data. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 使用 JavaScript 自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspo...

    使用 Aspose.Slides for Node.js 在云平台上自动化幻灯片创建——快速且可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。... 40 , 40 , 40 , 40 ]); let table = slide2 . getShapes (). addTable...columnWidths , rowHeights ); table . getColumns (). get_Item (...

    docs.aspose.com/slides/zh/nodejs-java/automatin...
  7. Row.is_first_row property | Aspose.Words for Py...

    Row.is_first_row property. True if this is the first row in a Table; false otherwise....this is the first row in a table; false otherwise. @property...See Also module aspose.words.tables class Row Row.hidden property...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 在 C++ 中自动化 PowerPoint 生成:轻松创建动态演示文稿|Aspose.Slid...

    使用 Aspose.Slides for C++ 在云平台上自动化幻灯片创建——快速可靠地生成、编辑和转换 PowerPoint 与 OpenDocument 文件。...40 , 40 , 40 , 40 }); auto table = slide2 -> get_Shapes () ->...columnWidths , rowHeights ); table -> get_Column ( 0 ) -> idx_get...

    docs.aspose.com/slides/zh/cpp/automating-powerp...
  9. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...Tables.Table) { Table tmTb = newNode as Table; Table tmSrcTb...tmSrcTb = node as Table; for (int i = 0; i < tmTb.Rows.Count; i++)...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  10. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

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