Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 12,660 for

replacement

(2.04 sec)
  1. FindReplaceOptions | Aspose.Words for .NET

    Discover the FindReplaceOptions constructor to easily initialize a new instance with default settings, enhancing your search and replace functionality....use substitutions within replacement patterns. Document doc =...LegacyMode = false ; doc . Range . Replace ( regex , @"$2 took money from...

    reference.aspose.com/words/net/aspose.words.rep...
  2. When replacing text with the Aspose SDK, two is...

    When replacing text with the Aspose SDK, two issues have arisen: The font has changed and is inconsistent with the source file. How can this be resolved, or how can I specify a specific font? The visual effects are los…...When replacing text with the Aspose SDK, two issues have arisen...December 30, 2025, 1:32pm 1 When replacing text with the Aspose SDK,...

    forum.aspose.com/t/when-replacing-text-with-the...
  3. FindReplaceOptions.use_substitutions property |...

    FindReplaceOptions.use_substitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within Replacement patterns...use substitutions within replacement patterns. The default value...use substitutions within replacement patterns. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FindReplaceOptions.ReplacingCallback | Aspose.W...

    Discover the FindReplaceOptions ReplacingCallback property, a customizable method that enhances your replace functionality with precision and control....which is called before every replace occurrence. public IReplacingCallback...; } Examples Shows how to replace all occurrences of a regular...

    reference.aspose.com/words/net/aspose.words.rep...
  5. Aspose::Words::LowCode::ReplacerContext class |...

    Aspose::Words::LowCode::ReplacerContext class. Find/replace operation context in C++....ReplacerContext class Find/replace operation context. class ReplacerContext...get_FindReplaceOptions () const Find/replace options. get_FontSettings ()...

    reference.aspose.com/words/cpp/aspose.words.low...
  6. [Words Java] Tracking changes Marking up a piec...

    We have the following code snippet that normalizes a search string, finds it within the document and then replaces it. This all happens with track changes enabled at the start of the loop and stopped at the end of the lo…...piece of text rather than replacing Aspose.Words Product Family...within the document and then replaces it. This all happens with...

    forum.aspose.com/t/words-java-tracking-changes-...
  7. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....method called during a find and replace operation. Examples: Shows...the order in which a text replacement operation traverses nodes...

    reference.aspose.com/words/java/com.aspose.word...
  8. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java.... replace(String pattern, String replacement) Replaces all...string pattern with a replacement string. replace(String pattern, String...

    reference.aspose.com/words/java/com.aspose.word...
  9. FindReplaceOptions.legacy_mode property | Aspos...

    FindReplaceOptions.legacy_mode property. Gets or sets a boolean value indicating that old find/replace algorithm is used....value indicating that old find/replace algorithm is used. @property...behavior as before advanced find/replace feature was introduced. Note...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ReplacingArgs.Match | Aspose.Words for .NET

    Discover the ReplacingArgs Match property for seamless regex Replacements. Enhance your coding efficiency with precise match results!...expression match during a Replace . public Match Match { get...the start of the find and replace range. Examples Shows how to...

    reference.aspose.com/words/net/aspose.words.rep...