Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 2,256 for

regex

(0.1 sec)
  1. FieldImport.SourceFullName | Aspose.Words for .NET

    Discover how to use the FieldImport SourceFullName property to easily manage image locations in your projects for enhanced organization and accessibility.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. HtmlFixedSaveOptions.UseTargetMachineFonts | As...

    Discover how the UseTargetMachineFonts property in HtmlFixedSaveOptions enhances document display by utilizing target machine fonts. Optimize your font management today!... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  3. ExportFontFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.ExportFontFormat enum for optimal font export when rendering to HTML fixed format. Enhance your document's visual quality!... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Table not found in World Doc - Free Support For...

    Hello Team , We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working , Can you please help on prio…...$@"\b{Regex.Escape(tagKey)}\b"; var regex = new Regex(pattern...Text.Contains(tagKey)) { if (regex.IsMatch(table.Range.Text)) return...

    forum.aspose.com/t/table-not-found-in-world-doc...
  5. 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-...
  6. BUG: Datavalidation with REGEXTEST does not wor...

    I’m creating a Excel with .NET and trying to add a datavalidation to check if a cell value is an URL. Consider the following code: public void AddDataValidation(CellArea cellArea, Column column, Worksheet worksheet) { …...that my regex is correct. I’ve simplified the regex to confirm...confirm it’s not a regex problem. This results in the same problem:...

    forum.aspose.com/t/bug-datavalidation-with-rege...
  7. FindReplaceOptions.legacy_mode property | Aspos...

    FindReplaceOptions.legacy_mode property. Gets or sets a boolean value indicating that old find/replace algorithm is used....' ) regex = '([A-z]+) gave money to ([A-z]+)'.... range . replace_regex ( pattern = regex , replacement = '$2...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FindReplaceOptions.direction property | Aspose....

    FindReplaceOptions.direction property. Selects direction for replace...WORDSNODEJS-106 - Add support of regex to doc.range.replace' , ( findReplaceDirection...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FindReplaceDirection enumeration | Aspose.Words...

    Aspose.Words.Replacing.FindReplaceDirection enumeration. Specifies direction for replace operations....WORDSNODEJS-106 - Add support of regex to doc.range.replace' , ( findReplaceDirection...which we can search for using a regex pattern. // Place one of those...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Parse word template to identify the business ob...

    Hello Support, I am currently evaluating Aspose.Words for our project. In our Word template, we need to populate multiple tables, each of which is filled using properties from a specific business object. From what I und…... for example with Regex regex = new Regex(@"<<([^>] . ← previous...

    forum.aspose.com/t/parse-word-template-to-ident...