Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 14,273 for

rows

(0.11 sec)
  1. CellFormat.fit_text property | Aspose.Words for...

    CellFormat.fit_text property. If ``True``, fits text in the cell, compressing each paragraph to the width of the 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...
  2. Gruppera och avgruppera rader och kolumner i Jy...

    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....RowsAndColumns ' # Grouping Rows & Columns self . group_rows_columns () # Ungrouping...Ungrouping Rows & Columns self . ungroup_rows_columns () def...

    docs.aspose.com/cells/sv/java/grouping-and-ungr...
  3. Raggruppa e de raggruppa righe e colonne in Jyt...

    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....RowsAndColumns ' # Grouping Rows & Columns self . group_rows_columns () # Ungrouping...Ungrouping Rows & Columns self . ungroup_rows_columns () def...

    docs.aspose.com/cells/it/java/grouping-and-ungr...
  4. Agrupar y Desagrupar Filas y Columnas en Jython...

    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....RowsAndColumns ' # Grouping Rows & Columns self . group_rows_columns () # Ungrouping...Ungrouping Rows & Columns self . ungroup_rows_columns () def...

    docs.aspose.com/cells/es/java/grouping-and-ungr...
  5. RowCollection.Item | Aspose.Words för .NET

    Få enkel åtkomst till valfri rad med egenskapen RowCollection Item. Hämta snabbt data vid önskat index för sömlös datahantering....indexer Hämtar en Row vid det givna indexet. public Row this [ int index...); RowCollection rows = tables [ i ]. Rows ; // Vi kan använda...

    reference.aspose.com/words/sv/net/aspose.words....
  6. تجميع وفك تجميع الصفوف والأعمدة في Jython|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....RowsAndColumns ' # Grouping Rows & Columns self . group_rows_columns () # Ungrouping...Ungrouping Rows & Columns self . ungroup_rows_columns () def...

    docs.aspose.com/cells/ar/java/grouping-and-ungr...
  7. RowCollection.ToArray | Aspose.Words لـ .NET

    قم بتحويل RowCollection الخاص بك إلى مصفوفة جديدة بسهولة باستخدام طريقة ToArray، مما يضمن إدارة سلسة للبيانات وتحسين الأداء.... public Row [] ToArray () قيمة الإرجاع مجموعة...); RowCollection rows = tables [ i ]. Rows ; // يمكننا استخدام...

    reference.aspose.com/words/ar/net/aspose.words....
  8. PDF에서 C#을 사용하여 테이블 만들기 또는 추가하기|Aspose.PDF for .NET

    Aspose.PDF for .NET은 PDF 테이블을 생성, 읽기 및 편집하는 데 사용되는 라이브러리입니다. 이 주제에서 다른 고급 기능을 확인하세요....생성하는 기능을 제공하는 Table , Cell , Row 라는 클래스가 포함되어 있습니다. 다음 코드 스니펫은...add 10 rows for ( int row_count = 1 ; row_count < 10 ; row_count...

    docs.aspose.com/pdf/ko/net/add-table-in-existin...
  9. DocumentBuilder.RowFormat | Aspose.Words per .NET

    Esplora la proprietà RowFormat di DocumentBuilder per accedere facilmente e personalizzare la formattazione delle righe della tabella, migliorando la progettazione e la presentazione dei documenti.... Write ( "Row 1, cell 1." ); // Avvia una seconda...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . EndTable...

    reference.aspose.com/words/it/net/aspose.words/...
  10. Управление таблицей|Документация Aspose.Slides ...

    Создайте и управляйте таблицами в презентациях PowerPoint на Python...add_table(x, y, column_widths, row_heights) . Пройдите по каждой...каждой ячейки for row in range ( len ( tbl . rows )): for cell in...

    docs.aspose.com/slides/ru/python-net/manage-table/