Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 8,125 for

append

(0.08 sec)
  1. DocumentVisitor.visitFieldSeparator method | As...

    DocumentVisitor.visitFieldSeparator method. Called when a field separator is encountered in the document....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

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

    Discover the CommentRangeEnd constructor, effortlessly create new instances of this class for seamless code integration and enhanced functionality.... To append a CommentRangeEnd to the document...Continue ; } /// <summary> /// Append a line to the StringBuilder...

    reference.aspose.com/words/net/aspose.words/com...
  3. PaperSize enumeration | Aspose.Words for Node.js

    Aspose.Words.PaperSize enumeration. Specifies paper size....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocumentVisitor.VisitOfficeMathStart | Aspose.W...

    Discover the DocumentVisitor VisitOfficeMathStart method, essential for initiating Office Math object enumeration. Enhance your coding efficiency today!...Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) mBuilder . Append ( "| " ); mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  5. DocumentVisitor.VisitStructuredDocumentTagStart...

    Discover the DocumentVisitor VisitStructuredDocumentTagStart method, essential for efficiently starting structured document tag enumeration. Enhance your coding today!...Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) mBuilder . Append ( "| " ); mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  6. OfficeMath.AcceptStart | Aspose.Words for .NET

    Discover OfficeMath's AcceptStart method, designed to seamlessly welcome visitors and enhance your office math experience. Boost productivity today!...Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) mBuilder . Append ( "| " ); mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words.mat...
  7. Replace pages in Main document - Free Support F...

    Hello Aspose Support, I would like to programmatically replace the last n pages of a Word document (Document A) with n pages from another document (Document B) using Aspose.Words. My requirements are: The replaced pa…...retained or applied to the appended pages. The overall document...the AppendDocument method to append the pages from Document B to...

    forum.aspose.com/t/replace-pages-in-main-docume...
  8. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....span1_text_decoration_color ) # Append the span element to the paragraph...element in the struct tree. p2 . append_child ( span1 , True ) # Create...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/
  9. PageSetup.paper_size property | Aspose.Words fo...

    PageSetup.paper_size property. Returns or sets the paper size....create a new section, and then append it as a child to the root document...aw . Section ( doc ) doc . append_child ( section ) # Set some...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content.... Once we are able to append annotations to the page. The...pages [ 1 ] . annotations . append ( caretAnnotation1 ) document...

    docs.aspose.com/pdf/python-net/extra-annotations/