Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 19,411 for

rows

(0.82 sec)
  1. 使用 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...
  2. 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...
  3. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

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

    docs.aspose.com/slides/zh/net/shape-effective-p...
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. DocumentBuilder class | Aspose.Words for Node.js

    Aspose.Words.DocumentBuilder class. Adapts [DocumentBuilder](./) class public API for Node.js porting....properties for table cells and rows. User the DocumentBuilder.insertCell()...that represents current table row formatting properties. underline...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for PHP via Java, supporting OMML, formatting controls, and clear code samples....elements laid out in one or more rows and columns. It is important...

    docs.aspose.com/slides/php-java/powerpoint-math...
  10. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...write("Row " + (i + 1) + " Col 1"); builder...insertCell(); builder.write("Row " + (i + 1) + " Col 2"); builder...

    forum.aspose.com/t/aspose-words-table/315228