Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 3,009 for

regex

(0.09 sec)
  1. Aspose::Words::Replacing::IReplacingCallback in...

    Aspose::Words::Replacing::IReplacingCallback interface. Implement this interface if you want to have your own custom method called during a find and replace operation in C++....Text :: RegularExpressions :: Regex > ( u "(header|footer)" ), u...Text :: RegularExpressions :: Regex > ( u "New York City|NYC" )...

    reference.aspose.com/words/cpp/aspose.words.rep...
  2. Convert Paragraph into Bullet Points in Word us...

    Convert paragraph into bullet points in Word using C#. You will get IDE settings and a sample code to convert text to bullet points in Word using C#....split it into strings using Regex.Split() method Create the output...array of strings created with Regex and write each string to the...

    kb.aspose.com/words/net/convert-paragraph-into-...
  3. No TextFragment If Text Lies Across Multiple Pa...

    Hi Team, I am trying to get textFragment for the text using PageCollection.aacept() method using Regex for a text which starts from a page and ends i another page. Using the code below textFragment is empty. text’s reg…...aacept() method using regex for a text which starts from...textFragment is empty. text’s regex = (?i)corporate(?:[(\d|\w.\s)]...

    forum.aspose.com/t/no-textfragment-if-text-lies...
  4. FieldInclude.SourceFullName | Aspose.Words for ...

    FieldInclude SourceFullName property. Gets or sets the location of the document in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldInclude.BookmarkName | Aspose.Words for .NET

    FieldInclude BookmarkName property. Gets or sets the name of the bookmark in the document to include in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldInclude.TextConverter | Aspose.Words for .NET

    FieldInclude TextConverter property. Gets or sets the name of the text converter for the format of the included file in C#.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Search DOC document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word DOC file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/doc/
  8. Search XHTML document without opening via .NET ...

    C# code to search words with pattern in XHTML file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/xhtml/
  9. Search DOCX document without opening via .NET |...

    C# code to search words with pattern in Microsoft Word DOCX file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/docx/
  10. Search TXT document without opening via .NET | ...

    C# code to search words with pattern in Microsoft Word TXT file using server side .NET library.... Also possible with Regex as parameter within Replace..."bad" doc.Range.Replace( new Regex( "[s|m]ad" ), "bad" ); doc.Save(...

    products.aspose.com/words/net/search/txt/