Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 18,996 for

rows

(0.09 sec)
  1. Applying Style on a Row or Column|Documentation

    This article introduces how to apply style on row or column in GridDesktop....Ask AI Applying Style on a Row or Column Contents [ Hide ] In...changing the font and font color of rows and columns of a worksheet....

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  2. Word Table Cell Merge Issue - Free Support Foru...

    Cell Merge is not working for me. Below is my code. Table footerTbl = builder.StartTable(); builder.InsertCell(); builder.CellFormat.HorizontalMerge = CellMerge.First; builder.Font.Size = 8; builder.ParagraphFormat.Alig…...on the next cell in the same row. In the posted code the second...two normal cells in the next row: // start the table Table footerTbl...

    forum.aspose.com/t/word-table-cell-merge-issue/...
  3. Issue while generating PDF reports with Large D...

    Hi Team, We are facing PDF generation issues as below: . Our API is able to generate PDF file, if the Data load is less than 50,000 records . But when API is with 50,000+ records, API stop working . When we do simila…...Purpose of method is, read each row from collection (grid) and perform...Variables Info // grid : holds 50000 rows. // colValueType : hold info...

    forum.aspose.com/t/issue-while-generating-pdf-r...
  4. Table.left_indent property | Aspose.Words for P...

    Table.left_indent property. Gets or sets the value that represents the left indent of the table.... row_format . height = 40 builder . row_format . height_rule...apply them # to the current cell/row its cursor is in, # as well as...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.ParagraphFormat | Aspose.Words ...

    Explore the DocumentBuilder's ParagraphFormat property to access and customize essential paragraph formatting features for enhanced document styling....them // to the current cell/row its cursor is in, // as well...well as any new cells and rows created using that builder. builder...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Table.description property | Aspose.Words for P...

    Table.description property. Gets or sets description of this table...Create the outer table with three rows and four columns, and then add...Create another table with two rows and two columns and then insert...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shifted and deleted cells in Docx table (Java) ...

    Hi, We’re running Aspose with files containing tables with certain formatting. When this happens, the outputted file seems to have shifted cells around, overlays cells on top of other cells and deletes some. It seems t…...multiple rows being used for a single heading, rows spanning...multiple pages and some of those rows being completely empty. GitHub...

    forum.aspose.com/t/shifted-and-deleted-cells-in...
  8. Table recognition|Documentation

    Extracting and recognizing table cells from images, web links, scanned PDFs, DjVu files, folders, archives and other content....you can retrieve the table’s row and column structure using the...extract text from table and get rows and columns structure: com ...

    docs.aspose.com/ocr/java/table-recognition/
  9. DataRowCollection | Aspose.Words for Java

    Represents a collection of Rows for a DataTable in Java....Iterable Represents a collection of rows for a DataTable . Methods Method...Description add(System.Data.DataRow row) Adds the specified DataRow to...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|Aspose.Slides 文档

    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....string FileName = "Removing Row Or Column in Table.pptx" ; Presentation.... msoTrue ) { shp . Table . Rows [ 1 ]. Delete (); } } Aspose...

    docs.aspose.com/slides/zh/net/removing-row-or-c...