Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 20,303 for

table

(0.17 sec)
  1. Inconsistent behaviour manipulating HeaderFoote...

    Hello We are migrating our PDF’s to the new Aspose schema (from version 11 to 25.10.0) and one of the tasks we need to do programatically, is to display headers and footers in subsequent pages because when the content g…...Paragraphs) { var table = para as Table; if (table == null) continue;...continue; foreach (Row row in table.Rows) { if(row.MinRowHeight <=...

    forum.aspose.com/t/inconsistent-behaviour-manip...
  2. Generate Postal Barcodes|Documentation

    Use Aspose.BarCode for PHP via Java to generate postal barcodes...listed in the table below. Australia Post Encoding Table Supported...59 Table FCC 62N Table FCC 62C Table FCC 62C Other Table C-Table...

    docs.aspose.com/barcode/phpjava/generate-postal...
  3. Aspose.Words Document Object Model (DOM) in C#|...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using C#....Every run of a text, paragraph, table, or a section is a node, and...Document , Section , Paragraph , Table , Shape , Run , and all other...

    docs.aspose.com/words/net/aspose-words-document...
  4. Aspose.Words Document Object Model (DOM)|Aspose...

    Document Object Model (DOM) is an in-memory representation of a Word document. Read, manipulate, and modify the content and formatting of a Word document using Java....Every run of a text, paragraph, table, or section is a node, and even...Document , Section , Paragraph , Table , Shape , Run , and all other...

    docs.aspose.com/words/java/aspose-words-documen...
  5. Node.js and .NET Version Differences|Aspose.Wor...

    Aspose.Words for Node.js via .NET is a native Node.js module based on Aspose.Words for .NET with [Node-API](https://nodejs.org/api/n-api.html). This page describes the differences in features and API of these two products....also required to work with table styles: let doc = aw . Document...DocumentBuilder ( doc ); let table = builder . startTable (); builder...

    docs.aspose.com/words/nodejs-net/nodejs-notes/
  6. FieldToa class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldToa class. Implements the TOA field... Remarks Builds a table of authorities (that is, a list...document used to build the table. displayResult Gets the text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Display font Metadata | C++ API Solution

    C++ API Solution to manage fonts. Learn how to view font metadata with a few lines of C++ code. Read font information....retrieves the cmap unicode encoding table from the font, which is used...has both the cmap table and the glyf table, which is used to...

    products.aspose.com/font/cpp/font-metrics/
  8. Aspose.Cells - Font becomes bold during Excel t...

    Hi, I’m using Aspose Cells to convert an Excel spreadsheet file into a PDF file and the original font in the spreadsheet (Helvetica regular) becomes bold in the output PDF. I checked that the font is installed and is loc…...‘OS/2’ font table. Please check the dumped ‘OS/2’ font table: font...font table 506×736 17.1 KB Reference: OS/2 - OS/2 and Windows metrics...

    forum.aspose.com/t/aspose-cells-font-becomes-bo...
  9. Edit Word, PDF In Javascript

    Edit DOCX, DOC, PDF and a variety of other file formats in JavaScript....Edit text in PDF, Word, modify tables, insert graphs using external...elements: paragraphs, lists, tables, images, links, fields, charts...

    products.aspose.com/words/nodejs-net/edit/
  10. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a main document and a glossary document of a Word document 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...