Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 3,009 for

regex

(0.05 sec)
  1. 2020 | File Format APIs Blog – aspose.com

    Yearly Archives: 2020 ← Older posts Create PDF Files using Java – Java PDF API Posted on December 31, 2020 by Usman A......and replace text in pdf using regex Split HTML Webpage into Multiple...

    blog.aspose.com/2020/
  2. Aspose::Words::Saving Namespace Reference - Asp...

    The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents....System::Text::RegularExpressions::Regex::Match (outDocContents, u "@font-face"...System::Text::RegularExpressions::Regex::Match ( outDocContents, String(u...

    reference.aspose.com/words/cpp/namespace/aspose...
  3. Aspose::Words::Saving Namespace Reference - Asp...

    The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents....System::Text::RegularExpressions::Regex::Match (outDocContents, u "@font-face"...System::Text::RegularExpressions::Regex::Match ( outDocContents, String(u...

    reference.aspose.com/words/cpp/namespace/aspose...
  4. Aspose::Words::Fields::FieldStart class | Aspos...

    Aspose::Words::Fields::FieldStart class. Represents a start of a Word field in a document. To learn more, visit the documentation article in C++....<system/text/regularexpressions/regex.h> #include <system/text/string_builder...Text :: RegularExpressions :: Regex > gRegex ; void UpdateFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose.Words for C++ 23.2 Release Notes|Documen...

    Aspose.Words for C++ 23.2 Release Notes – the latest updates and fixes....Replace is sued with “A*” regex Update Noto fallback table to...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  6. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....regex.Pattern, java.lang.String) if...Please use replace(java.util.regex.Pattern, java.lang.String, com...

    reference.aspose.com/words/java/com.aspose.word...
  7. Get the first Field or Table object below the s...

    Here is a VSTO function that I’m trying to translate to Aspose.Words: public Field GetNextField(Range rng, int selStart) { var NextField = (from f in rng.Fields where f.Start > selStart …...Replace(new Regex("[a-zA-Z]{7,}"), "$0", options);...

    forum.aspose.com/t/get-the-first-field-or-table...
  8. 23.2 Release Notes|Aspose.Words for .NET

    Aspose.Words for .NET 23.2 Release Notes – the latest updates and fixes....Replace is sued with “A*” regex Bug WORDSNET-24638 Update Noto...

    docs.aspose.com/words/net/aspose-words-for-net-...
  9. CSS attributes with 'calc()' function deleted a...

    Hi! I using CSS calc() function to calculate width for some elements ( .static-top-header selector for example ). But after I loaded the document into an HTMLDocument and rendered it - I ended up with CSS without attri…...image_href(images[i]); } /* * This regex is used by ds_image_href to...:pdf|ps|eps|tiff|tif)$/; /* * This regex is used by ds_image_href to...

    forum.aspose.com/t/css-attributes-with-calc-fun...
  10. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....which we can search for using a regex pattern. // Place one of those...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/java/com.aspose.word...