Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 6,212 for

replace text

(0.13 sec)
  1. Java HTML API – HTML and CSS Markup Parser

    Read, write, modify, edit, parse, and convert HTML, XHTML, MHTML, SVG, MD, and EPUB file formats with the Aspose.HTML for Java library....API allows to add, delete, replace nodes, extract CSS and navigate...W3C specifications Insert, replace or delete nodes Extract CSS...

    products.aspose.com/html/java/
  2. Aspose::Words::Fields::FieldEQ class | Aspose.W...

    Aspose::Words::Fields::FieldEQ class. Implements the EQ field. To learn more, visit the documentation article in C++....get_DisplayResult () Gets the text that represents the displayed... get_Result () Gets or sets text that is between the field separator...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose.Cells for Java

    This API allows you to do all kinds of operations on Excel files files in Java code including creating, editing and converting etc....Excel using Java Find and Replace Text in Excel using Java Decrypt...

    kb.aspose.com/cells/java/
  4. Translate a Document|Aspose.Words for .NET

    Translate a document. Aspose.Words for .NET simplifies document translation using Google AI models, allowing you to specify the target language....allows developers to translate texts content into more than 300 languages...recognize the language in some text fragments, then you will be...

    docs.aspose.com/words/net/translate-a-document/
  5. Manage Presentation Placeholders on Android|Asp...

    Effortlessly manage placeholders in Aspose.Slides for Android via Java: Replace Text, customize prompts & set image transparency in PowerPoint and OpenDocument....Android Contents [ Hide ] Change Text in a Placeholder Using Aspose...allows you to make changes to the text in a placeholder. Prerequisite...

    docs.aspose.com/slides/androidjava/manage-place...
  6. Manage Presentation Placeholders in JavaScript|...

    Effortlessly manage placeholders in Aspose.Slides for Node.js via Java: Replace Text, customize prompts & set image transparency in PowerPoint and OpenDocument....JavaScript Contents [ Hide ] Change Text in Placeholder Using Aspose...allows you to make changes to the text in a placeholder. Prerequisite...

    docs.aspose.com/slides/nodejs-java/manage-place...
  7. Aspose.Cells for Python

    This API allows you to do all kinds of operations on Excel files in Python code including creating, editing and converting etc....Excel using Python Find and Replace Text in Excel using Python Read...

    kb.aspose.com/cells/python/
  8. Print Documents|Aspose.Words for .NET

    Print a document easily and fast instead of using VSTO in C#....Sample Code GitHub Find and Replace Text Display Documents in Print...

    docs.aspose.com/words/net/print-documents/
  9. Mail Merge Template from Mustache Syntax in C#|...

    Create templates with Mustache syntax using C#. Mustache syntax is the only option to use with templates that do not contain fields (HTML or TXT). With Word templates, you have two options: fields or Mustache syntax.... You could replace the recipient’s first name...code example shows how to replace the Mustache tags with specific...

    docs.aspose.com/words/net/mail-merge-template-f...
  10. How to get the gridspan of a cell in table - Fr...

    I have the table structure something like: <w:tr> <w:tc> <w:p><w:r><w:t>T3 Row3 -1</w:t></w:r></w:p> </w:tc> <w:tc> <w:tcPr> <w:gridSpan w:val=“2”/> </w:tcPr> <w:p><w:r><w:t>T3 Row3 -2</w:t></w:r></w:p> </w:tc> <w:tc> <w…...TEXT) .replace("\u0007", "") .trim();..."Row: {}, Column: {}, Span: {}, Text: [{}]", rowIndex, columnIndex...

    forum.aspose.com/t/how-to-get-the-gridspan-of-a...