Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,004 for

regex

(0.05 sec)
  1. FieldIncludePicture.IsLinked | Aspose.Words for...

    FieldIncludePicture 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. Enum HtmlOfficeMathOutputMode | Aspose.Words fo...

    Aspose.Words.Saving.HtmlOfficeMathOutputMode 枚举. 指定 Aspose.Words 如何将 OfficeMath 导出为 HTMLMHTML 和 EPUB... True ( Regex . Match ( outDocContents , "<p.... MathML : Assert . True ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/zh/net/aspose.words....
  3. 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...
  4. 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...
  5. 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...
  6. TextFrame | Aspose.Slides for Android via Java ...

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

    reference.aspose.com/slides/androidjava/com.asp...
  7. HtmlOfficeMathOutputMode Enum | Aspose.Words fo...

    Aspose.Words.Saving.HtmlOfficeMathOutputMode enum. Specifies how Aspose.Words exports OfficeMath to HTML MHTML and EPUB in C#.... True ( Regex . Match ( outDocContents , "<p.... MathML : Assert . True ( Regex . Match ( outDocContents , "<p...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose.PSD for .NET 23.4 - Release Notes|Docume...

    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....//validar si tiene tags Regex tagRegex = new Regex ( @"<[^>]+>" ); bool...>]+)[^>]*>s*/\s*\1\s*>" ; var matchesImgSrc = Regex . Matches ( textData . Text...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  9. Aspose::Words::Fields::FieldImport::get_IsLinke...

    Aspose::Words::Fields::FieldImport::get_IsLinked method. Gets or sets whether to reduce the file size by not storing graphics data with the document in C++....Text :: RegularExpressions :: Regex :: Match ( fieldIncludePicture...Text :: RegularExpressions :: Regex :: Match ( fieldImport -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. 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...