Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 19,030 for

rows

(0.55 sec)
  1. Node.get_ancestor method | Aspose.Words for Python

    aspose.words.Node.get_ancestor method...child_table_count = 0 for row in table . rows : row = row . as_row () for cell...cell in row . cells : cell = cell . as_cell () child_tables = cell...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用 C++ 添加、提取、删除 PDF 中的表格 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式管理 PDF 文件中的表格...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...{ // Add row to table auto row = table -> get_Rows () -> Add...

    products.aspose.com/pdf/zh-hans/cpp/table/
  3. DataBar Barcodes|Documentation

    Overview of the DataBar Barcode Family...both using two-row or multiple-row (up to 10 rows) configurations...

    docs.aspose.com/barcode/info-cards/databar-family/
  4. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create table in Word document using C# code. Programmatically create table in Word using C# with an Aspose DocumentBuilder and DOM classes....Rows.Cells.Add method to add cells in table row Use DocumentBuilder...paragraph text Create multiple rows in table and finish table creation...

    kb.aspose.com/words/net/how-to-create-table-in-...
  5. CellFormat.Shading | Aspose.Words for .NET

    Discover the CellFormat Shading property to enhance your spreadsheet's visual appeal with customizable shading options for cells....how to modify the format of rows and cells in a table. Document...EndTable (); // Use the first row's "RowFormat" property to modify...

    reference.aspose.com/words/net/aspose.words.tab...
  6. CellFormat.shading property | Aspose.Words for ...

    CellFormat.shading property. Returns a [Shading](../../../aspose.words/shading/) object that refers to the shading formatting for the cell....// will apply them to every row and cell that we add with it...insertCell (); builder . write ( "Row 1, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 在 Ruby 中自动调整行和列|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.... Ruby 代码 def autofit_row () data_dir = File . dirname...( 0 ) # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/zh/java/autofit-rows-and-...
  8. CellFormat.verticalMerge property | Aspose.Word...

    CellFormat.verticalMerge property. Specifies how the cell is merged with other cells vertically....the first column of the first row. // This cell will be the first...column of the first row, then end the row. // Also, configure...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Compact PDF417|Documentation

    Overview on Compact PDF417 Barcode Type...PDF417 barcodes in which right row indicators are omitted and the...codewords to 2 codewords per row, achieving a sort of a trade-off...

    docs.aspose.com/barcode/info-cards/compact-pdf417/
  10. 在Python中自动调整行和列|Documentation

    通过Aspose.Cells for Python Via Java API学习如何自动调整行和列。... Python 代码 def autofit_row ( self ): \ # Instantiating a...0 ) \ # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/zh/java/autofit-rows-and-...