Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 18,903 for

rows

(0.22 sec)
  1. Gestionar tablas de presentación con Python|Doc...

    Crear y editar tablas en presentaciones PowerPoint y OpenDocument con Aspose.Slides para Python mediante .NET. Descubre ejemplos de código simples para optimizar tus flujos de trabajo con tablas....column_widths = [ 50 , 50 , 50 ] row_heights = [ 50 , 30 , 30 , 30...( 100 , 50 , column_widths , row_heights ) # Establecer el formato...

    docs.aspose.com/slides/es/python-net/manage-table/
  2. Chercher

    chercher...Rows.Add() . Ajoutez le tableau à...lignes for (int row_count = 1; row_count < 10; row_count++) { //...

    blog.aspose.com/fr/pdf/create-table-in-pdf-file...
  3. 搜索

    搜索...Rows.Add() 方法創建行來填充表格。 使用 Document...10 行 for (int row_count = 1; row_count < 10; row_count++) { //...

    blog.aspose.com/zh-hant/pdf/create-table-in-pdf...
  4. العمل مع ميزة تحديد في GridJs|Documentation

    يوضح هذا المقال كيفية استخدام التسليط في نص الخلية ونطاقات الخلايا، الأشكال والصور في GridJs... addHighlightText ( row , col , startpostion , endposition...) // the parameters are: row : row index col : column index startpostion...

    docs.aspose.com/cells/ar/java/aspose-cells-grid...
  5. Arbetar med GridJs Markera funktion|Documentation

    Denna artikel beskriver hur man använder markering på celltext, cellområden, former och bilder i GridJs.... addHighlightText ( row , col , startpostion , endposition...) // the parameters are: row : row index col : column index startpostion...

    docs.aspose.com/cells/sv/net/aspose-cells-gridj...
  6. استيراد من DataTable|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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/ar/net/importing-from-dat...
  7. Importazione da DataTable|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....Int32 )); //Creating an empty row in the DataTable object DataRow...NewRow (); //Adding data to the row dr [ 0 ] = 1 ; dr [ 1 ] = "Aniseed...

    docs.aspose.com/cells/it/net/importing-from-dat...
  8. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Row; import com.aspose.pdf.Table;...getPages().add(); Row row = table.getRows().add(); row.setFixedRowHeight(216...

    forum.aspose.com/t/rare-chinese-characters-disp...
  9. Ajuster automatiquement les lignes et les colon...

    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.... Code Ruby def autofit_row () data_dir = File . dirname...( 0 ) # Auto-fitting the 3rd row of the worksheet worksheet ....

    docs.aspose.com/cells/fr/java/autofit-rows-and-...
  10. イメージマーカー|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....DataRow row = t . NewRow (); row [ 0 ] = imageData ; t . Rows . Add...Add ( row ); //Add another record (having picture) to it. //imageData...

    docs.aspose.com/cells/ja/net/image-markers/