Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,999 for

regex

(0.1 sec)
  1. Aspose::Words::Fields::FieldIncludePicture Clas...

    Implements the INCLUDEPICTURE field....System::Text::RegularExpressions::Regex::Match (fieldIncludePicture->GetFieldCode()...System::Text::RegularExpressions::Regex::Match (fieldImport->GetFieldCode()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    HtmlFixedSaveOptions FontFormat property. Gets or sets ExportFontFormat used for font exporting. Default value is Woff in C#.... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 20.3 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 20.3 Release Notes – the latest updates and fixes....StopTrackRevisions (); Regex regex = new Regex ( "e" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/java/aspose-words-for-jav...
  4. Word Chart text highlight problem - Free Suppor...

    Hi Team, Highlighting text in word chart not happening. using following code: FindReplaceOptions option1 = new FindReplaceOptions(); option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow; option1.FindWholeWord…...Document(filePath); Regex regx = new Regex("Word Two", RegexOptions...Document(@"C:\Temp\in.docx"); Regex regx = new Regex("Word Two", RegexOptions...

    forum.aspose.com/t/word-chart-text-highlight-pr...
  5. HighlightRegex | Aspose.Sildes for .NET API Ref...

    Highlight all matches of regular expression in text frame text using specified color....void HighlightRegex ( string regex , Color highlightColor , ITextHighlightingOpt...Parameter Type Description regex String Text of regular expression...

    reference.aspose.com/slides/net/aspose.slides/t...
  6. ReplaceOptions class | Aspose.Cells for Python ...

    ReplaceOptions class ReplaceOptions class Represent the replace options. The ReplaceOptions type exposes the followin......contents regex_key Indicates whether the searched key is regex. If...searched key will be taken as regex. font_settings The rich formatted...

    reference.aspose.com/cells/python-net/aspose.ce...
  7. HighlightRegex() | Aspose.Slides for C++ API Re...

    Highlight all matches of regular expression in text frame text using specified color....HighlightRegex ( System :: String regex , System :: Drawing :: Color...Parameter Type Description regex System::String Text of regular...

    reference.aspose.com/slides/cpp/aspose.slides/i...
  8. Creating, Reading and Saving Projects

    Learn how to create, edit, and save projects in different formats (MPP, Primavera XML, PDF, JPEG) using Aspose.Tasks for .NET.... ReadToEnd (); 16 Regex regex = new Regex ( "PT(\\d+)H(\\d+)M(\\d+)S"..."PT(\\d+)H(\\d+)M(\\d+)S" ); 17 return regex . Replace ( xml , "**$1Hrs$2Mins$3Secs**"...

    docs.aspose.com/tasks/net/creating-reading-and-...
  9. Lazy loading with LINQ Reporting Engine - Free ...

    Good morning, we use Aspose.Words via LINQ Reporting Engine, we let the customer create their own templates navigating from table to table present in provided DataSet. At the moment we provide DataSets based on report c…...ColumnNameCollector(); Regex regex = new Regex(@"<<\[(.* builder.Document...Document.Range.Replace(regex, "", new FindReplaceOptions(collector));...

    forum.aspose.com/t/lazy-loading-with-linq-repor...
  10. Search and replace text in MHTML document via ....

    C# sample code to redact sensitive information in MHTML file using server side .NET library....Options Highlight phrases using Regex. Use Replace method with relevant...to be highlighted. Regex regex = new Regex( "your document" ,...

    products.aspose.com/words/net/redaction/mhtml/