Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 17,239 for

rows

(0.08 sec)
  1. 在Jython中插入和删除行和列|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....Inserting a Row self . insert_row () # Inserting Multiple Rows self...insert_multiple_rows () # Deleting a Row self . delete_row () # Deleting...

    docs.aspose.com/cells/zh/java/inserting-and-del...
  2. RowFormat.headingFormat property | Aspose.Words...

    RowFormat.headingFormat property. True if the row is repeated as a table heading on every page when the table spans more than one page....headingFormat property True if the row is repeated as a table heading...Shows how to build a table with rows that repeat on every page. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Tables::TableCollection::ToArray...

    Aspose::Words::Tables::TableCollection::ToArray method. Copies all tables from the collection to a new array of tables in C++....RowCollection > rows = tables -> idx_get ( i ) -> get_Rows (); // We...use the "ToArray" method on a row collection to clone it into an...

    reference.aspose.com/words/cpp/aspose.words.tab...
  4. Aspose::Words::Tables::CellCollection::ToArray ...

    Aspose::Words::Tables::CellCollection::ToArray method. Copies all cells from the collection to a new array of cells in C++....RowCollection > rows = tables -> idx_get ( i ) -> get_Rows (); // We...use the "ToArray" method on a row collection to clone it into an...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Split Table in Java|Aspose.Words for Java

    Split table in Java. How to split one table into two separate tables Java....Model, is made up of independent rows and cells, making it easy to...just need to move some of the rows from the original table to the...

    docs.aspose.com/words/java/split-table/
  6. CellCollection class | Aspose.Words for Python

    aspose.words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...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...
  7. CellCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.CellCollection class for easy, typed access to Cell nodes, enhancing document manipulation and efficiency....); RowCollection 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/net/aspose.words.tab...
  8. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....builder # will apply them to every row and cell that we add with it...builder . row_format . clear_formatting () builder . row_format...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.EndRow | Aspose.Words for .NET

    Effortlessly end table Rows in your documents with DocumentBuilder's EndRow method. Streamline your formatting and enhance document clarity!...method Ends a table row in the document. public Row EndRow () Return...Return Value The row node that was just finished. Remarks Call EndRow...

    reference.aspose.com/words/net/aspose.words/doc...
  10. DocumentBuilder.CellFormat | Aspose.Words for .NET

    Explore the DocumentBuilder CellFormat property for seamless table cell formatting. Enhance your documents with customizable styles and properties today!... Write ( "Row 1, cell 1." ); // Insert a second...BottomPadding = 30 ; builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/net/aspose.words/doc...