Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 20,378 for

table

(0.2 sec)
  1. Working with Common Data Bands in Java|Aspose.W...

    Output a common data band withing a paragraph when building a report in Java....belong to a single story or table cell. In particular, a common...within the body. The following table illustrates the relevant cases...

    docs.aspose.com/words/java/working-with-common-...
  2. 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...
  3. Add Sub Report Item|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....inserted into a report table. Creating Table Item Analyzing your...

    docs.aspose.com/cells/reportingservices/add-sub...
  4. LayoutEntityType enumeration | Aspose.Words for...

    Aspose.Words.Layout.LayoutEntityType enumeration. Types of the layout entities....Represents a table row. Cell Represents a table cell. Line Represents...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...insertHtml(html); NodeCollection<Table> tables = docxDocument.getChildNodes(NodeType...getChildNodes(NodeType.TABLE, true); for (Table table : tables) { table.setAllowAutoFit(false);...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  6. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...TABLE }; var input = new OcrInput(InputType...looking for tables it returns a TableList of all tables it found...

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  7. FieldMergeRec Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldMergeRec class for seamless document merging with the MERGEREC field. Enhance 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...
  8. Aspose::Words::Fields::FieldRD class | Aspose.W...

    Aspose::Words::Fields::FieldRD class. Implements the RD field. To learn more, visit the documentation article in C++....when generating a table of contents, table of authorities, or...use the RD field to create a table of contents entries from headings...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. How to get OData Connection Information|Documen...

    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....0" ]) Name: Orders_table Value: Source {[ Name = "Orders"..."Orders" , Signature = "table" ]}[ Data ] AI Document Assistant...

    docs.aspose.com/cells/net/how-to-get-odata-conn...
  10. FieldRD | Aspose.Words for Java

    Implements the RD field in Java....when you create a table of contents, a table of authorities, or...use the RD field to create a table of contents entries from headings...

    reference.aspose.com/words/java/com.aspose.word...