Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 20,446 for

table

(0.18 sec)
  1. CellFormat.set_paddings method | Aspose.Words f...

    CellFormat.set_paddings method. Sets the amount of space (in points) to add to the left/top/right/bottom of the contents of cell....the text contents # of each table cell we create with the document... 10 , 40 , 50 ) # Create a table with one cell whose contents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Different Results for Table.y and Cell.offset_y...

    Hello Aspose Team, I am using Aspose.Slides for Python via .NET and noticed an inconsistency between Windows(local) and Unix(UAT) environments when working with Tables. Problem: The value of the following properties di…...Different Results for Table.y and Cell.offset_y for Unix and...Slides Product Family slides-table , slides-python abhinandan824...

    forum.aspose.com/t/different-results-for-table-...
  3. Aspose::Words::Shading class | Aspose.Words for...

    Aspose::Words::Shading class. Contains shading attributes for an object. To learn more, visit the documentation article in C++....shading color while building a table. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/cpp/aspose.words/sha...
  4. 在 .NET 中管理演示文稿表格|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/manage-table/
  5. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....Footnote can contain Paragraph and Table child nodes. Examples: Shows...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...
  6. Paragraph | Aspose.Words for Java

    Represents a paragraph of text 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...
  7. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....Shows how to find out if a tables are nested. public void ca...Document(getMyDir() + "Nested tables.docx"); NodeCollection tables = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....number for a table of contents (including a table of figures)...compile all TC fields into a table of contents. FieldToc fieldToc...

    reference.aspose.com/words/java/com.aspose.word...
  9. 在 PHP 中实现 PowerPoint 自动化:轻松创建动态演示文稿|Aspose.Slid...

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

    docs.aspose.com/slides/zh/php-java/automating-p...
  10. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for JavaScript via C++....sampleHtml = "<html><body><table><tr><td>This is sample text...</td><td>Some text.</td></tr></table></body></html>" ; // Convert...

    docs.aspose.com/cells/javascript-cpp/autofit-co...