Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 3,009 for

regex

(0.1 sec)
  1. Word Chart text highlight problem - Free Suppor...

    Hi Team, Highlighting text in word chart not happening. using following code: FindReplaceOptions option1 = new FindReplaceOptions(); option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow; option1.FindWholeWord…...Document(filePath); Regex regx = new Regex("Word Two", RegexOptions...Document(@"C:\Temp\in.docx"); Regex regx = new Regex("Word Two", RegexOptions...

    forum.aspose.com/t/word-chart-text-highlight-pr...
  2. 20.3 Release Notes|Aspose.Words for C++

    Aspose.Words for C++ 20.3 Release Notes – the latest updates and fixes....StopTrackRevisions (); Regex regex = new Regex ( "e" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  3. Class ReplaceOptions | Aspose.Cells for .NET AP...

    Aspose.Cells.ReplaceOptions class. Represent the replace options...whether the searched key is regex. If true then the searched key...key will be taken as regex. See Also namespace Aspose.Cells assembly...

    reference.aspose.com/cells/net/aspose.cells/rep...
  4. HighlightRegex | Aspose.Slides for .NET API 参考

    使用指定颜色突出显示文本框架文本中所有正则表达式匹配...void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...ITextHighlightingOpt options ) 范围 类型 描述 regex String 正则表达式的文本,以获得要突出显示的文本。...

    reference.aspose.com/slides/zh/net/aspose.slide...
  5. Trying to add and removing some space before th...

    @alexey.noskov I am trying to add and removing some space before the colon and after colon the before and after value should be dynamic. if the colon after we are not find any space we need to add one space. Please fi…...Replace(new Regex(pattern), label + after_valueSpaces...}"); doc.Range.Replace(new Regex(pattern), label + after_valueSpaces...

    forum.aspose.com/t/trying-to-add-and-removing-s...
  6. ReplaceOptions class | Aspose.Cells for Python ...

    ReplaceOptions class ReplaceOptions class Represent the replace options. The ReplaceOptions type exposes the followin......contents regex_key Indicates whether the searched key is regex. If...searched key will be taken as regex. font_settings The rich formatted...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. HighlightRegex() | Aspose.Slides for C++ API Re...

    Highlight all matches of regular expression in text frame text using specified color....HighlightRegex ( System :: String regex , System :: Drawing :: Color...Parameter Type Description regex System::String Text of regular...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  8. Search and replace text in MHTML document via ....

    C# sample code to redact sensitive information in MHTML file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/mhtml/
  9. Search and replace text in OTT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word OTT file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/ott/
  10. Calculate the sum of a range of cells|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Regex regex = new Regex ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/net/calculate-the-sum-of-...