Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 19,504 for

rows

(0.16 sec)
  1. Text Alignment|Documentation

    Learn how to change horizontal and vertical text alignment in the spreadsheet using toolbar buttons or the Format Cells dialog, and see how to do it programmatically with the JavaScript API....the center while keeping data rows left‑aligned. How to use Method...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  2. LayoutEnumerator.document property | Aspose.Wor...

    LayoutEnumerator.document property. Gets document this instance enumerates....Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  3. LayoutEnumerator.text property | Aspose.Words f...

    LayoutEnumerator.text property. Gets text of the current span entity...Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  4. LayoutEnumerator.reset method | Aspose.Words fo...

    LayoutEnumerator.reset method. Moves the enumerator to the first page of the document....Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  5. LayoutEnumerator.move_next method | Aspose.Word...

    LayoutEnumerator.move_next method. Moves to the next sibling entity in visual order....Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.page_index property. Gets the 1-based index of a page which contains the current entity....Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  7. LayoutEnumerator.move_last_child method | Aspos...

    LayoutEnumerator.move_last_child method. Moves to the last child entity....Layout entities are pages, cells, rows, lines, and other objects included...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Place a textbox within a specific cell in a tab...

    Good Day We are currently generating a table and we want to make the fields within a specific column editable. I want to place textboxes within the cells of the editable column but the problem is that I can't find the c…...Row row1 = table1.Rows.Add(); row1.FixedRowHeight...Height = 15; Aspose.Pdf.Row row2 = table1.Rows.Add(); Aspose.Pdf.Cell...

    forum.aspose.com/t/place-a-textbox-within-a-spe...
  9. Working with Cross (Pivot) Tables in Java|Aspos...

    Output a Cross (Pivot) Tables when building a report in Java....table-column data band into a table-row data band as follows. <<foreach...start (or end) an outer table-row data band and a nested table-column...

    docs.aspose.com/words/java/working-with-cross-p...
  10. About caption insertion to image & table column...

    Could you please help me on add caption to image & how hide column in Aspose template word report. Could you please share tutorials and code example related to Aspose word table column hide and caption insertion in temp…...hidden foreach (Row row in table.Rows) { Cell cell = row.Cells[columnIndex];...Width = 0; foreach (Row r in table.Rows) r.Cells[hideIdx].CellFormat...

    forum.aspose.com/t/about-caption-insertion-to-i...