Sort Score
Result 10 results
Languages All
Labels All
Results 3,101 - 3,110 of 22,369 for

table

(0.84 sec)
  1. PDf to html with formats - Free Support Forum -...

    Hi, We have a need to create html from pdf which has to retain the formats. For example, bulletins, Tables, headings has to be retained as it is in html like in “ul,ol,li,Table,td,h1,h2” tags. How do we achieve this wi…... For example, bulletins, tables, headings has to be retained...is in html like in “ul,ol,li,table,td,h1,h2” tags. How do we achieve...

    forum.aspose.com/t/pdf-to-html-with-formats/315263
  2. RowCollection indexer | Aspose.Words for Python

    RowCollection indexer. Retrieves a [Row](../../row/) at the given index....how to iterate through all tables in the document and print the...file_name = MY_DIR + 'Tables.docx' ) tables = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Export Document Structure While Converting to P...

    Learn how to export document structure while converting to PDF with Aspose.Cells in C++....document, such as cell, row, table, worksheet, image, shape, header/footer...

    docs.aspose.com/cells/go-cpp/export-document-st...
  4. Navigation with Cursor in C++|Aspose.Words for C++

    Navigate between different nodes within a document, such as a paragraph, bookmark, or a specific character using C++....Navigate to Table Cells You can move to a table cell by using...into any cell in a specific table. In addition, you can specify...

    docs.aspose.com/words/cpp/navigation-with-cursor/
  5. Working with Paragraphs in Java|Aspose.Words fo...

    Paragraph node manipulation practices using Java....particular heading to appear in a Table of Contents but don’t want the...the entire heading in the Table of Contents, you can use this...

    docs.aspose.com/words/java/working-with-paragra...
  6. Postal Barcode Types|Documentation

    How to use Aspose.BarCode for Android 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 Mailmark...

    docs.aspose.com/barcode/androidjava/postal-barc...
  7. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart shape properties...data_table Provides access to properties of a data table of this...this chart. The data table can be shown using the ChartDataTable...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Apose Excel data replacing in Word - Free Suppo...

    Hello Team, Here I am Replacing Excel sheet data into word document using Aspose.word and Cell, After replacing those data, it’s not aligned. I need support while replacing excel data into Word data should format accor…...by fitting the table to window: foreach (Table t in wordDoc.G...GetChildNodes(NodeType.Table, true)) { t.AutoFit(AutoFitBehavior...

    forum.aspose.com/t/apose-excel-data-replacing-i...
  9. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Java Design Tables in Word with Java Design Tables in Word using...C# Autofit Table in Word using Java Autofit Table in Word using...

    kb.aspose.com/words/page/3/
  10. Different LineSpacing (12 vs 13.5 Multiple) App...

    We are programmatically replacing paragraph content inside StructuredDocumentTag (SDT) elements in a Word document. The document contains two visually identical Tables. After replacing the paragraph inside the SDT and c…...contains two visually identical tables. After replacing the paragraph...ParagraphFormat, we observe: In the first table → Line spacing remains 12 (Single)...

    forum.aspose.com/t/different-linespacing-12-vs-...