Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,004 for

regex

(0.09 sec)
  1. Highlight Text in PowerPoint using Java

    Highlight text in PowerPoint using Java. Get the detail to set IDE, a list of steps, and a sample code to highlight in PowerPoint using Java....ways including the usage of Regex for highlighting desired text...and highlight text using the Regex expressions. This tutorial has...

    kb.aspose.com/slides/java/highlight-text-in-pow...
  2. IReplacingCallback Interface | Aspose.Words for...

    Aspose.Words.Replacing.IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C#.... Replace ( new Regex ( "(header|footer)" ), "" ,...doc . Range . Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  3. Aspose::Words::Replacing Namespace Reference - ...

    The Aspose.Words.Replacing namespace provides classes to manipulate with find/replace operations over the document tree....which we can search for using a regex pattern. // Place one of those...:Text::RegularExpressions::Regex>(u "Match \\d*" ), u "Replacement"...

    reference.aspose.com/words/cpp/namespace/aspose...
  4. Search RTF document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word RTF file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/rtf/
  5. Search MHTML document without opening via .NET ...

    C# code to search words with pattern in MHTML file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/mhtml/
  6. Text and formatting move when editing in photos...

    The text displays fine when opening the PSD in Photoshop, but when editing the text layer, both the text and formatting move, displaying incorrectly Error: beforeEdit.jpg (62.8 KB) Editing.jpg (73.6 KB) File: Inputv…...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> var countPortions...//validar si tiene tags Regex tagRegex = new Regex(@"<[^>]+> bool hasTags...

    forum.aspose.com/t/text-and-formatting-move-whe...
  7. Aspose::Words::Saving::HtmlFixedSaveOptions Cla...

    Can be used to specify additional options when saving a document into the HtmlFixed format....System::Text::RegularExpressions::Regex::Match ( outDocContents, String(u...System::Text::RegularExpressions::Regex::Match (outDocContents, String(u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions Cla...

    Can be used to specify additional options when saving a document into the HtmlFixed format....System::Text::RegularExpressions::Regex::Match ( outDocContents, String(u...System::Text::RegularExpressions::Regex::Match (outDocContents, String(u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Aspose::Words::Replacing::FindReplaceOptions Cl...

    Specifies options for find/replace operations....:Text::RegularExpressions::Regex>(u "[0-9]+" ), u "" , options);...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. Change in merge field after (finally) upgrading...

    For particular reasons, we’ve held off from upgrading our version on Aspose.Words in a particular application until this year. Currently the version is 17.12 and it handles what the users call “Frankenlinks” just fine. H…...mergefields) { Regex regex = new Regex(MERGE_FIELD_REGEX); Match match...match = regex.Match(field.GetFieldCode()); string resultFieldCode...

    forum.aspose.com/t/change-in-merge-field-after-...