Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 18,878 for

rows

(0.1 sec)
  1. Table.AcceptEnd | Aspose.Words for .NET

    Discover the Table AcceptEnd method, seamlessly integrate visitors at the table's end for enhanced user experience and efficient data handling..../// Called when visiting of a Row node is ended in the document...VisitRowEnd ( Row row ) { if (! row . HasChildNodes && row . ParentNode...

    reference.aspose.com/words/net/aspose.words.tab...
  2. Table.Accept | Aspose.Words for .NET

    Discover the Table Accept method for seamless visitor management. Enhance user experience and streamline interactions effortlessly!.../// Called when visiting of a Row node is ended in the document...VisitRowEnd ( Row row ) { if (! row . HasChildNodes && row . ParentNode...

    reference.aspose.com/words/net/aspose.words.tab...
  3. XMLからPDFを生成する|Aspose.PDF for .NET

    Aspose.PDF for .NETは、入力XMLファイルを必要とするXMLファイルをPDF文書に変換するいくつかの方法を提供します。...match= "employee" > <fo:table-row> <xsl:if test= "designation =...</fo:table-cell> </fo:table-row> </xsl:template> </xsl:stylesheet>...

    docs.aspose.com/pdf/ja/net/generate-pdf-from-xml/
  4. 操作现有PDF中的表格|Aspose.PDF for Java

    操作现有PDF文件中的表格,并使用Aspose.PDF for Java在PDF文档中用新表替换旧表。... 1F )); Row row = newTable . getRows (). add (); row . getCells..."Col 1" ); row . getCells (). add ( "Col 2" ); row . getCells...

    docs.aspose.com/pdf/zh/java/manipulate-tables-i...
  5. Table.rightPadding property | Aspose.Words for ...

    Table.rightPadding property. Gets or sets the amount of space (in points) to add to the right of the contents of cells.... write ( "Row 1, cell 1." ); builder . insertCell...insertCell (); builder . write ( "Row 1, cell 2." ); builder . endTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. RowFormat.AllowBreakAcrossPages | Aspose.Words ...

    اكتشف خاصية RowFormat AllowBreakAcrossPages، وقم بتمكين تدفق النص بشكل سلس في صفوف الجدول عبر فواصل الصفحات لتحسين إمكانية القراءة والعرض.... foreach ( Row row in table ) row . RowFormat . AllowBreakAcrossPage...

    reference.aspose.com/words/ar/net/aspose.words....
  7. Новая строка в ячейках|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....Java Row row = sheet . createRow ( 2 ); Cell cell = row . createCell...

    docs.aspose.com/cells/ru/java/new-line-in-cells/
  8. Exportar datos de Excel para llenar un formular...

    Esta sección explica cómo puedes exportar datos de una hoja de cálculo de Excel para llenar un formulario PDF utilizando la clase AutoFiller....Exporting the contents of 7 rows and 2 columns starting from...DataRow row ; for ( int i = 1 ; i <= 4 ; i ++) { row = table...

    docs.aspose.com/pdf/es/net/export-excel-workshe...
  9. Exporter les données Excel pour remplir un form...

    Cette section explique comment vous pouvez exporter les données d'une feuille de calcul Excel pour remplir un formulaire PDF en utilisant la classe AutoFiller....Exporting the contents of 7 rows and 2 columns starting from...DataRow row ; for ( int i = 1 ; i <= 4 ; i ++) { row = table...

    docs.aspose.com/pdf/fr/net/export-excel-workshe...
  10. Автоматическая подгонка строк для объединенных ...

    Узнайте, как автоматически подгонять строки для объединенных ячеек с помощью Aspose.Cells for Node.js via C++. Реализуйте функцию автоматической подгонки для объединенных ячеек в таблицах....expands the height of the first row. options . setAutoFitMergedCell...AutoFitMergedCellsTy . FirstLine ); // Autofit rows in the sheet (including the...

    docs.aspose.com/cells/ru/nodejs-cpp/autofit-row...