Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,999 for

regex

(0.05 sec)
  1. Search and replace text in OTT document via .NE...

    C# sample code to redact sensitive information in Microsoft Word OTT 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/ott/
  2. Calculate the sum of a range of cells|Documenta...

    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.... Regex regex = new Regex ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  3. Aspose::Pdf::Text::TextFragmentAbsorber Member ...

    Aspose::Pdf::Text::TextFragmentAbsorber Member List This is the complete list of members for Aspose::Pdf::Text::TextF......System::Text::RegularExpressions::Regex > regex) Aspose::Pdf::Text::TextFragmentAbsorber...System::Text::RegularExpressions::Regex > regex, System::SharedPtr< Asp...

    reference.aspose.com/pdf/cpp/class/aspose.pdf.t...
  4. HtmlSaveOptions.OfficeMathOutputMode | Aspose.W...

    HtmlSaveOptions OfficeMathOutputMode property. Controls how OfficeMath objects are exported to HTML MHTML or EPUB. Default value is Image in C#.... True ( Regex . Match ( outDocContents , "<p.... MathML : Assert . True ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Range Member List - Aspose.Words...

    Aspose::Words::Range Member List This is the complete list of members for Aspose::Words::Range , including all inheri......System::Text::RegularExpressions::Regex > &pattern, const System::String...System::Text::RegularExpressions::Regex > &pattern, const System::String...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_FontFormat method. Gets or sets ExportFontFormat used for font exporting. Default value is Woff in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. ExportFontFormat Enum | Aspose.Words for .NET

    Aspose.Words.Saving.ExportFontFormat enum. Indicates the format that is used to export fonts while rendering to HTML fixed format 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...
  8. Aspose::Words::Saving::ExportFontFormat enum | ...

    Aspose::Words::Saving::ExportFontFormat enum. Indicates the format that is used to export fonts while rendering to HTML fixed format in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Duplicate Region not working - Aspose.Words Pro...

    Hello, So earlier I tried to change the code as per your documentation and as per your reply I tried to modify. I think now its not working and I have attached template again as well. When I try to use same table twice…...RemoveEmptyParagraph = true; Regex regex = new Regex(" "); FindReplaceOptions...true; // doc.Range.Replace(regex, "", options); doc.UpdateFields();...

    forum.aspose.com/t/duplicate-region-not-working...
  10. API example of this - https://products.aspose.a...

    I want to take a random PDF, pass it to an API, and get an email address(es) in return. Can you direct me to the right API, documentation, or an example code, please? Thanks, Tim...Replace(new Regex(@"([\w\.\-]+)@([w\-]+)((\.(w){2...[A-Za-z]{2,4}\b"; Regex regex = new Regex(pattern); // Create...

    forum.aspose.com/t/api-example-of-this-https-pr...