Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,740 for

regex

(0.03 sec)
  1. TextFragmentAbsorber | Aspose.PDF for .NET API 参考

    初始化TextFragmentAbsorberaspose.pdf.text/textfragmentabsorber的新实例该实例执行文档或页面的所有文本段的搜索....TextFragmentAbsorber(Regex) 为指定的 System.Text.RegularExpressions.Regex 类初始化 ...TextFragmentAbsorber ( Regex regex ) 范围 类型 描述 regex Regex System.Text.RegularExpressions...

    reference.aspose.com/pdf/zh/net/aspose.pdf.text...
  2. 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-...
  3. GridCell.CreateValidation | Aspose.Cells for .N...

    GridCell method. Creates a validation object for a cell... RegEx = "\\d+" ; [Visual Basic] im...validation expression . v . RegEx = "\\d+" See Also class GridValidation...

    reference.aspose.com/cells/net/aspose.cells.gri...
  4. highlightRegex | Aspose.Sildes for PHP via Java...

    highlightRegex highlightRegex(String Regex, Color highlightColor, TextHighlightingOptions options) method Highlight a......highlightRegex highlightRegex(String regex, Color highlightColor, TextHighlightingOpti...Parameters Name Type Description regex String Text of regular expression...

    reference.aspose.com/slides/php-java/aspose.sli...
  5. regex_key property | Aspose.Cells for Python vi...

    Regex_key property Regex_key property Indicates whether the searched key is Regex. If true the searched key will be t......regex_key property regex_key property Indicates whether the searched...is regex. If true the searched key will be taken as regex and...

    reference.aspose.com/cells/python-net/aspose.ce...
  6. Merge two adjacent cells|Documentation

    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.... Regex regex = new Regex ( "[A-Za-z]+" ); Match...Match match = regex . Match ( cellName ); return match . Value...

    docs.aspose.com/cells/net/merge-two-adjacent-ce...
  7. 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...
  8. 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...
  9. 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...
  10. Word Chart text highlight problem - Free Suppor...

    Hi Team, Highlighting text in word chart not happening. using following code: FindReplaceOptions option1 = new FindReplaceOptions(); option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow; option1.FindWholeWord…...Document(filePath); Regex regx = new Regex("Word Two", RegexOptions...Document(@"C:\Temp\in.docx"); Regex regx = new Regex("Word Two", RegexOptions...

    forum.aspose.com/t/word-chart-text-highlight-pr...