Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,043 for

regex

(0.07 sec)
  1. Unire due celle adiacenti|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/it/net/merge-two-adjacent...
  2. Replacer.Replace | Aspose.Words per .NET

    Sostituisci senza sforzo tutte le istanze di una stringa specifica nel tuo file di input con il metodo Replacer Replace. Semplifica la tua modifica del testo oggi stesso!...Words Replace( string, string, Regex, string ) Sostituisce tutte...inputFileName , string outputFileName , Regex pattern , string replacement...

    reference.aspose.com/words/it/net/aspose.words....
  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_key プロパティと ReplaceOptions クラスがあります。...クラスがあります。 ReplaceOptions.regex_key を true に設定すると、検索キーが正規表現であることを示します。...

    docs.aspose.com/cells/ja/python-net/replace-tex...
  4. ReplacerContext Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words LowCode ReplacerContext per operazioni di ricerca e sostituzione fluide, migliorando l'automazione e l'efficienza dei tuoi documenti....Descrizione SetReplacement ( Regex, string ) Imposta il modello...+ "Footer.docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...

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

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

    reference.aspose.com/words/ar/net/aspose.words....
  6. 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....
  7. تحويل الفقرة إلى نقاط نقطية في Word باستخدام C#

    تحويل الفقرة إلى نقاط نقطية في Word باستخدام C#. سوف تحصل على إعدادات IDE ورمز نموذجي لتحويل النص إلى نقاط نقطية في Word باستخدام C#....وتقسيمه إلى سلاسل باستخدام طريقة Regex.Split() قم بإنشاء ملف Word الناتج،...السلاسل التي تم إنشاؤها باستخدام Regex واكتب كل سلسلة في القائمة النقطية...

    kb.aspose.com/ar/words/net/convert-paragraph-in...
  8. Hücrelerin Bir Aralığının Toplamını Hesapla|Doc...

    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/tr/net/calculate-the-sum-...
  9. HtmlFixedSaveOptions.PageHorizontalAlignment | ...

    Scopri la proprietà PageHorizontalAlignment di HtmlFixedSaveOptions per controllare facilmente l'allineamento delle pagine nei documenti HTML. L'impostazione predefinita è Center per una presentazione ottimale.... True ( Regex . Match ( outDocContents , "[...HtmlFixedPageHorizon . Left : Assert . True ( Regex . Match ( outDocContents , "[...

    reference.aspose.com/words/it/net/aspose.words....
  10. セル範囲の合計を計算する|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/ja/net/calculate-the-sum-...