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

regex

(0.14 sec)
  1. 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...
  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::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...
  4. 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...
  5. replaceoptions - Aspose.Cells for Python via Ja...

    Details & examples of Aspose.Cells for Python via Java classes, methods & interfaces for you to read, write & convert spreadsheets programmatically....whether the searched key is regex. If true then the searched key...key will be taken as regex. Constructor Detail ReplaceOptions...

    reference.aspose.com/cells/python-java/asposece...
  6. 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-...
  7. HtmlSaveOptions.ResolveFontNames | Aspose.Words...

    HtmlSaveOptions 财产. 指定文档中使用的字体家族名称是否根据 解析和替换FontSettings当被写入基于 HTML 的格式时... Regex . Match ( outDocContents , "<span...style=\"font-family:Arial\">" ). Success : Regex . Match ( outDocContents , "<span...

    reference.aspose.com/words/zh/net/aspose.words....
  8. 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...
  9. 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...
  10. 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/