Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 18,875 for

rows

(0.31 sec)
  1. Drucktitel festlegen|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....); //Defining row numbers 1 & 2 as title rows pageSetup . setPrintTitleRows...

    docs.aspose.com/cells/de/java/set-print-titles/
  2. Administrar filas y columnas en tablas de Power...

    Administre filas y columnas de tabla en PowerPoint con Aspose.Slides para C++ y acelere la edición de presentaciones y la actualización de datos....int x = 0 ; x < table -> get_Rows () -> get_Count (); x ++ ) {...SharedPtr < IRow > row = table -> get_Rows () -> idx_get ( x );...

    docs.aspose.com/slides/es/cpp/manage-rows-and-c...
  3. إدارة الصفوف والأعمدة في جداول PowerPoint باستخ...

    إدارة صفوف وأعمدة الجداول في PowerPoint باستخدام Aspose.Slides لـ C++ وتسريع تحرير العروض التقديمية وتحديث البيانات....int x = 0 ; x < table -> get_Rows () -> get_Count (); x ++ ) {...SharedPtr < IRow > row = table -> get_Rows () -> idx_get ( x );...

    docs.aspose.com/slides/ar/cpp/manage-rows-and-c...
  4. Arbeta med färger|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....BigSpots ; IRow row = ws . CreateRow ( 0 ); ICell cell = row . CreateCell...FillPattern . SolidForeground ; cell = row . CreateCell ( 2 ); cell . SetCellValue...

    docs.aspose.com/cells/sv/net/working-with-colors/
  5. Table cell vertical alignment not applied consi...

    I’m seeing inconsistent rendering of table cell vertical alignment when converting DOCX to images with Aspose.Words. sample1.docx → Cell content is not vertically centered in the PNG output (unexpected). sample2.docx →…...Rows.Count; j++) { var row = table.Rows[j]; for (var...k = 0; k < row.Cells.Count; k++) { var cell = row.Cells[k]; var...

    forum.aspose.com/t/table-cell-vertical-alignmen...
  6. Aspose.Cells 8.5.0中的公共API更改|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....ROW_HEIGHTS枚举字段 Aspose.Cells API...API已经为复制范围时复制行高度的目的提供了PasteType.ROW_HEIGHTS枚举字段。在设置PasteOptions....

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Change Slicer Properties|Documentation

    Learn how to change slicer properties with Aspose.Cells for Python via .NET....slicer, such as its placement or row height. Aspose.Cells for Python...changes its properties, such as row height, width, printable flag...

    docs.aspose.com/cells/python-net/change-slicer-...
  8. إدارة جداول العروض التقديمية في C++|وثائق Aspos...

    إنشاء وتعديل الجداول في شرائح PowerPoint باستخدام Aspose.Slides لـ C++. اكتشف أمثلة شفرات بسيطة لتبسيط سير عمل الجداول....for ( int32_t row = 0 ; row < tbl -> get_Rows () -> get_Count...get_Count (); row ++ ) { for ( int32_t cell = 0 ; cell < tbl -> get_Rows...

    docs.aspose.com/slides/ar/cpp/manage-table/
  9. Archivio

    Archivio...righe for (int row_count = 1; row_count < 10; row_count++) { //...aggiungi riga alla tabella Row row = table.getRows().add(); //...

    blog.aspose.com/it/pdf/create-pdf-files-in-java/
  10. arkiv

    arkiv...rader for (int row_count = 1; row_count < 10; row_count++) { //...// lägg till rad i tabellen Row row = table.getRows().add(); //...

    blog.aspose.com/sv/pdf/create-pdf-files-in-java/