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

regex

(0.05 sec)
  1. 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...
  2. FieldIncludePicture.IsLinked | Aspose.Words for...

    Optimize your documents with the FieldIncludePicture IsLinked property—control graphic storage to reduce file size and enhance performance.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldIncludePicture.ResizeVertically | Aspose.W...

    Discover how the ResizeVertically property of FieldIncludePicture enhances image management by allowing vertical resizing for optimal display.... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  4. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    Discover the HtmlFixedSaveOptions FontFormat property to customize font exporting. Easily set and optimize your default format to Woff for better performance.... That ( Regex . Match ( outDocContents , "@font-face"...False ); else Assert . That ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/net/aspose.words.sav...
  5. 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...
  6. 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...
  7. 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...
  8. FieldImport.IsLinked | Aspose.Words for .NET

    Optimize your documents with FieldImport's IsLinked property to reduce file size by excluding graphics data. Enhance efficiency and performance today!... That ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . That ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  9. HtmlFixedSaveOptions.CssClassNamesPrefix | Aspo...

    Discover how the HtmlFixedSaveOptions CssClassNamesPrefix property enhances your styling by adding a customizable prefix to all class names in your style.css.... That ( Regex . Match ( outDocContents , "<div...es.css" ); Assert . That ( Regex . Match ( outDocContents , "...

    reference.aspose.com/words/net/aspose.words.sav...
  10. How to create a content control(SDT) when you h...

    Hi Team, Let’s take an example such that a documents consists of below text Hello World How to write a Regex pattern to match and create a content control? I need to match both Hello and World and it should create a …...Hello World How to write a regex pattern to match and create...patern = new Regex(pattern); doc.Range.Replace(new Regex(pattern,...

    forum.aspose.com/t/how-to-create-a-content-cont...