Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 3,009 for

regex

(0.05 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. 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...
  3. 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...
  4. Aspose.PSD for .NET 23.4 - Release Notes

    Aspose.PSD for .NET 23.4 - Release Notes – the latest updates and fixes....//validar si tiene tags Regex tagRegex = new Regex( @"<[^>]+>" ); bool...>]+)[^>]*>s*/\s*\1\s*>" ; var matchesImgSrc = Regex.Matches(textData.Text, tagRegex2...

    releases.aspose.com/psd/net/release-notes/2023/...
  5. Replacing text in link annotations in a table i...

    Hi Asad, Oh that is my mistake. I was using a variable there and didn’t check after I modified the code in this thread before posting. Glad you figured that out. Also, the problem doesn’t happen often. The links alway…...nt pdfDocument) { Regex tgtRgx = new Regex("([a-z0-9]*)_(.*)")...extractedbookmarks.Add(id, dest); } Regex srcRgx = new Regex("[https://www](https://www)...

    forum.aspose.com/t/replacing-text-in-link-annot...
  6. textfragmentabsorber - Aspose.PDF for Java - AP...

    Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....TextFragmentAbsorber ( Pattern regex) Initializes a new instance...System.Text.RegularExpressions.Regex class object. TextFragmentAbsorber...

    reference.aspose.com/pdf/java/com.aspose.pdf/te...
  7. 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...
  8. Search HTML document without opening via .NET |...

    C# code to search words with pattern in HTML 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/html/
  9. Incorrectly Splitting into TextFragments - Free...

    I am supplying the Regex “\S+” to a TextFragmentAbsorber in order to split a PDF page into individual words. This usually works well with the vast majority of documents, but a recent one has had an issue. I have attached…...4:53pm #1 I am supplying the regex “\S+” to a TextFragmentAbsorber...However, when I apply our usual regex to the file and attempt to split...

    forum.aspose.com/t/incorrectly-splitting-into-t...
  10. Aspose::Words::Range class | Aspose.Words for C...

    Aspose::Words::Range class. Represents a contiguous area in a document. To learn more, visit the documentation article in C++....:Text::RegularExpressions::Regex>&, const System::String&) Replaces...:Text::RegularExpressions::Regex>&, const System::String&, const...

    reference.aspose.com/words/cpp/aspose.words/range/