Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 9,687 for

replace text

(0.47 sec)
  1. Update Links in PDF|Aspose.PDF for .NET

    Update links in PDF programmatically. This guide is about how to update links in PDF in C# language....LinkAnnotation Text Color The link annotation does not contain text. Instead...Instead, the text is placed in the contents of the page under the...

    docs.aspose.com/pdf/net/update-links/
  2. I am adding comment to Date - Free Support Foru...

    Hi Team, Below code I used to add the comment for date. this code is not working for below mentioned input doc file. Test_Input.docx (14.0 KB) Test_expected_output.docx (19.0 KB) public static void DateFormat(Doc…...Replace(new Regex(@"\b\d{1,2}-(?!May)(...options); //01-JAN-2022 doc.Range.Replace(new Regex(@"\b\d{1,2}-(?!May)(...

    forum.aspose.com/t/i-am-adding-comment-to-date/...
  3. After Cross-Reference link Applied, Numbering i...

    ReplaceAction IReplacingCallback.Replacing(ReplacingArgs args) { try { // This is a Run node that contains either the beginning or the complete match. Node currentNode = args.MatchNode; …...Replacing(ReplacingArgs args) { try...be the only) run can contain text before the match, // In this...

    forum.aspose.com/t/after-cross-reference-link-a...
  4. Derive from IReplacingCallback in python not po...

    Hi there, I just found out through another thread, that with license that we’ve bought (Aspose.Words for Python) we cannot use IReplacingCallback due to limitations in the Python version. https://docs.aspose.com/words/…...following code demonstrates how to replace placeholder with an image phrase_match...aw.DocumentBuilder(doc) # replace the phrase with itself to make...

    forum.aspose.com/t/derive-from-ireplacingcallba...
  5. Create VSDX Files via Python | products.aspose.com

    Python Sample code for generating VSDX documents. Use this code for creating VSDX files within any Python based application..... Add text in the page. Use save method...= diagram.Pages[ 0 ]; // Add Text shape. shape = page.addText(...

    products.aspose.com/diagram/python-net/create/v...
  6. Aspose.Cells for PHP via Java 18.7 Release Note...

    Aspose.Cells for PHP via Java 18.7 Release Notes – the latest enhancements, new features, and fixes....(ODS), PDF, Tab Delimited, Plain Text (TXT) New Feature CELLSPHPJAVA-19...data sorting - Find and replace text - Merge/split Cells - Group/ungroup...

    docs.aspose.com/cells/php-java/aspose-cells-for...
  7. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....example of how to change the text in a TextLayer. You can use...UpdateText() method to replace all text in the layer with a new...

    products.aspose.com/psd/net/editor/psd/
  8. Aspose.Cells for .NET 19.2 Release Notes|Docume...

    Aspose.Cells for .Net 19.2 Release Notes – the latest enhancements, new features, and fixes....Enhancement CELLSNET-46573 Replace invalid characters with suitable...Open/save removes table alternative text Enhancement CELLSNET-46584 Performance...

    docs.aspose.com/cells/net/aspose-cells-for-net-...
  9. Row.ParentTable | Aspose.Words for .NET

    Row ParentTable property. Returns the immediate parent table of the row in C#.... Replace ( "\u0007" , ", " ); int rowWidth...</summary> /// <param name="text"></param> private void IndentAndAppendLine...

    reference.aspose.com/words/net/aspose.words.tab...
  10. Using Aspose.Drawing for Java in Android applic...

    Learn how to use Aspose.Drawing graphic library for Android application....to draw vector graphics, and text, and generate images as demonstrated...to run a simple Pen test. Replace the MainActivity file with...

    docs.aspose.com/drawing/java/android-pen-example/