Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 19,735 for

table

(0.12 sec)
  1. ForeignKeyConstraint | Aspose.Words for Java

    Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated in Java....getRelatedTable() Gets the parent table of this constraint. getTable()...getTable() Gets the child table of this constraint. getUpdateRule()...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose.Cells for Node.js via Java

    This API allows you to do all kinds of operations on Excel files in Node.js code including creating, editing and converting etc....Remove Table Format in Excel using Node.js Create Excel Table in...Node.js Create Excel Pivot Table using Node.js Display Document...

    kb.aspose.com/cells/nodejs/
  3. 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...
  4. RTF template width is not accommodating for all...

    Hello, I am facing an issue where we are generating RTF template with high column count or column width. When the overall column width exceeds a certain value it starts clipping the column at the right end (Example file…...info("start createSimpleTable()"); Table table = builder.startTable(); builder...setPageWidth(PreferredWidthType.AUTO); table.autoFit(AutoFitBehavior.AUTO_FIT_TO_CONTENTS);...

    forum.aspose.com/t/rtf-template-width-is-not-ac...
  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 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...
  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. Aspose.Slides Product Family

    Find answers about creating, converting, and editing presentations in code without utilizing Microsoft PowerPoint....Create a Table in PowerPoint using Python How to Create a Table in...PowerPoint using C# How to Insert a Table in a Slide using Java How to...

    kb.aspose.com/slides/page/3/
  9. 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...
  10. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...instances of String of text in a table and cell. doc = aw . Document...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

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