Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,740 for

regex

(0.02 sec)
  1. FieldImport.IsLinked | Aspose.Words for .NET

    FieldImport IsLinked property. Gets or sets whether to reduce the file size by not storing graphics data with the document in C#.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

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

    HtmlFixedSaveOptions CssClassNamesPrefix property. Specifies prefix which is added to all class names in style.css file. Default value is aw in C#.... True ( Regex . Match ( outDocContents , "<div...es.css" ); Assert . True ( Regex . Match ( outDocContents , "...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 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...
  4. ITextFrame | Aspose.Slides for Java API Reference

    Represents a TextFrame.... highlightRegex(String regex, Color highlightColor, ITextHighlightingOpt...options. highlightRegex(String regex, Color highlightColor, ITextHighlightingOpt...

    reference.aspose.com/slides/java/com.aspose.sli...
  5. Delete Table Row By Tag - Aspose.Words Product ...

    Hi, We are trying to Delete table rows by using tags(Keyword) which is present in the Table cell. We tried below code and it is working, we need to add some condition with this code, Document doc = new Docum…...docx"); Regex regex = new Regex("<REMOVE_ROW>", RegexOptions...ReplaceEvaluatorFind() }; doc.Range.Replace(regex, "", options); Case 1: If tag(Keyword)...

    forum.aspose.com/t/delete-table-row-by-tag/235595
  6. FindReplace and Regular Expressions - Free Supp...

    Hello, I am looking for some guidance. I am trying to find specific tags within a Word document so that I can act/format the document accordingly. For example, there can be a tag [BOLD] This is a test [/BOLD] where I …...Replace(new Regex("\\[BOLD\\].*\\[\\BOLD\\]")...true; doc.Range.Replace(new Regex("\\[BOLD\\](.*?)\\BOLD\\]")...

    forum.aspose.com/t/findreplace-and-regular-expr...
  7. Get Page numbers of single or multiple occurren...

    Hi, I am trying to find the page numbers of single or multiple occurrences of search terms based on the offset or start- end range of the search terms in word document. I am able to accomplish finding the page numbers …...PageNumbersCollector(doc); Regex regex = new Regex(string.Join("|", wordsToSearch));...wordsToSearch)); doc.Range.Replace(regex, "", new FindReplaceOptions()...

    forum.aspose.com/t/get-page-numbers-of-single-o...
  8. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_GraphicFilter method. Gets or sets the name of the filter for the format of the graphic that is to be inserted in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Matching for end of line in pdf file inconsiste...

    Hi, I’ve found an issue during processing pdf files on different platforms. The problem occurs during the “textfragmentabsorber” instance matching by “accept” on a document’s page object. The issue itself is: When mat…...matched texts for different regexes by unicode characters which...want to use only one type of regex i.e. 7\r\n for both environments...

    forum.aspose.com/t/matching-for-end-of-line-in-...
  10. FieldIncludePicture.ResizeHorizontally | Aspose...

    FieldIncludePicture 财产. 获取或设置是否从源中横向调整图片大小... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/zh/net/aspose.words....