Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 20,352 for

table

(0.12 sec)
  1. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type into the document....docx' ) Shows how to insert a Table of contents (TOC) into a document...DocumentBuilder ( doc = doc ) # Insert a table of contents for the first page...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Supported File Formats|Aspose.PDF for Reporting...

    Check out the supported file formats of Aspose.PDF for Reporting Services. Render your SSRS reports to PDF, DOC, XLS, and more with ease....Load Formats The following table indicates the file formats that...Save Formats The following table indicates the file formats in...

    docs.aspose.com/pdf/reportingservices/supported...
  3. BorderCollection.horizontal property | Aspose.W...

    BorderCollection.horizontal property. Gets the horizontal border that is used between cells or conforming paragraphs....settings to vertical borders to a table row’s format. let doc = new...Create a table with red and blue inner borders. let table = builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentBuilder.insertBreak method | Aspose.Wor...

    DocumentBuilder.insertBreak method. Inserts a break of the specified type into the document....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/nodejs-net/aspose.wo...
  5. Working with Watermark in Node.js|Aspose.Words ...

    Create and manage watermarks in a document using Node.js....document: Add a Watermark in Table Cell Sometimes you need to insert...into a table’s cell and display it outside the table, you can...

    docs.aspose.com/words/nodejs-net/working-with-w...
  6. MappedDataFieldCollection.Item | Aspose.Words f...

    Discover the MappedDataFieldCollection Item property to easily manage field names in your data source for seamless mail merge integration....CreateSourceTableMap (); // The table has a column named "Column2"...data from "Column2" of the table. doc . MailMerge . Execute (...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Footnote | Aspose.Words for Java

    Represents a container for text of a footnote or endnote in Java....Footnote can contain Paragraph and Table child nodes. Examples: Shows...getTables() Gets a collection of tables that are immediate children...

    reference.aspose.com/words/java/com.aspose.word...
  8. NodeType enumeration | Aspose.Words for Python

    aspose.words.NodeType enumeration. Specifies the type of a Word document node.... TABLE A Table object that represents a table in a Word...ROW A row of a table. CELL A cell of a table row. PARAGRAPH A...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Paragraph | Aspose.Words for Java

    Represents a paragraph of text 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...
  10. 从 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...