Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,009 for

regex

(0.05 sec)
  1. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    FindReplaceOptions 财产. True 表示考虑到文本框从上到下顺序执行文本搜索 默认值为 false... Replace ( new Regex ( @"\[tag \d*\]" ), "" , options...

    reference.aspose.com/words/zh/net/aspose.words....
  2. ReplacingArgs.Match | Aspose.Words for .NET API 参考

    ReplacingArgs 财产. 的Match由单个 regular 表达式匹配产生的 代替.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  3. ReplacingArgs.GroupIndex | Aspose.Words for .NE...

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

    reference.aspose.com/words/zh/net/aspose.words....
  4. Aspose.PDF for .NET 22.1 Release Notes|Aspose.P...

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2022, version 22.1....doesn’t find text in rectangle by regex Bug PDFNET-44345 NullReferenceExcepti...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-22-1...
  5. ReplacingArgs.Replacement | Aspose.Words for .N...

    ReplacingArgs 财产. 获取或设置替换字符串... Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/zh/net/aspose.words....
  6. Words split in multiple text fragments (C#) - F...

    Hi, We are working with PDF document in which we want to extract and replace words in specific sentences. We’ve went through the article to extract paragraphs (https://docs.aspose.com/pdf/net/extract-paragraph-from-pdf…...TextFragmentAbsorber with a Regex search and sort the TextFragments...new TextFragmentAbsorber(new Regex(@"\w*\w")); absorber.Visit(pdfDocument...

    forum.aspose.com/t/words-split-in-multiple-text...
  7. Aspose::Slides::ITextFrame Member List - Aspose...

    Aspose::Slides::ITextFrame Member List This is the complete list of members for Aspose::Slides::ITextFrame , includin......HighlightRegex (System::String regex, System::Drawing::Color highlightColor...

    reference.aspose.com/slides/cpp/class/aspose.sl...
  8. itextframe - Aspose.Slides for Java - API Refer...

    Provides detailed explanation of Aspose.Slides for Java API classes & methods so you could quickly integrate PowerPoint Processing features in your own applications....String regex, java.awt.Color highlightColor...highlightRegex(java.lang.String regex, java.awt.Color highlightColor...

    reference.aspose.com/slides/java/com.aspose.sli...
  9. Hocr and searchable PDF - Free Support Forum - ...

    Hi, I try to convert PDF (aspose pdf 11.9.0) with Hocr generated from Tesseract 3.0.4. - With Html hocr : do it nothing ! PDF is same before the transform. - With xhtml hocr : convert method throw FormatException. y…...DFNET-41118 I use regex to fix : text = Regex.Replace(text, @";...

    forum.aspose.com/t/hocr-and-searchable-pdf/15876
  10. String replacing - Aspose.Words Product Family ...

    Hi, I have the following returned as a run type and I what to replace what to make what is between /BS/ /BE/ bold any ideas how to do this please. Mortgage Arrangement and Valuation /BS/Fee./BE/Payable at the start of …...Replace(new Regex(startTag), new FindAndInsertBookMar(startTag...false); doc.Range.Replace(new Regex(endTag), new FindAndInsertBookMar(endTag...

    forum.aspose.com/t/string-replacing/66922