Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 16,141 for

table

(0.14 sec)
  1. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...sampleHtml ( u "<html><body><table><tr><td>This is sample text...</td><td>Some text.</td></tr></table></body></html>" ); // Convert...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  2. FieldIndex.NumberOfColumns | Aspose.Words for .NET

    Discover the FieldIndex NumberOfColumns property to easily customize your index layout with optimal column settings for enhanced readability and performance....Heading = "A" ; // Set the table created by the INDEX field to...heading in the INDEX fields table of contents. builder . InsertBreak...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Important Features|Aspose.Slides 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.... Click on the links in the table below to learn more about the...

    docs.aspose.com/slides/reportingservices/import...
  4. Working with External Data Connection of type W...

    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....file Reading and Writing Query Table of Worksheet...

    docs.aspose.com/cells/java/working-with-externa...
  5. Paragraph|Aspose.Slides for Node.js via .NET Do...

    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....paragraph and portion inside table cell text frame To get the Portion...Paragraph size and coordinates in a table cell text frame, you can use...

    docs.aspose.com/slides/nodejs-java/paragraph/
  6. Line space and font size is not preserved while...

    Hello Team, We have ASPOSE.Total license. We are converting the Word document to PDF using aspose.word but the formatting like line space font space not preserved while conversion. It should be exactly the same as we s…...visualization when you click in the table: After that automatic adjustment...

    forum.aspose.com/t/line-space-and-font-size-is-...
  7. TabStop.position property | Aspose.Words for No...

    TabStop.position property. Gets the position of the tab stop in points.... myDir + "Table of contents.docx" ); // Iterate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. TabStop.alignment property | Aspose.Words for N...

    TabStop.alignment property. Gets or sets the alignment of text at this tab stop.... myDir + "Table of contents.docx" ); // Iterate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DNN Database Data Exporter to Excel|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....from local or remote database tables, views and by custom query...Server Database Populate all Tables from connected database Populate...

    docs.aspose.com/cells/net/dnn-database-data-exp...
  10. 使用C++创建AcroForms|Aspose.PDF for C++

    本节介绍如何使用Aspose.PDF for C++从头开始在PDF文档中创建AcroForms。...(); auto table = MakeObject < Aspose :: Pdf :: Table > (); table...get_Paragraphs () -> Add ( table ); auto r1 = table -> get_Rows () ->...

    docs.aspose.com/pdf/zh/cpp/create-form/