Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 2,217 for

regex

(0.04 sec)
  1. HtmlFixedSaveOptions.CssClassNamesPrefix | Aspo...

    Discover how the HtmlFixedSaveOptions CssClassNamesPrefix property enhances your styling by adding a customizable prefix to all class names in your style.css.... That ( Regex . Match ( outDocContents , "<div...es.css" ); Assert . That ( Regex . Match ( outDocContents , "...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_PageHorizontalAlignment method. Specifies the horizontal alignment of pages in an HTML document. Default value is Center in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. 合并相邻单元格|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/zh/net/merge-two-adjacent...
  4. Aspose::Words::LowCode::ReplacerContext::SetRep...

    Aspose::Words::LowCode::ReplacerContext::SetReplacement method. Sets pattern and replacement used by find/replace operation in C++....:Text::RegularExpressions::Regex>&, const System::String&) method...Text :: RegularExpressions :: Regex > & pattern , const System ::...

    reference.aspose.com/words/cpp/aspose.words.low...
  5. FindReplaceOptions.useSubstitutions property | ...

    FindReplaceOptions.useSubstitutions property. Gets or sets a boolean value indicating whether to recognize and use substitutions within replacement patterns...useSubstitutions ; /* TODO let regex = new Regex(@"([A-z]+) sold a ([A-z]+)...([A-z]+)"); doc.range.replace(regex, @"$3 bought a $2 from $1",...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...ReplaceEvaluatorSign() Dim Regex As New Regex(TokenPattern, RegexOptions...string . doc.Range.Replace(Regex, " ", New FindReplaceOptions)...

    forum.aspose.com/t/aspose-words-automatically-a...
  7. Calculate the sum of a range of cells|Documenta...

    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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  8. 计算一系列单元格的总和|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 ( @"\d+" ); Match match...match = regex . Match ( cellName ); return uint . Parse ( match...

    docs.aspose.com/cells/zh/net/calculate-the-sum-...
  9. Aspose::Words::Saving::HtmlOfficeMathOutputMode...

    Aspose::Words::Saving::HtmlOfficeMathOutputMode enum. Specifies how Aspose.Words exports OfficeMath to HTML, MHTML and EPUB in C++....Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...Text :: RegularExpressions :: Regex :: Match ( outDocContents ,...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. Replace text in a workbook using Regular Expres...

    Replace text in a workbook using Regular Expression with Aspose.Cells in C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/cpp/replace-text-in-a-wor...