Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 8,773 for

append

(0.48 sec)
  1. Aspose::Words::NodeImporter::NodeImporter const...

    Aspose::Words::NodeImporter::NodeImporter constructor. Initializes a new instance of the NodeImporter class in C++....into the original and then append it, // then the two lists with...the document clone // that we append to the original will carry...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. How to Merge Visio Files in C#

    This tutorial is created to explain how to merge Visio files in C#. It contains the stepwise guide as well as a code snippet to combine Visio files in C#....Diagram API to append Visio files together Load the...files into one in C# . It appends a Visio diagram to another...

    kb.aspose.com/diagram/net/how-to-merge-visio-fi...
  3. Working with Documents|Aspose.PDF for Java

    Discover how to use the PDFFileEditor class in Java to edit and manipulate PDF documents using Aspose.PDF....in this section are Insert, Append, Delete, Concatenate and Extract...location using Insert method, or append the pages at the end of the...

    docs.aspose.com/pdf/java/pdffileeditor-class/
  4. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…...Document(fileName) # Append the source document to the...keep_source_numbering = True merged_document.append_document(input, aw.ImportFormatMode...

    forum.aspose.com/t/formatting-issue-when-mergin...
  5. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality.... Table , 1 , true ); // Append all rows from the current table...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for Python via .NET.... append ( rect ) # Add Text fragment...Graph object graph . shapes . append ( rect ) # Save PDF file document...

    docs.aspose.com/pdf/python-net/add-rectangle/
  7. Adding JavaScript in Python|Aspose.PDF for Pyth...

    Explore how to add JavaScript code to a PDF document using Python with Aspose.PDF, enhancing interactivity and functionality....Python Contents [ Hide ] To append Add Javascript using Aspose...

    docs.aspose.com/pdf/python-java/adding-javascri...
  8. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for .NET.... You can append objects of these classes as...ParagraphElement classes. You can append objects of these classes as...

    docs.aspose.com/pdf/net/setting-structure-eleme...
  9. Using Text Annotation for PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Text Annotation from your PDF document.... Append ( "<freetext" ); pXfdf . Append ( " page=\"0\""...page=\"0\"" ); pXfdf . Append ( " rect=\"422.25,645.75,583.5,702.75\""...

    docs.aspose.com/pdf/net/text-annotation/
  10. DocumentVisitor.visitCommentRangeEnd method | A...

    DocumentVisitor.visitCommentRangeEnd method. Called when the end of a commented range of text is encountered....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/nodejs-net/aspose.wo...