Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 14,234 for

rows

(0.04 sec)
  1. Aspose::Words::Tables::TableCollection::idx_get...

    Aspose::Words::Tables::TableCollection::idx_get method. Retrieves a Table at the given index 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...
  2. DocumentBuilder.end_row method | Aspose.Words f...

    DocumentBuilder.end_row method. Ends a table row in the document....end_row method end_row() Ends a table row in the document. def...end_row ( self ): ... Remarks Call DocumentBuilder.end_row() to...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RowFormat.height property | Aspose.Words for No...

    RowFormat.height property. Gets or sets the height of the table row in points....sets the height of the table row in points. get height () : number...them // to the current cell/row its cursor is in, // as well...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. CellCollection.toArray method | Aspose.Words fo...

    CellCollection.toArray method. Copies all cells from the collection to a new array of cells....${ i } ` ); let rows = tables . at ( i ). rows ; for ( let j =...= 0 ; j < rows . count ; j ++ ) { console . log ( `\tStart of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Generate Codablock-F Barcodes in C++|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....Overview Codablock-F is a multiple-row stacked symbology that allows...setting the required number rows (from 2 to 44) so that each...

    docs.aspose.com/barcode/cpp/codablockf-barcodes/
  6. FieldNextIf.LeftExpression | Aspose.Words for .NET

    Discover the FieldNextIf LeftExpression property. Easily manage the left side of your comparison expressions for enhanced data manipulation and analysis....NEXT/NEXTIF fields to merge multiple rows into one page during a mail...source for our mail merge with 3 rows. // A mail merge that uses this...

    reference.aspose.com/words/net/aspose.words.fie...
  7. HeightRule enumeration | Aspose.Words for Python

    aspose.words.HeightRule enumeration. Specifies the rule for determining the height of an object....Examples Shows how to format rows with a document builder. doc.... write ( 'Row 1, cell 1.' ) # Start a second row, and then configure...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. 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...
  10. 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...