Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 19,031 for

rows

(2.07 sec)
  1. 使用Node.js via C++格式化单元格|Documentation

    学习如何在Aspose.Cells for Node.js via C++中格式化和设置单元格,包括数字格式、日期格式、字体样式和其他单元格样式选项。我们的指南将帮助你创建漂亮且专业的电子表格。...如何格式化一行 getRows() 集合中的每个项代表一个 Row 对象。 Row 对象提供用于设置行格式的 applyStyle(Style...StyleFlag 对象。 将配置好的 Style 对象分配给 Row 对象。 const path = require ( "path"...

    docs.aspose.com/cells/zh/nodejs-cpp/cells-forma...
  2. What's new|Aspose.Words for .NET

    Aspose.Words for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....replacement, flexible table row visibility, and richer typography...specific table rows has been introduced by adding the Row.Hidden property...

    docs.aspose.com/words/net/what-s-new-in-aspose-...
  3. Tables with Images in Multiple Columns Do Not F...

    When generating a Word document using Aspose.Words, tables containing images arranged in multiple columns do not fit within the page width. Additionally, the HTML sample provided is rendered correctly in html but is not …...(automatically distributed) Rows: 1 Images: Automatically resized...foreach (Row row in table.Rows) { foreach (Cell cell in row.Cells)...

    forum.aspose.com/t/tables-with-images-in-multip...
  4. 使用 JavaScript 通过 C++ 管理 Excel 文件的公式|Documentation

    学习如何通过 C++ 版的 Script 管理 Excel 文件的公式。Aspose.Cells 可以轻松获取、设置和计算 Excel 公式。..."=LINEST(A1:A3,B1:C3,TRUE,TRUE)" , rows : 5 , cols : 3 }; // Calculating...formula on the "A11" cell, // Row and Column indices are relative...

    docs.aspose.com/cells/zh/javascript-cpp/using-f...
  5. 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....approach can help highlight rows of data, improve table readability...

    docs.aspose.com/html/python-net/how-to-change-b...
  6. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。... Rows [ 0 ]. RowFormat . GetEffective...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  7. Use DocumentBuilder to Insert Document Elements...

    Insert document elements using the document builder in Java....This automatically starts a new row. If needed, use the DocumentBuilder...Repeat steps 2 and 3 until the row is complete. Call DocumentBuilder...

    docs.aspose.com/words/java/use-documentbuilder-...
  8. FieldMergeRec | Aspose.Words for Java

    Implements the MERGEREC field in Java....MERGEREC field will print the row number of the data being merged...// If a mail merge skips no rows and invokes no SKIP/SKIPIF/NEXT/NEXTIF...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....MERGEREC field will print the row number of the data being merged...// If a mail merge skips no rows and invokes no SKIP/SKIPIF/NEXT/NEXTIF...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocumentBuilder class | Aspose.Words for Python

    aspose.words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting...row_format properties to specify...properties for table cells and rows. User the DocumentBuilder.insert_cell()...

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