Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 3,009 for

regex

(0.06 sec)
  1. ReplaceAction Enum | Aspose.Words for .NET

    Aspose.Words.Replacing.ReplaceAction enum. Allows the user to specify what happens to the current match during a replace operation in C#.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  2. 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...
  3. Class ReplacingArgs | Aspose.Words for .NET API 参考

    Aspose.Words.Replacing.ReplacingArgs 班级. 为自定义替换操作提供数据... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Working with Validations in Columns|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 = "" ; validation . CustomValidation...

    docs.aspose.com/cells/net/working-with-validati...
  5. Working with Validations in Columns|Documentation

    This article introduces how to use validations in columns in GridDesktop.... RegEx = "" ; validation . CustomValidation...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  6. ReplacingArgs.MatchOffset | Aspose.Words for .NET

    ReplacingArgs MatchOffset property. Gets the zerobased starting position of the match from the start of the node that contains the beginning of the match in C#.... Replace ( new Regex ( "[0-9]+" ), "" , options );...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Footnote hover title issue in PDF - Free Suppor...

    Hello Team, when we hover on footnote then url shown on footnote in doc as below given screen shot. Doc file Screen Shot But after conversion in pdf url does not shown on footnote when we hover on footnote. In PDF…...Replace(new Regex(@"#" + #0002_1_, new FindandInsertFootNot(@""...#0002_1_"); worddoc.Range.Replace(new Regex(@"#" + #0002_1_, new FindandInsertFootNot(@""...

    forum.aspose.com/t/footnote-hover-title-issue-i...
  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...