Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 3,003 for

regex

(0.1 sec)
  1. 21.11 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 21.11 Release Notes – the latest updates and fixes...."Text in field" ); Regex regex = new Regex ( "T" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/net/aspose-words-for-net-...
  2. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java...."); String regex = "([A-z]+) gave money to ([A-z]+)";...getRange().replace(Pattern.compile(regex), "$2 took money from $1", options);...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert text with formatting to plain text - Fr...

    When encountering mtext entities that contain formatting codes like this example: “FLANGE 300# {\C256;RFWN 0.218"" WT} A694 F52” On screen it looks like: FLANGE 300# RFWN 0.218" WT A694 F52 AutoDesk does have the Expl…...suggested to create an elaborate regex pattering from the code lists...

    forum.aspose.com/t/convert-text-with-formatting...
  4. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....and highlight text using the regex expressions. This guide has...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  5. FindReplaceDirection | Aspose.Words for Java

    Specifies direction for replace operations in Java....which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/java/com.aspose.word...
  6. ReplacingArgs.MatchOffset | Aspose.Words for .N...

    ReplacingArgs 财产. 从包含匹配开头的 节点的开头获取匹配的从零开始的位置... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  7. 我要如何给linq模板tag增加自定义属性或添加批注 - Free Support Forum...

    我们的业务场景: 使用linq模板配置word<模板Template> 比如其中有tag1 使用<模板Template>生成<预览报表PreviewReport>,其中tag1对应值VALUE1,在<预览报表PreviewReport>中应该反应出VALUE1与tag1的对应关系,比如VALUE1处增加批注或者直接生成片段tag1_VALUE1. 用户修改生成的<预览报表PreviewReport>中的VALUE1为NEW_VALU…... Regex tagPattern = new Regex("<<.*?>>" doc.Range...

    forum.aspose.com/t/linq-tag/279124
  8. Online PDF File Text Finder or Build PDF Search...

    Free online app to search in PDF file. C# API code for any PDF file text search application....Define the search criteria in Regex. Create TextAbsorber object...all instances of the input regex. Accept the absorber for the...

    products.aspose.com/total/net/search/pdf/
  9. Aspose::Slides::TextFrame Member List - Aspose....

    Aspose::Slides::TextFrame Member List This is the complete list of members for Aspose::Slides::TextFrame , including ......HighlightRegex (System::String regex, System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  10. FindReplaceOptions.ApplyFont | Aspose.Words for...

    FindReplaceOptions 财产. 应用于新内容的文本格式... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....