Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 6,848 for

append

(0.05 sec)
  1. DocumentVisitor.VisitFootnoteStart | Aspose.Wor...

    Discover the DocumentVisitor VisitFootnoteStart method, essential for managing footnotes and endnotes efficiently in your document processing....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) mBuilder . Append ( "| " ); mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  2. 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...
  3. CommentRangeEnd | Aspose.Words for Java

    Denotes the end of a region of text that has a comment associated with it in Java....CONTINUE; } /// /// Append a line to the StringBuilder...i++) { mBuilder.append("| "); } mBuilder.append(text + "\r\n");...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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...
  5. Table constructor | Aspose.Words for Python

    Table constructor. Initializes a new instance of the [Table](../) class.... To append Table to the document use CompositeNode...doc . first_section . body . append_child ( table ) # Tables contain...

    reference.aspose.com/words/python-net/aspose.wo...
  6. How to Merge PowerPoint Presentations using Java

    This short article guides on how to merge PowerPoint presentations using Java. It shares the required resources, a list of steps, and a runnable sample code to combine PPTX using Java....on the disk having all the appended slides These steps summarize...other presentations are to be appended followed by loading all the...

    kb.aspose.com/slides/java/how-to-merge-powerpoi...
  7. CommentRangeStart | Aspose.Words for Java

    Denotes the start of a region of text that has a comment associated with it in Java....CONTINUE; } /// /// Append a line to the StringBuilder...i++) { mBuilder.append("| "); } mBuilder.append(text + "\r\n");...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Convert HTML Document to Word in Python

    This short guide provides information on how to convert HTML document to Word in Python. It shares IDE settings, a list of steps, and a runnable sample code for HTML to Word conversion in Python....words namespace Append some sample text to the first...loaded document for instance appending text at the start of the first...

    kb.aspose.com/words/python/how-to-convert-html-...
  9. DropDownItemCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Fields.DropDownItemCollection class—your go-to solution for managing dropdown items in form fields effortlessly!... // 1 - Append an item to the end of the collection:...

    reference.aspose.com/words/net/aspose.words.fie...
  10. How to Convert Word to Scanned PDF using C#

    This quick tutorial will guide you on how to convert Word to scanned PDF using C#. While using C# convert Word to scanned PDF using a few lines of code and simple API calls in any of the .NET Core based environments on Windows, macOS or Linux....page JPEG memory streams and append inside pages using DocumentBuilder...

    kb.aspose.com/words/net/how-to-convert-word-to-...