Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,009 for

regex

(0.08 sec)
  1. 20.3 Release Notes|Aspose.Words for Java

    Aspose.Words for Java 20.3 Release Notes – the latest updates and fixes....StopTrackRevisions (); Regex regex = new Regex ( "e" ); FindReplaceOptions...true ; doc . Range . Replace ( regex , "*" , options ); Console ...

    docs.aspose.com/words/java/aspose-words-for-jav...
  2. 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...
  3. Creating, Reading and Saving Projects

    Learn how to create, edit, and save projects in different formats (MPP, Primavera XML, PDF, JPEG) using Aspose.Tasks for .NET.... ReadToEnd (); 16 Regex regex = new Regex ( "PT(\\d+)H(\\d+)M(\\d+)S"..."PT(\\d+)H(\\d+)M(\\d+)S" ); 17 return regex . Replace ( xml , "**$1Hrs$2Mins$3Secs**"...

    docs.aspose.com/tasks/net/creating-reading-and-...
  4. Replace text that in TextBoxField is failed wit...

    I have a pdf document,I want to replace some text by aspose.pdf,but some text can’t be replace that in TextBoxField. the version is Aspose.PDF for .Net 21.6.0.0. the sample code : var doc = new Aspose.Pdf.Document(@“D…...targetText = “xxx”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-that-in-textbox...
  5. 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...
  6. 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...
  7. 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...
  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. FieldIncludePicture.SourceFullName | Aspose.Wor...

    FieldIncludePicture SourceFullName property. Gets or sets the location of the picture using an IRI in C#.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

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