Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 19,712 for

table

(0.07 sec)
  1. More Excel File Formats Export|Documentation

    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....Reporting Services A Sample Pivot Table XLS report is generated using...

    docs.aspose.com/cells/reportingservices/more-ex...
  2. Supported Document Formats|Aspose.Words for Sha...

    Formats which are supported by the Aspose.Words for SharePoint....File Formats The following table indicates the input and output...

    docs.aspose.com/words/sharepoint/supported-docu...
  3. Row.Hidden | Aspose.Words for .NET

    Row Hidden property documentation. Control Table row visibility in Word documents programmatically with boolean hide/show settings....Examples Shows how to hide a table row. Document doc = new Document...Document ( MyDir + "Tables.docx" ); Row row = doc . FirstSection...

    reference.aspose.com/words/net/aspose.words.tab...
  4. After convert to pdf, the tablelayout are diffe...

    pdf: word:...issue, I discovered that the table display problem occurs when...If this font is removed, the table will display correctly. Unfortunately...

    forum.aspose.com/t/after-convert-to-pdf-the-tab...
  5. Aspose::Words::Drawing::Charts::Chart class | A...

    Aspose::Words::Drawing::Charts::Chart class. Provides access to the chart shape properties. To learn more, visit the documentation article in C++....properties of a data table of this chart. The data table can be shown...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 支持在用Python加载HTML到Excel工作簿时布局DIV标签 via .NET|Docu...

    学习如何在使用Aspose.Cells for Python via .NET导入HTML到Excel工作簿时,保持DIV标签的布局。实现HTML结构转换的精确控制。...export_html = f """ <html> <body> <table> <tr> <td> <div>This is some...'ASpose_logo_100x100.png')}" /> </td> </tr> </table> </body> </html>""" with io...

    docs.aspose.com/cells/zh/python-net/support-the...
  7. How to Change HTML Background Color Using Python

    Learn how to set the background color of HTML documents using Aspose.HTML for Python via .NET. Consider various ways in ready-to-use Python examples....apply a background color to table cells. Changing the background...<p> , <h1> … <h6> , <div> , <table> , etc. Change Background Color...

    docs.aspose.com/html/python-net/how-to-change-b...
  8. CompareOptions.compare_moves property | Aspose....

    CompareOptions.compare_moves property. Specifies whether to compare differences between the two documents....' ) # Table: builder . start_table () builder . insert_cell...cell 2 text' ) builder . end_table () # Textbox: text_box = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Insert Fields in C#|Aspose.Words for .NET

    How to insert fields into a document using C# – learn different ways with code examples....using DocumentBuilder The TOA ( Table of Authorities ) field builds...builds and inserts a table of authorities. The TOA field collects...

    docs.aspose.com/words/net/inserting-fields/
  10. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...new DocumentBuilder(doc); Table table = builder.startTable(); builder...endRow(); builder.endTable(); table.getRows().get(1).getCells()...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282