Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 19,020 for

rows

(0.2 sec)
  1. Автоматическая подгонка строк и столбцов в PHP|...

    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....public static function autofit_row ( $dataDir ) { # Instantiating...0 ); # Auto-fitting the 3rd row of the worksheet $worksheet ->...

    docs.aspose.com/cells/ru/java/autofit-rows-and-...
  2. Apache POI ve Aspose.Cells'de Farklı Cell Türle...

    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....sheet" ); Row row = sheet . createRow (( short ) 2 ); row . createCell...0 ). setCellValue ( 1 . 1 ); row . createCell ( 1 ). setCellValue...

    docs.aspose.com/cells/tr/java/create-different-...
  3. Adattamento automatico delle righe e delle colo...

    Scopri come adattare automaticamente righe e colonne tramite l API Aspose.Cells for Python Via Java.... Codice Python def autofit_row ( self ): \ # Instantiating a...0 ) \ # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/it/java/autofit-rows-and-...
  4. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell....// will apply them to every row and cell that we add with it...insertCell (); builder . write ( "Row 1, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CellFormat.wrapText property | Aspose.Words for...

    CellFormat.wrapText property. If ``true``, wrap text for the cell....// will apply them to every row and cell that we add with it...insertCell (); builder . write ( "Row 1, Col 1" ); builder . insertCell...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.InsertCell | Aspose.Words for .NET

    Effortlessly enhance your documents with the DocumentBuilder InsertCell method—quickly add customizable table cells for improved organization and clarity....the same row, call InsertCell again. To end a table row call EndRow...table, then populate the first row with two cells. builder . StartTable...

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

    Arsip...write("Header Row,\n Cell 1"); // Kita tidak perlu...insertCell(); builder.write("Header Row,\n Cell 2"); builder.insertCell();...

    blog.aspose.com/id/words/create-table-in-word-j...
  8. arkiv

    arkiv...write("Header Row,\n Cell 1"); // Vi behöver inte...insertCell(); builder.write("Header Row,\n Cell 2"); builder.insertCell();...

    blog.aspose.com/sv/words/create-table-in-word-j...
  9. AutoFitBehavior Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Tables.AutoFitBehavior per ottimizzare il ridimensionamento delle tabelle con il metodo AutoFit, migliorando il layout e la presentazione del documento.... Write ( "Row 1, cell 1." ); builder . InsertCell...InsertCell (); builder . Write ( "Row 1, cell 2." ); builder . EndRow...

    reference.aspose.com/words/it/net/aspose.words....
  10. Table Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Tables.Table per creare e gestire facilmente le tabelle nei documenti Word, migliorando il layout e la funzionalità del documento....get; } Restituisce il primo Row nodo nella tabella. HasChildNodes...get; } Restituisce l’ultimo Row nodo nella tabella. LeftIndent...

    reference.aspose.com/words/it/net/aspose.words....