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

regex

(0.11 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. 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...
  3. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    HtmlFixedSaveOptions 财产. 获取或设置ExportFontFormat用于字体导出 默认值为Woff.... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/zh/net/aspose.words....
  4. Search and Get Text from Pages of PDF|Aspose.PD...

    This article explains how to use various tools to search and get a text from Aspose.PDF for .NET.... var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/net/search-and-get-text-fro...
  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.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...
  7. 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...
  8. FieldIncludePicture.ResizeHorizontally | Aspose...

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

    reference.aspose.com/words/zh/net/aspose.words....
  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. Using Link Annotations in PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET allows you to Add, Get, and Delete Link Annotation from your PDF document.... Pages [ 1 ]; var regEx = new Regex ( @"Link Annotation Demo...new TextFragmentAbsorber ( regEx ); textFragmentAbsorber . Visit...

    docs.aspose.com/pdf/net/link-annotations/