Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 1,840 for

table rendering

(0.28 sec)
  1. HtmlSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Mhtml](../../aspose.words/saveformat/#Mhtml), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub), [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) or [SaveFormat.Mobi](../../aspose.words/saveformat/#Mobi) format...determining how 3D effects are rendered. (Inherited from SaveOptions...how DrawingML effects are rendered. (Inherited from SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....fields are updated when you render a document or call UpdatePageLayout...docx" ); Shows how to insert a Table of contents (TOC) into a document...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Generate PDF from XML|Aspose.PDF for .NET

    Aspose.PDF for .NET provides several ways to convert an XML file into a PDF document requiring that the input XML file.... Let’s render our data in table. The XSL file that...<h2> My CD Collection </h2> <table border= "1" > <tr bgcolor= "#9acd32"...

    docs.aspose.com/pdf/net/generate-pdf-from-xml/
  4. Convert Markdown to PDF in C# | Convert MD to PDF

    Learn how to convert Markdown to PDF in C# with Aspose.Words for .NET. Explore the step-by-step guide for MD to PDF conversion, with code examples....NET Table of Contents Why Convert Markdown...content formatting, fonts, and rendering options. Why Convert Markdown...

    blog.aspose.com/words/convert-markdown-to-pdf-i...
  5. FontSubstitutionWarningInfo | Aspose.Words for ...

    Contains information about a font substitution warning that Aspose.Words issued during document loading or saving in Java....new Document(getMyDir() + "Rendering.docx"); WarningInfoCollectio...assertEquals(FontSubstitutionReas.TABLE_SUBSTITUTION_RULE, warningInfo...

    reference.aspose.com/words/java/com.aspose.word...
  6. Document | Aspose.Words for Java

    Represents a Word document in Java....creates a table, but you would normally load table from a database...database DataTable table = new DataTable("Test"); table.getColumns()...

    reference.aspose.com/words/java/com.aspose.word...
  7. CompositeNode | Aspose.Words for Java

    Base class for nodes that can contain other nodes 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...
  8. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....specify formatting properties for table cells and rows. User the insertCell()...endRow() methods to build a table. Note that getFont() , getParagraphFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Mail Merge and Reporting in Java|Aspose.Words f...

    Mail Merge is a popular feature for quickly creating documents. Aspose.Words for Java takes the standard Mail Merge functionality and advances it many steps ahead, turning it into a full-fledged reporting solution that allows you to create even more complex documents such as reports, catalogs, inventories, and invoices....example shows how to load a data table as the data source for the Mail...Mail Merge templates in Word Rendering in Java LINQ Reporting Engine...

    docs.aspose.com/words/java/mail-merge-and-repor...
  10. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....block-level nodes Paragraph and Table . To learn more, visit the Logical...getTables() Gets a collection of tables that are immediate children...

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