Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 2,999 for

regex

(0.04 sec)
  1. 21.11 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 21.11 Release Notes – the latest updates and fixes...."Text in field" ); Regex regex = new Regex ( "T" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/java/aspose-words-for-jav...
  2. Get wrong page count - Aspose.Words Product Fam...

    The actual page number is 16,but it is replace to be 17. Here is the code and file. image.png (31.4 KB) paper.docx (1.3 MB) DocumentBuilder builder = new DocumentBuilder(doc); builder.MoveToSection(doc.Sections.Index…...Replace(new Regex("[$]Assessment Pages", RegexOptions...

    forum.aspose.com/t/get-wrong-page-count/247660
  3. ReplacingArgs.Match | Aspose.Words for .NET

    ReplacingArgs Match property. The Match resulting from a single regular expression match during a Replace in C#.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  4. Enum ReplaceAction | Aspose.Words for .NET API 参考

    Aspose.Words.Replacing.ReplaceAction 枚举. 允许用户指定在替换操作期间当前匹配发生的情况... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/zh/net/aspose.words....
  5. Aspose::Words::Replacing::ReplacingArgs::get_Ma...

    Aspose::Words::Replacing::ReplacingArgs::get_MatchOffset method. Gets the zero-based starting position of the match from the start of the node that contains the beginning of the match in C++....Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  6. Aspose::Slides::TextFrame Member List - Aspose....

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

    reference.aspose.com/slides/cpp/class/aspose.sl...
  7. FindReplaceOptions.ApplyFont | Aspose.Words for...

    FindReplaceOptions 财产. 应用于新内容的文本格式... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/zh/net/aspose.words....
  8. 9.2.0 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 9.2.0 Release Notes – the latest updates and fixes....Replace(Regex, ReplaceEvaluator, Boolean)...Boolean) | methodRange.Replace(Regex, IReplacingCallback, Boolean) |...

    docs.aspose.com/words/net/aspose-words-for-net-...
  9. Aspose.Cells for CPP 18.8 Release Notes|Documen...

    Aspose.Cells for CPP 18.8 Release Notes – the latest enhancements, new features, and fixes....Bug CELLSCPP-128 Issue with regex split Bug CELLSCPP-129 Shape...

    docs.aspose.com/cells/cpp/aspose-cells-for-cpp-...
  10. Replace Text in Word DOCX Document with JPEG GI...

    I want to replace a particular text in a document, say , with an image. Using MS Word automation I could do a search for the text using Selection.Find(), which would move the cursor to my search text, then I could ins…...Replace(new Regex(@""), new ReplaceWithImageEval()...

    forum.aspose.com/t/replace-text-in-word-docx-do...