Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 3,004 for

regex

(0.1 sec)
  1. FindReplaceOptions.SmartParagraphBreakReplaceme...

    FindReplaceOptions 财产. 获取或设置一个布尔值指示当没有下一个同级段落时是否允许替换段落 break... Replace ( new Regex ( @"TEXT1&p" ), "" , options...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Aspose.PDF for Java 19.5 Release Notes|Aspose.P...

    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....through TextFragmentAbsorber with regex not working Bug PDFJAVA-38460...

    docs.aspose.com/pdf/java/aspose-pdf-for-java-19...
  3. 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...
  4. 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...
  5. 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...
  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. 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
  8. ReplacingArgs.Replacement | Aspose.Words for .NET

    ReplacingArgs Replacement property. Gets or sets the replacement string in C#.... Replace ( new Regex ( "New York City|NYC" ), "Washington"...

    reference.aspose.com/words/net/aspose.words.rep...
  9. 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...
  10. 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....