Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 16,161 for

table

(0.37 sec)
  1. AbsorbedTable cannot extract the merged cells -...

    Hi, When I try to get the merged cells which positions are right by the other cells, Aspose pdf cannot extract into TableAbsorber, does there any solution for this problem? Looking forward to your response. In this JPG…...challenge when dealing with tables that contain merged cells,...improve the recognition of tables and may help in extracting...

    forum.aspose.com/t/absorbedtable-cannot-extract...
  2. IFieldMergingCallback | Aspose.Words for Java

    Implement this interface if you want to control how data is inserted into merge fields during a mail merge operation in Java....FROM Employees"); DataTable table = new DataTable(resultSet, "Employees");...getMailMerge().executeWithRegions(table); // Close the database conn...

    reference.aspose.com/words/java/com.aspose.word...
  3. 替换 PDF 中的文本|Aspose.PDF for Java

    了解更多关于替换和删除 PDF 文本的各种方法。Aspose.PDF 允许在特定区域或使用正则表达式替换文本。...$P 页" ); // 实例化一个表对象 Table tab2 = new Table (); // 将表添加到所需部分的段落集合中... add ( t5 ); Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/zh/java/replace-text-in-a-p...
  4. 管理表格|Aspose.Slides for Python 文档

    在 Python 中创建和管理 PowerPoint 演示中的表格...Slides 提供了 Table 类, ITable 接口, Cell 类, ICell...数组。 定义一个 rowHeight 数组。 通过 add_table(x, y, column_widths, row_heights)...

    docs.aspose.com/slides/zh/python-net/manage-table/
  5. Aspose::Words::Fields::FieldToc::set_InsertHype...

    Aspose::Words::Fields::FieldToc::set_InsertHyperlinks method. Sets whether to make the Table of contents entries hyperlinks in C++....method Sets whether to make the table of contents entries hyperlinks...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Appendix A. Enumeration Extension Methods|Aspos...

    Use built-in extension methods to perform common manipulations on a sequential data when building a report in Java.... The following table describes these built-in extension...conventions are used within the table: Selector stands for a lambda...

    docs.aspose.com/words/java/appendix-a-enumerati...
  7. ReplacingArgs class | Aspose.Words for Node.js

    Aspose.Words.Replacing.ReplacingArgs class. Provides data for a custom replace operation...document after a paragraph or table. /// </summary> private static...nodeType == aw . NodeType . Table ) { let dstStory = insertionDestination...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row....Examples Shows how to build a table with custom borders. doc = aw...) builder . start_table () # Setting table formatting options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Words Features Missing in Docx4j|Aspose....

    Perform some operations with documents faster and more conveniently than docx4j. In addition, there are operations that are not supported by docx4j.... The following table contains some of the popular...article Manipulate tables The Working with Tables section Manipulate...

    docs.aspose.com/words/java/missing-features-of-...
  10. Replace Fields With Static Text in PHP|Aspose.W...

    Replace Fields With Static Text using PHP....visitTableStart ( Table table ) { CheckDepthAndRemoveN ( table ); return...

    docs.aspose.com/words/java/replace-fields-with-...