Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 32,890 for

document insertion

(0.12 sec)
  1. 16.6.0 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 16.6.0 Release Notes – the latest updates and fixes....Added support for outer document insertion to LINQ Reporting Engine...Engine. Added feature to insert empty values in chart series. HTML...

    docs.aspose.com/words/java/aspose-words-for-jav...
  2. Html width not honored when inserted into word ...

    Hi Team, I am trying to insert an html file with style tag into a content control on the Document. The html appears properly on the browser and has a fixed width on the browser, but when I insert into the word Document,…...not honored when inserted into word document content control Aspose...9:59am 1 Hi Team, I am trying to insert an html file with style tag...

    forum.aspose.com/t/html-width-not-honored-when-...
  3. Headers spreading over the newly inserted docum...

    When inserting a Document to a current one, the headers of the current one are spilling on the new Document also , even if it’s on different section. The target is to insert the new Document without having to inherit th…...spreading over the newly inserted document Aspose.Words Product Family...

    forum.aspose.com/t/headers-spreading-over-the-n...
  4. How to Create Table in a Word Document with Java

    This brief step-by-step guide covers how to create table in a Word Document with Java. You can perform these steps to see how to insert table in a Word Document using Java in any operating system like Windows, macOS or Linux....to Create Table in a Word Document with Java This brief step-by-step...to create table in a Word Document with Java . With the help...

    kb.aspose.com/words/java/how-to-create-table-in...
  5. Aspose words insertdocument() method doesn't re...

    Just trying to Insert Document on the usual way on a DocumentBuilder instance and noticed that doesn’t keep the header and footer elements of the newly inserted Document. builder.InsertDocument(docFoot, ImportFormatMode…...header/footer on the source document Aspose.Words Product Family...1:31pm 1 Just trying to Insert document on the usual way on a DocumentBuilder...

    forum.aspose.com/t/aspose-words-insertdocument-...
  6. Aspose::Words::Replacing::ReplacingArgs Class R...

    Provides data for a custom replace operation....) { auto doc = MakeObject<Document>(); auto builder = MakeOb...} }; Shows how to insert an entire document's contents as a replacement...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. showinballoons - Aspose.Words for Java - API Re...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word Documents using Java....DigitalSignatureUtil DocSaveOptions Document DocumentBase DocumentBuilder...appearance of revisions. Document doc = new Document(getMyDir() + "Revisions...

    reference.aspose.com/words/java/com.aspose.word...
  8. LINQ Reporting Engine - Column chart does not s...

    I am using Aspose word 22.11. Created a template for Column chart using microsoft word where i can see the different color for negative values, but somehow while generating the Document against the same template using As…...somehow while generating the document against the same template...dynamic data to the generated document. like : String placeholderString:...

    forum.aspose.com/t/linq-reporting-engine-column...
  9. Aspose.Cells for .NET 20.4 Release Notes|Docume...

    Aspose.Cells for .Net 20.4 Release Notes – the latest enhancements, new features, and fixes....Hanging while trying to open ODP document in Workbook constructor Performance...in the table column after insertion of a row and refreshing it...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  10. Insert HTML in Word Document | Scale images bas...

    Hi, I’m trying to insert a HTML Document into a Word Document using the following code: var doc= new Document(); var builder = new DocumentBuilder(doc); builder.InsertHtml(html); doc.Save("Test.docx", SaveFormat.Docx);…...Insert HTML in Word Document | Scale images based on it's parent...trying to insert a HTML document into a Word document using the...

    forum.aspose.com/t/insert-html-in-word-document...