Sort Score
Result 10 results
Languages All
Labels All
Results 1,841 - 1,850 of 19,018 for

rows

(0.07 sec)
  1. Resize Shapes on Presentation Slides|Aspose.Sli...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Java—automate slide layout adjustments and boost productivity....case: you must adjust individual row heights and column widths to...{ IRow row = table . getRows (). get_Item ( i ); row . setMinimalHeight...

    docs.aspose.com/slides/java/re-sizing-shapes-on...
  2. Setting Background Color Dynamically in Java|As...

    Set text background color for document contents dynamically when building a report in Java....every item into a separate table row colored dynamically, you can...story (or table cell) or in rows of a single document table in...

    docs.aspose.com/words/java/setting-background-c...
  3. 使用 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-hant/cpp/table/add/
  4. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....vertical borders to a table row’s format. doc = aw . Document...insert_cell () builder . write ( f 'Row { i + 1 } , Column 1' ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BorderCollection.Horizontal | Aspose.Words for ...

    Discover the BorderCollection Horizontal property for seamless cell and paragraph borders. Enhance your layout with perfect alignment and style!...vertical borders to a table row’s format. Document doc = new...InsertCell (); builder . Write ( $"Row {i + 1}, Column 1" ); builder...

    reference.aspose.com/words/net/aspose.words/bor...
  6. CellFormat.horizontalMerge property | Aspose.Wo...

    CellFormat.horizontalMerge property. Specifies how the cell is merged horizontally with other cells in the row....horizontally with other cells in the row. get horizontalMerge () : Aspose...the first column of the first row. // This cell will be the first...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....vertical borders to a table row’s format. let doc = new aw ....insertCell (); builder . write ( `Row ${ i + 1 } , Column 1` ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Formatting Pivot Table with Golang via C++|Docu...

    Learn how to customize the appearance of pivot tables using Aspose.Cells for C++....table to show grand totals for rows and columns, how to set the...sample below shows how to: Access row fields. Set subtotals. Set autosort...

    docs.aspose.com/cells/go-cpp/formatting-pivot-t...
  9. 在 Apache POI 和 Aspose.Cells 中创建日期单元格|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....Create a row and put some cells in it. Rows are 0 based. Row row =...styled // as a date. Cell cell = row . createCell ( 0 ); cell . setCellValue...

    docs.aspose.com/cells/zh/java/create-date-cell-...
  10. Extract Text from a Table in OneNote using C#

    Extract text from a table in OneNote using C# with Aspose.Note for .NET. Learn how to extract text from entire tables, specific Rows, or individual cells....Extract Text from a Specific Row in a OneNote Table 3. Extract...from an entire table, a single row, or even an individual cell using...

    blog.aspose.com/note/extract-text-from-table-in...