Sort Score
Result 10 results
Languages All
Labels All
Results 2,401 - 2,410 of 19,712 for

table

(0.17 sec)
  1. Aspose::Words::Fonts::TableSubstitutionRule::Ge...

    Aspose::Words::Fonts::TableSubstitutionRule::GetSubstitutes method. Returns array containing substitute font names for the specified original font name in C++....with custom font substitution tables. auto doc = System :: MakeObject...fontSettings ); // Create a new table substitution rule and load the...

    reference.aspose.com/words/cpp/aspose.words.fon...
  2. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes in Java....accept(hiddenContentRemover); // 2 - Table node: Table table = doc.getFirstSection()...getBody().getTables().get(0); table.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Totals is not recovering correctly - Free Suppo...

    Hi, We are using Table with multiple Totals One of them as Total Row. The others are user created and they are part of the Table. We use the mechanism Table.ShowTotals = false; and after manipulating the data (includi…...10:15am 1 Hi, We are using table with multiple Totals One of...are part of the table. We use the mechanism table.ShowTotals = false;...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  4. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...) for table in absorber . table_list : for row in table . row_list...

    docs.aspose.com/pdf/zh/python-net/extract-table...
  5. Problem for resetting the numbering of List whi...

    We encountered an issue when resetting the list numbering when merging documents. In order to prevent the merged list from continuing the numbering of the target document, we wrote a new processing method called “ResetNu…...Tables.Table) { Table tmTb = newNode as Table; Table tmSrcTb...tmSrcTb = node as Table; for (int i = 0; i < tmTb.Rows.Count; i++)...

    forum.aspose.com/t/problem-for-resetting-the-nu...
  6. 创建复杂的PDF|Aspose.PDF for .NET

    Aspose.PDF for NET 允许您创建包含图像、文本片段和表格的更复杂的文档。...); // Add table var table = new Aspose . Pdf . Table { ColumnWidths..."Helvetica" ) } }; var headerRow = table . Rows . Add (); headerRow ...

    docs.aspose.com/pdf/zh/net/complex-pdf-example/
  7. How to Recognize That the Font Was Replaced in ...

    If you're not sure why a document's layout has changed or why a certain font doesn't look as expected, font substitution warnings messages can help....rule “table substitution” – for substitution by table rule “font...

    docs.aspose.com/words/cpp/how-to-recognize-that...
  8. Superposition Word to PDF - Free Support Forum ...

    Hello. We are a software publisher using your library for our Web application. And we used Aspose.Word for converting Word to Pdf. On a Word document, containing Table, we have a strange issue, which need to be fixed. …...a Word document, containing table, we have a strange issue, which...think the error is due to “Table properties” Thanks by advanced...

    forum.aspose.com/t/superposition-word-to-pdf/31...
  9. BreakType | Aspose.Words for Java

    Specifies type of a break inside a document in Java....docx"); Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder(doc); // Insert a table of contents for the first page...

    reference.aspose.com/words/java/com.aspose.word...
  10. ChartDataTable.hasHorizontalBorder property | A...

    ChartDataTable.hasHorizontalBorder property. Gets or sets a flag indicating whether a horizontal border of the data Table is displayed...horizontal border of the data table is displayed. The default value...Examples Shows how to show data table with chart series data. let...

    reference.aspose.com/words/nodejs-net/aspose.wo...