Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 3,004 for

regex

(0.09 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. 计算一系列单元格的总和|Documentation

    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/zh/net/calculate-the-sum-...
  3. 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...
  4. 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...
  5. Lazy loading with LINQ Reporting Engine - Free ...

    Good morning, we use Aspose.Words via LINQ Reporting Engine, we let the customer create their own templates navigating from table to table present in provided DataSet. At the moment we provide DataSets based on report c…...ColumnNameCollector(); Regex regex = new Regex(@"<<\[(.* builder.Document...Document.Range.Replace(regex, "", new FindReplaceOptions(collector));...

    forum.aspose.com/t/lazy-loading-with-linq-repor...
  6. HighlightRegex | Aspose.Sildes for .NET API Ref...

    Highlight all matches of regular expression in text frame text using specified color....void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...Parameter Type Description regex String Text of regular expression...

    reference.aspose.com/slides/net/aspose.slides/t...
  7. 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/
  8. 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/
  9. 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-...
  10. Aspose::Pdf::Text::TextFragmentAbsorber Member ...

    Aspose::Pdf::Text::TextFragmentAbsorber Member List This is the complete list of members for Aspose::Pdf::Text::TextF......System::Text::RegularExpressions::Regex > regex) Aspose::Pdf::Text::TextFragmentAbsorber...System::Text::RegularExpressions::Regex > regex, System::SharedPtr< Asp...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.t...