Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,928 for

regex

(0.03 sec)
  1. Aspose::Words::Range Member List - Aspose.Words...

    Aspose::Words::Range Member List This is the complete list of members for Aspose::Words::Range , including all inheri......System::Text::RegularExpressions::Regex > &pattern, const System::String...System::Text::RegularExpressions::Regex > &pattern, const System::String...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_FontFormat method. Gets or sets ExportFontFormat used for font exporting. Default value is Woff in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Search and replace text in XHTML document via ....

    C# sample code to redact sensitive information in XHTML 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/xhtml/
  4. Search and replace text in DOT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word DOT 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/dot/
  5. Search and replace text in ODT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word ODT 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/odt/
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. ITextFrame | Aspose.Slides for Android via Java...

    Represents a TextFrame.... highlightRegex(String regex, Integer highlightColor, ITextHighlightingOpt...options. highlightRegex(String regex, Integer highlightColor, ITextHighlightingOpt...

    reference.aspose.com/slides/androidjava/com.asp...