Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 8,068 for

append

(0.08 sec)
  1. Aspose::Words::Drawing::ImageData::get_Borders ...

    Aspose::Words::Drawing::ImageData::get_Borders method. Gets the collection of borders of the image. Borders only have effect for inline images in C++....from the source document and append it to the first paragraph....

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. How to Add PDF Pages in Between using Python

    This article contains information on how to add PDF pages in between using Python. It provides step-wise details to set the IDE, write the application and a runnable sample code to add PDF page to PDF using Python....concatenate two complete PDF files, append pages to an existing PDF file...

    kb.aspose.com/pdf/python/how-to-add-pdf-pages-i...
  3. Add Watermark in C#|Aspose.Words for .NET

    Add a watermark into a document. NPOI does not provide an opportunity to add a watermark using C#....Create a new paragraph and append the watermark to this paragraph...

    docs.aspose.com/words/net/add-watermark/
  4. HeaderFooter Class | Aspose.Words for .NET

    Discover the Aspose.Words.HeaderFooter class, your solution for managing section headers and footers effortlessly. Enhance document formatting today!...object with optional text and appends it to the end of this object...(); // Create a header and append a paragraph to it. The text...

    reference.aspose.com/words/net/aspose.words/hea...
  5. DocumentVisitor.VisitCommentStart | Aspose.Word...

    Discover the DocumentVisitor VisitCommentStart method—your key to efficiently managing comment text enumeration in your projects....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DocumentVisitor.VisitRowEnd | Aspose.Words for ...

    Discover the DocumentVisitor VisitRowEnd method, essential for managing table row enumeration in your applications. Enhance your coding efficiency today!...Continue ; } /// <summary> /// Append a line to the StringBuilder...; i ++) { mVisitedTables . Append ( "| " ); } mVisitedTables...

    reference.aspose.com/words/net/aspose.words/doc...
  7. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section in Java....Document(); // Create a header and append a paragraph to it. The text...)); // Create a footer and append a paragraph to it. The text...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Merge PowerPoint Files using Python

    This article guides on how to merge PowerPoint files using Python. It has basic information for the IDE settings, the program logic, and a runnable sample code to merge slides using Python....Call the add_clone() method to append the slide to the destination...different presentations are to be appended followed by opening the target...

    kb.aspose.com/slides/python/how-to-merge-powerp...
  9. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....from the source document and append it to the first paragraph..... body . first_paragraph . append_child ( imported_shape ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Merge Slides in C#

    This article guides on how to merge slides in C#. It shares the IDE settings, a list of programming tasks, and a runnable sample code to combine PPTX in C#....other presentations will be appended followed by loading all other...source presentation is called to append them. Code to Combine Slides...

    kb.aspose.com/slides/net/how-to-merge-slides-in...