Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 20,301 for

table

(0.06 sec)
  1. Bookmark class | Aspose.Words for Node.js

    Aspose.Words.Bookmark class. Represents a single bookmark...of the first column of the table column range associated with...true if this bookmark is a table column bookmark. lastColumn...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a document....docx' ) Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc = doc ) # Insert a table of contents for the first page...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Nested Mail Merge with Regions in C#|Aspose.Wor...

    Perform a Mail Merge operation with nested regions using C#. Nested merge is a feature that enables you to merge hierarchical data from your data source into your merge template....region contains data from one table. The most common example of...need to link multiple data tables and present the information...

    docs.aspose.com/words/net/nested-mail-merge-wit...
  4. MarkdownExportAsHtml | Aspose.Words for Java

    Allows to specify the elements to be exported to Markdown as raw HTML in Java....Examples: Shows how to export tables that cannot be correctly represented...Document(getMyDir() + "Non compatible table.docx"); // With the "NonCompatibleTables"...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. RowCollection.toArray method | Aspose.Words for...

    RowCollection.toArray method. Copies all rows from the collection to a new array of rows....how to iterate through all tables in the document and print the...( base . myDir + "Tables.docx" ); let tables = doc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Specify whether the PivotTable is compatible fo...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....property is set true and the pivot table is refreshed, the data of cell...cell B5 of the pivot table is truncated and it becomes 255 characters...

    docs.aspose.com/cells/javascript-cpp/specify-wh...
  8. Shading Class | Aspose.Words for .NET

    Discover the Aspose.Words.Shading class, designed to enhance your documents with customizable shading attributes for a professional look....shading color while building a table. Document doc = new Document...DocumentBuilder ( doc ); // Start a table and set a default color/thickness...

    reference.aspose.com/words/net/aspose.words/sha...
  9. 使用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...
  10. Setting Style for Empty Cells|Aspose.Words for ...

    Aspose Words for JasperReports can set default style for Empty Cells...[ Hide ] When a positioned table is filled by information from...with empty cells in positioned table: In JasperReports: Java import...

    docs.aspose.com/words/jasperreports/setting-sty...