Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,999 for

regex

(0.05 sec)
  1. Aspose::Words::Fields::FieldIncludePicture clas...

    Aspose::Words::Fields::FieldIncludePicture class. Implements the INCLUDEPICTURE 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...
  2. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_ReplacingCallback method. The user-defined method which is called before every replace occurrence in C++....Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...Text :: RegularExpressions :: Regex > ( u "[0-9]+" ), u "" , options...

    reference.aspose.com/words/cpp/aspose.words.rep...
  3. TextFrame | Aspose.Sildes for PHP via Java API ...

    TextFrame TextFrame class Represents a TextFrame. getHyperlinkQueries Name Description getHyperlinkQueries () Provide......Parameters: Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/php-java/aspose.sli...
  4. Aspose.PDF for Java 22.4 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....to search text fragment by regex Bug Public API and Backwards...

    docs.aspose.com/pdf/java/aspose-pdf-for-java-22...
  5. ReplacingArgs.MatchNode | Aspose.Words for .NET

    ReplacingArgs MatchNode property. Gets the node that contains the beginning of the match in C#.... Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Problem when aligning to center text after upda...

    Center alignment of text is lost after updating in PS. By code, portions are created with center justified text, and the text contained in the textlayer is replaced. The problem occurs after opening in the phoshotp and …...(TextLayer)layerItem; Regex pRegex = new Regex("#lsak[^#]+#", RegexOptions...

    forum.aspose.com/t/problem-when-aligning-to-cen...
  7. Aspose::Words::Replacing::ReplacingArgs class |...

    Aspose::Words::Replacing::ReplacingArgs class. Provides data for a custom replace operation. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...Text :: RegularExpressions :: Regex > ( u " \\ [MY_DOCUMENT \\ ]"...

    reference.aspose.com/words/cpp/aspose.words.rep...
  8. Aspose document creation logic is taking more t...

    Hi, We are new to aspose and doing some POC to achieve our requirement and if aspose supports our requiremnt we are planning to buy licence version.Basically we are looking at Aspose.Word for java to generate documents…...DOCX); // Define the regex pattern String regex = "\\{\\{([^ Pattern...Pattern pattern = Pattern.compile(regex); String documentText = baseAsposeDocument...

    forum.aspose.com/t/aspose-document-creation-log...
  9. Document.Range.Replace is incredibly slow - Fre...

    We are looking at Aspose.Word to handle our document production and conversion to PDF. Our requirement is to replace tokens contained in a Word document with content (sometimes Rich/HTML) from a database. These replaceme…...Here is the RegEx required to find the tokens: Regex(@"\{r(?.*...static readonly Regex ReplacementCodeRegex = new Regex(@"{r(?.*?)...

    forum.aspose.com/t/document-range-replace-is-in...
  10. Copying text from one PDF to another is slow - ...

    Hello, we want to copy (recognized OCR) text from one PDF to another. This example source code works but is very very slow (the textBuilder.AppendText function takes about 3 minutes for one page of text) Why is the me…...Regex regex = new System.Text.RegularExpressions.Regex(@"[\S]+");...= new TextFragmentAbsorber(regex); Aspose.Pdf.Page page = asposeDoc...

    forum.aspose.com/t/copying-text-from-one-pdf-to...