Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 20,355 for

table

(0.13 sec)
  1. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...insertHtml(html); NodeCollection<Table> tables = docxDocument.getChildNodes(NodeType...getChildNodes(NodeType.TABLE, true); for (Table table : tables) { table.setAllowAutoFit(false);...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  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. 使用 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...
  5. 在 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...
  6. 如何在 HTML 中更改边框颜色?C# 示例

    在本文中,我们将使用 C# 示例来展示使用 Aspose.HTML for .NET 库更改 HTML 文件边框颜色的不同方法。...<h1> &mldr; <h6> 、 <div> 或 <table> 。下面的 C# 示例显示了 <h1> 元素边框颜色的更改:...如果要更改表格边框颜色,可以使用内联或内部 CSS。 您可以通过 HTML <table> 元素应用 style 属性。请记住,使用样式属性会覆盖...

    docs.aspose.com/html/zh/net/how-to-articles/how...
  7. Document.update_table_layout method | Aspose.Wo...

    Document.update_Table_layout method. Implements an earlier approach to Table column widths re-calculation that has known issues....update_table_layout method update_table_layout() Implements an...an earlier approach to table column widths re-calculation that...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. Create and Customize PowerPoint Tables on Andro...

    Create and format Tables in PowerPoint PPT and PPTX using Aspose.Slides for Android via Java—insert rows and columns, merge cells, set borders, import data....Create and Customize PowerPoint Tables on Android Contents [ Hide...Hide ] Manage Presentation Tables on Android Manage Rows and Columns...

    docs.aspose.com/slides/androidjava/powerpoint-t...
  10. Row.cells property | Aspose.Words for Node.js

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row.... Tables . CellCollection Examples Shows...how to iterate through all tables in the document and print the...

    reference.aspose.com/words/nodejs-net/aspose.wo...