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

regex

(0.09 sec)
  1. 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...
  2. 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/
  3. 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/
  4. 计算一系列单元格的总和|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-...
  5. ExportFontFormat Enum | Aspose.Words for .NET

    Aspose.Words.Saving.ExportFontFormat enum. Indicates the format that is used to export fonts while rendering to HTML fixed format in C#.... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 20.3 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 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/net/aspose-words-for-net-...
  7. API example of this - https://products.aspose.a...

    I want to take a random PDF, pass it to an API, and get an email address(es) in return. Can you direct me to the right API, documentation, or an example code, please? Thanks, Tim...Replace(new Regex(@"([\w\.\-]+)@([w\-]+)((\.(w){2...[A-Za-z]{2,4}\b"; Regex regex = new Regex(pattern); // Create...

    forum.aspose.com/t/api-example-of-this-https-pr...
  8. ITextFrame | Aspose.Slides for Java API Reference

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

    reference.aspose.com/slides/java/com.aspose.sli...
  9. HtmlSaveOptions.OfficeMathOutputMode | Aspose.W...

    HtmlSaveOptions 财产. 控制 OfficeMath 对象如何导出为 HTMLMHTML 或 EPUB 默认值为HtmlOfficeMathOutputMode.Image.... True ( Regex . Match ( outDocContents , "<p.... MathML : Assert . True ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/zh/net/aspose.words....
  10. FindReplace and Regular Expressions - Free Supp...

    Hello, I am looking for some guidance. I am trying to find specific tags within a Word document so that I can act/format the document accordingly. For example, there can be a tag [BOLD] This is a test [/BOLD] where I …...Replace(new Regex("\\[BOLD\\].*\\[\\BOLD\\]")...true; doc.Range.Replace(new Regex("\\[BOLD\\](.*?)\\BOLD\\]")...

    forum.aspose.com/t/findreplace-and-regular-expr...