Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,320 for

regex

(0.21 sec)
  1. Fusionner deux cellules adjacentes|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/fr/net/merge-two-adjacent...
  2. 使用正则表达式在工作簿中替换文本|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_key 属性的 ReplaceOptions 类。将 ReplaceOptions.regex_key...示例Excel文件 使用 ReplaceOptions.regex_key 属性。以下代码片段生成的 输出文件 附在此供参考。...

    docs.aspose.com/cells/zh/python-net/replace-tex...
  3. FindReplaceOptions | Aspose.Words per .NET

    Scopri il costruttore FindReplaceOptions per inizializzare facilmente una nuova istanza con impostazioni predefinite, migliorando le funzionalità di ricerca e sostituzione...." ); Regex regex = new Regex ( @"([A-z]+) gave money...false ; doc . Range . Replace ( regex , @"$2 took money from $1" ...

    reference.aspose.com/words/it/net/aspose.words....
  4. HtmlFixedSaveOptions.PageHorizontalAlignment | ...

    اكتشف خاصية PageHorizontalAlignment من HtmlFixedSaveOptions للتحكم بسهولة في محاذاة الصفحات في مستندات HTML. ضبط الوضع الافتراضي على "المركز" لعرض مثالي.... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/ar/net/aspose.words....
  5. HtmlFixedSaveOptions.PageHorizontalAlignment | ...

    Upptäck egenskapen HtmlFixedSaveOptions PageHorizontalAlignment för att enkelt kontrollera sidjustering i HTML-dokument. Standardinställningen är Centrerad för optimal presentation.... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/sv/net/aspose.words....
  6. ReplacerContext.FindReplaceOptions | Aspose.Wor...

    Scopri la proprietà FindReplaceOptions di ReplacerContext per migliorare la funzionalità di ricerca e sostituzione con opzioni personalizzabili per risultati migliori....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...documenti dal flusso: Regex pattern = new Regex ( "gr(a|e)y" ); string...

    reference.aspose.com/words/it/net/aspose.words....
  7. HtmlFixedPageHorizontalAlignment Enum | Aspose....

    Upptäck Aspose.Words.HtmlFixedPageHorizontalAlignment-enum för exakt kontroll över sidjusteringen i dina HTML-dokument. Förbättra din dokumentformatering idag!... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/sv/net/aspose.words....
  8. Konvertera stycke till punktpunkter i Word med C#

    Konvertera stycke till punktpunkter i Word med C#. Du får IDE-inställningar och en exempelkod för att konvertera text till punktpunkter i Word med C#....det i strängar med metoden Regex.Split(). Skapa den utgående...av strängar som skapats med Regex och skriv varje sträng till...

    kb.aspose.com/sv/words/net/convert-paragraph-in...
  9. Calculer la somme d une plage de cellules|Docum...

    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/fr/net/calculate-the-sum-...
  10. Beräkna summan av ett cellområde|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/sv/net/calculate-the-sum-...