Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 19,011 for

rows

(0.12 sec)
  1. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\test…...Rows moved to the next page when converting DOCX to PDF Aspose...Aspose.Words. I noticed the last row of a page was moved to the beginning...

    forum.aspose.com/t/rows-moved-to-the-next-page-...
  2. Incorrect Decimal Separator in CSS for Fixed Ro...

    Hello, when exporting XLSX files with fixed Rows to HTML, the generated CSS uses a comma as the decimal separator (e.g., top:13,25pt) instead of a dot, which is invalid in CSS. System Language is German. CultureInfo o…...Decimal Separator in CSS for Fixed Rows When Exporting XLSX to HTML...exporting XLSX files with fixed rows to HTML, the generated CSS uses...

    forum.aspose.com/t/incorrect-decimal-separator-...
  3. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...Prevent table header rows from repeating in large PDF files Aspose...foreach (var row in table.Rows.Cast<Row>()) { row.RowFormat.HeadingFormat...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  4. Aspose.Cells for Java - Issue with missing char...

    Hi Aspose team, I’m encountering an issue when using Aspose.Cells to generate screenshots from an Excel template. The behaviour of the chart’s red border seems inconsistent depending on how Rows are handled: When no r…...missing chart border when hiding rows in Excel template Aspose.Cells...

    forum.aspose.com/t/aspose-cells-for-java-issue-...
  5. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table....first_row property Table.first_row property Returns the first...first Row node in the table. @property def first_row ( self ) ->...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Excel Row and Column Operations|Documentation

    Excel row and column operations - insert, delete, resize, hide/unhide Rows and columns with AI automation...Excel Row and Column Operations Contents [ Hide ] Excel Row and...Column Operations Manage Excel row and column operations with AI‑powered...

    docs.aspose.com/cells/nodejs-cpp/mcp/row-column...
  7. Row.Cells | Aspose.Words for .NET

    Access Row Cells effortlessly with typed controls for seamless management of child nodes, enhancing your data manipulation experience....Cells Contents [ Hide ] Row.Cells property Provides typed access...the Cell child nodes of the row. public CellCollection Cells...

    reference.aspose.com/words/net/aspose.words.tab...
  8. RowCollection.ToArray | Aspose.Words for .NET

    Effortlessly convert your RowCollection to a new array with the ToArray method, ensuring seamless data management and enhanced performance....Copies all rows from the collection to a new array of rows. public...public Row [] ToArray () Return Value An array of rows. Examples Shows...

    reference.aspose.com/words/net/aspose.words.tab...
  9. TableCollection.to_array method | Aspose.Words ...

    TableCollection.to_array method. Copies all tables from the collection to a new array of tables....of Table { i } ' ) rows = tables [ i ] . rows # We can use the...the "ToArray" method on a row collection to clone it into an array...

    reference.aspose.com/words/python-net/aspose.wo...
  10. CellVerticalAlignment enumeration | Aspose.Word...

    Aspose.Words.Tables.CellVerticalAlignment enumeration. Specifies vertical justification of text inside a table cell.... write ( "Row 1, cell 1." ); builder . insertCell...insertCell (); builder . write ( "Row 1, cell 2." ); builder . endRow...

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