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

regex

(0.04 sec)
  1. 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...
  2. Enum ReplaceAction | Aspose.Words for .NET API 参考

    Aspose.Words.Replacing.ReplaceAction 枚举. 允许用户指定在替换操作期间当前匹配发生的情况... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/zh/net/aspose.words....
  3. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchOffset method. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  4. 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-...
  5. 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/
  6. Object Reference error while using TextAbsorber...

    I am getting Object reference not set to an instance of an object. error when use below code to extract text from Test.pdf (749.8 KB). TextAbsorber textAbsorber = new TextAbsorber(); doc.Pages[4]…...Boolean #=zEr6vnvmuhK1SXp43vA==, Regex #=z$0oOy48=) at #=z5wmixPgp...

    forum.aspose.com/t/object-reference-error-while...
  7. ReplacingArgs.GroupName | Aspose.Words for .NET...

    ReplacingArgs 财产. 按名称标识在Match 被替换为Replacement字符串.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  8. 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...
  9. FindReplaceOptions.ApplyFont | Aspose.Words for...

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

    reference.aspose.com/words/zh/net/aspose.words....
  10. Capitalize the first word of each bulleted or n...

    Hi Team, Hope you doing well, I need code to capitalize the first word of each bulleted or numbered item, and that item must ends with period. if that was an heading we have to left them like the same. Thanks and Reg…...Replace(new Regex("^([a-zA-Z]+)"), "", opt); //...

    forum.aspose.com/t/capitalize-the-first-word-of...