Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 2,256 for

regex

(0.13 sec)
  1. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageMargins method. Specifies the margins around pages in an HTML document. The margins value is measured in points and should be equal to or greater than 0. Default value is 10 points in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Fields::FieldInclude::get_LockFi...

    Aspose::Words::Fields::FieldInclude::get_LockFields method. Gets or sets whether to prevent fields in the included document from being updated in C++....Text :: RegularExpressions :: Regex :: Match ( field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Find and Replace Text in Documents|Aspose.Words...

    Find and replace text or strings. NPOI does not provide an opportunity to find and replace using C#.... Replace ( new Regex ( "[s | m]ad" ), "bad" ); doc...

    docs.aspose.com/words/net/find-and-replace-text...
  4. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using regular expression in Node.js via C++....indicate that the searched key is regex replace . setRegexKey ( true...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  5. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting.... Replace ( new Regex ( @"TEXT1&p" ), "" , options...

    reference.aspose.com/words/net/aspose.words.rep...
  6. FieldIncludePicture Class | Aspose.Words for .NET

    Discover Aspose.Words.Fields.FieldIncludePicture class to effortlessly implement INCLUDEPICTURE fields, enhancing document automation and image integration.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  8. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...UseSubstitutions = true; Regex tagRegex = new Regex(@"<<.*?>> RegexOptions...Document doc, Paragraph p, Regex tagRegex, ref int bkIndex) {...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  9. Search and Get Text from Pages of PDF|Aspose.PD...

    Learn how to search and extract text from PDF documents in Python using Aspose.PDF for document analysis.... By enabling regex mode in TextFragmentAbsorber...Initialize TextFragmentAbsorber with Regex Pattern. Apply Absorber to Page...

    docs.aspose.com/pdf/python-net/search-and-get-t...
  10. FAQ|Aspose.PDF for Python via .NET

    Here you can find answers to Frequently Asked Questions for Aspose.PDF for Python via .NET library....implement regex search for TextFragmentAbsorber? To use regex with...

    docs.aspose.com/pdf/python-net/faq/