Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 19,024 for

rows

(0.19 sec)
  1. Setting AWExporterParameter under JR7 - Free Su...

    Hello, I’ve been trying to migrate our environment from JR 6.21.5 (Aspose.Words for Jasper 23.10.4) to JR 7.0.3. I’m encountering problems with the AWExporterParameter. For example, we’re setting the parameter AWExport…...USE_EXACT_ROW_HEIGHTS: import com.aspose.words...setParameter(AWExporterParameter.USE_EXACT_ROW_HEIGHTS, Boolean.FALSE); With...

    forum.aspose.com/t/setting-awexporterparameter-...
  2. C++ 를 사용하여 PDF에서 표 제거 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에서 테이블을 제거합니다....auto row : table -> get_RowList ()) { for ( auto cell : row ->...

    products.aspose.com/pdf/ko/cpp/table/remove/
  3. C++ 를 사용하여 PDF에서 표 추출 | Aspose.PDF

    C++ 용 Aspose.PDF 를 사용하여 C++ 샘플 코드를 사용하여 프로그래밍 방식으로 PDF 파일에서 테이블을 추출합니다....auto row : table -> get_RowList ()) { for ( auto cell : row ->...

    products.aspose.com/pdf/ko/cpp/table/extract/
  4. Tabelle|Aspose.Slides für Python Dokumentation

    Erstellen und formatieren Sie Tabellen in Python mit Aspose.Slides: Daten einfügen, Zellen zusammenführen, Rahmen gestalten, Inhalte ausrichten und für PPT, PPTX und ODP importieren/exportieren.... rows [ 0 ][ 0 ], table . rows [ 1 ][ 1 ], False...

    docs.aspose.com/slides/de/python-net/examples/e...
  5. جدول|وثائق Aspose.Slides لـ Python

    إنشاء وتنسيق الجداول في Python باستخدام Aspose.Slides: إدراج البيانات، دمج الخلايا، تنسيق الحدود، محاذاة المحتوى، والاستيراد/التصدير لملفات PPT، PPTX و ODP.... rows [ 0 ][ 0 ], table . rows [ 1 ][ 1 ], False...

    docs.aspose.com/slides/ar/python-net/examples/e...
  6. Using Extension Methods in C#|Aspose.Words for ...

    Use extension methods in template expressions when building a report in C#....iteration variables such as $row$ ? A: Yes. Iteration variables...can write expressions like $row$.Where(r => r.Price > 100) directly...

    docs.aspose.com/words/net/using-extension-metho...
  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.... SetFont ( font ); IRow row = ws . CreateRow ( 0 ); // Create...a value in it. ICell cell = row . CreateCell ( 1 ); cell . SetCellValue...

    docs.aspose.com/cells/ru/net/working-with-fonts/
  8. Travailler avec les polices|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.... SetFont ( font ); IRow row = ws . CreateRow ( 0 ); // Create...a value in it. ICell cell = row . CreateCell ( 1 ); cell . SetCellValue...

    docs.aspose.com/cells/fr/net/working-with-fonts/
  9. Lavorare con i caratteri|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.... SetFont ( font ); IRow row = ws . CreateRow ( 0 ); // Create...a value in it. ICell cell = row . CreateCell ( 1 ); cell . SetCellValue...

    docs.aspose.com/cells/it/net/working-with-fonts/
  10. Nuova Linea nelle Celle|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....); IRow row = sheet . CreateRow ( 2 ); ICell cell = row . CreateCell...

    docs.aspose.com/cells/it/net/new-line-in-cells/