Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 20,445 for

table

(0.11 sec)
  1. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...of("Table 14.1.1.1.1_Shell_Solution_H...ction_20250701 (6).docx", "Table 14.1.1.1.1_Shell_Solution_H...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  2. IFieldUserPromptRespondent | Aspose.Words for Java

    Represents the respondent to user prompts during field update in Java....DataTable table = new DataTable("My Table"); table.getColumns()...add("Column 1"); table.getRows().add("Row 1"); table.getRows().add("Row...

    reference.aspose.com/words/java/com.aspose.word...
  3. Developer Guide|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....Create Pivot Table Formatting Pivot Table Table Creating a List...Object Format a List Object - Table Picture Insert a Linked Picture...

    docs.aspose.com/cells/java/developer-guide/
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C# 将表格添加到 PDFhttps://products.aspose.com/pdf/zh-hant/net/Table/add/Recent content in 使用 C# 将表格添加到 PDF on Aspsoe.PDF ProductsHugo -- gohugo.i......com/pdf/zh-hant/net/table/add/Recent content in 使用 C#...aspose.com/pdf/zh-hant/net/table/add/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hant/net/table/add/i...
  5. FieldMergeSeq Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeSeq class for seamless document merging with the MERGESEQ field. Boost your document automation today!...DataTable table = new DataTable ( "Employees" ); table . Columns..."Name" ); table . Rows . Add ( "Jane Doe" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  6. BreakType enumeration | Aspose.Words for Python

    aspose.words.BreakType enumeration. Specifies type of a break inside a 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...
  7. FieldAsk Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAsk class for seamless implementation of the ASK field, enhancing document automation and efficiency....DataTable table = new DataTable ( "My Table" ); table . Columns..."Column 1" ); table . Rows . Add ( "Row 1" ); table . Rows . Add...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldTC Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldTC class for seamless TC field implementation, enhancing your document processing with powerful features....number for a table of contents (including a table of figures)...compile all TC fields into a table of contents. FieldToc fieldToc...

    reference.aspose.com/words/net/aspose.words.fie...
  9. BreakType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.BreakType enum to enhance your document formatting with precise break types for improved readability and layout control....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/net/aspose.words/bre...
  10. DocumentBuilder.paragraph_format property | Asp...

    DocumentBuilder.paragraph_format property. Returns an object that represents current paragraph formatting properties....Shows how to create a formatted table using DocumentBuilder. doc =...DocumentBuilder ( doc = doc ) table = builder . start_table () builder . insert_cell...

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