Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 16,124 for

table

(0.08 sec)
  1. Aspose::Words::Fields::FieldToc::get_InsertHype...

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

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. DataRelation | Aspose.Words for Java

    Represents a parent/child relationship between two DataTable objects in Java....specified name, parent and child tables, matched arrays of parent and...getChildTable() Gets the child table of this relation. getChildTableName()...

    reference.aspose.com/words/java/com.aspose.word...
  3. 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...
  4. 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-...
  5. CellFormat.fitText property | Aspose.Words for ...

    CellFormat.fitText property. If ``true``, fits text in the cell, compressing each paragraph to the width of the cell....Examples Shows how to build a table with custom borders. let doc... startTable (); // Setting table formatting options for a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Fields::FieldDatabase::get_Forma...

    Aspose::Words::Fields::FieldDatabase::get_FormatAttributes method. Gets which attributes of the format are to be applied to the Table in C++....format are to be applied to the table. System :: String Aspose ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Table; import com.aspose.pdf.TextDefaults;...new Document(); Table table = new Table(); table.setDefaultCellBorder(new...

    forum.aspose.com/t/rare-chinese-characters-disp...
  8. Recognise Self Closing Tags|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....xlsx Sample Code Prefix Table Elements Styles with HtmlSaveOptions...

    docs.aspose.com/cells/python-net/recognise-self...
  9. Issue with Arabic Text Display in PDF Conversio...

    We are using Aspose.PDF version 24.1.0 to convert an HTML file to PDF. While the general conversion works, we are facing a critical issue with the display of Arabic text. Specifically, there are large spaces between Arab…...footer table { border-top: 2px solid #dfdec3;...none; text-align: center; } table { width: 100%; border-collapse:...

    forum.aspose.com/t/issue-with-arabic-text-displ...
  10. 管理表格|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/