Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 10,748 for

append

(0.14 sec)
  1. Insert text into a cell|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....sheetName = "Sheet" + sheetId ; // Append the new worksheet and associate...Name = sheetName }; sheets . Append ( sheet ); workbookPart . Workbook...

    docs.aspose.com/cells/net/insert-text-into-a-cell/
  2. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment.... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-attachment/
  3. Replace Text Regex|Aspose.PDF for Python via .NET

    In this example, all four-digit numbers in the document are replaced with the placeholder "[NUMBER]". This is useful for masking sensitive data, normalizing content, or anonymizing documents.... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/replace-text-regex/
  4. IComparisonExpressionEvaluator.evaluate method ...

    IComparisonExpressionEvaluator.evaluate method. Evaluates comparison expression.... append ([ expression . left_expression...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DropDownItemCollection | Aspose.Words for Java

    A collection of strings that represent all the items in a drop-down form field in Java.... // 1 - Append an item to the end of the collection:...drop-down box items. // 1 - Append an item to the end of the collection:...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Convert HTML to PowerPoint using C#

    This short tutorial guides on how to convert HTML to PowerPoint using C#. It contains details about configuration, step-wise process and a runnable sample code to insert HTML into PowerPoint using C#....source HTML file into the stream Append the contents from the HTML...provides a method AddFromHtml() to append the slides at the end of the...

    kb.aspose.com/slides/net/how-to-convert-html-to...
  7. DocumentVisitor.VisitFieldStart | Aspose.Words ...

    Discover the DocumentVisitor VisitFieldStart method, triggered at the start of a field in your document, enhancing your coding efficiency and workflow....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++) { mBuilder . Append ( "| " ); } mBuilder . AppendLine...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Replace Text On Page|Aspose.PDF for Python via ...

    In this example, the first occurrence of the word "PDF" is replaced with "Page 1 Replaced Text" using a specified font size.... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/replace-text-on-...
  9. Get Radio Button Options|Aspose.PDF for Python ...

    This article demonstrates how to retrieve the currently selected value of a radio button field in a PDF document using Aspose.PDF Facades API.... append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/get-radio-button...
  10. DocumentVisitor.visitCommentStart method | Aspo...

    DocumentVisitor.visitCommentStart method. Called when enumeration of a comment text has started....Continue ; } /// <summary> /// Append a line to the StringBuilder...mDocTraversalDepth ; i ++ ) { mBuilder . append ( "| " ); } mBuilder . AppendLine...

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