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

regex

(0.07 sec)
  1. FindReplaceOptions.smartParagraphBreakReplaceme...

    FindReplaceOptions.smartParagraphBreakReplacement property. Gets or sets a boolean value indicating either it is allowed to replace paragraph break when there is no next sibling paragraph.... replace ( new Regex ( "TEXT1&p" ), "" , options...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 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...
  3. 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...
  4. 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/
  5. Aspose::Words::Fields::FieldImport class | Aspo...

    Aspose::Words::Fields::FieldImport class. Implements the IMPORT field. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreFieldCodes method. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C++....Text :: RegularExpressions :: Regex > ( u "T" ), u "*" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  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. 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...
  9. 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...
  10. Placeholder not replaced completely - Free Supp...

    Hey folks, I encountered an issue when replacing a placeholder string in a .docx document (created with Microsoft Word) with a table by using Aspose.Words for Java. The content of the document looks like this: <owner> …...treat the search pattern as a regex: FindReplaceOptions options...setUseRegex(true); // enable regex mode options.setIgnoreFormatting(true);...

    forum.aspose.com/t/placeholder-not-replaced-com...