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

rows

(0.27 sec)
  1. Отображение таблицы с помощью Entity Framework|...

    Эта статья покажет вам, как отобразить таблицу, используя модель Entity Framework в качестве источника данных с помощью Aspose.PDF for .NET....размещать их в документе, используя Rows и Cells . Таким образом, чтобы...data ) { var headRow = table . Rows . Add (); var props = typeof...

    docs.aspose.com/pdf/ru/net/render-table-using-e...
  2. Copier des lignes et des colonnes en Ruby|Docum...

    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 copy_rows () data_dir = File . dirname...get ( 0 ) # Copy the second row with data, formattings, images...

    docs.aspose.com/cells/fr/java/copying-rows-and-...
  3. نسخ أوراق العمل بين دفاتر العمل|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....//Put some data into header rows (A1:A4) for ( int i = 0 ; i...( string . Format ( "Header Row {0}" , i )); } //Put some detail...

    docs.aspose.com/cells/ar/net/copy-worksheets-be...
  4. Copier des feuilles de calcul entre des classeu...

    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....//Put some data into header rows (A1:A4) for ( int i = 0 ; i...( string . Format ( "Header Row {0}" , i )); } //Put some detail...

    docs.aspose.com/cells/fr/net/copy-worksheets-be...
  5. DocumentVisitor.VisitTableEnd | Aspose.Words pe...

    Esplora il metodo VisitTableEnd di DocumentVisitor, che segnala in modo efficiente la fine dell'enumerazione della tabella, migliorando la tua esperienza di codifica....) { int rows = 0 ; int columns = 0 ; if ( table . Rows . Count...Count > 0 ) { rows = table . Rows . Count ; columns = table . FirstRow...

    reference.aspose.com/words/it/net/aspose.words/...
  6. أرشيف

    أرشيف...System::SharedPtr<Row> row = System::MakeObject<Row>(doc); row->get_Ro...e(true); table->AppendChild(row); // يمكننا الآن تطبيق أي إعدادات...

    blog.aspose.com/ar/words/insert-table-in-word-d...
  7. أرشيف

    أرشيف...rows [] []. textframe.text. احفظ...الحدود لكل خلية for row in range(len(tbl.rows)): for cell in range(len(tbl...

    blog.aspose.com/ar/slides/create-powerpoint-pre...
  8. Archiv

    Archiv...System::SharedPtr<Row> row = System::MakeObject<Row>(doc); row->get_Ro...e(true); table->AppendChild(row); // Nyní můžeme použít libovolné...

    blog.aspose.com/cs/words/insert-table-in-word-d...
  9. PDFにテーブルを作成または追加する|Aspose.PDF for PHP via Java

    PDFドキュメントにテーブルを作成または追加し、セルスタイルを適用し、ページ上でテーブルを分割し、行と列をカスタマイズする方法を学びます。...10行を追加するループを作成する for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ )...) { // テーブルに行を追加する $row = $table -> getRows () -> add (); // テーブルセルを追加する...

    docs.aspose.com/pdf/ja/php-java/add-table-in-ex...
  10. False positioning of rotated text in table cell...

    I try to create a dynamic (varying input texts) solution for adding rotated (90°) text within a table cell. Example of desired result: Adding a TextFragment with rotated text to an table cell results in unexpected ou…...Row row = new Aspose.Pdf.Row(); row.MinRowHeight...100; Aspose.Pdf.Cell cell = row.Cells.Add(); cell.Border = new...

    forum.aspose.com/t/false-positioning-of-rotated...