Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,325 for

regex

(0.14 sec)
  1. セル範囲の合計を計算する|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-...
  2. 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....
  3. تحويل الفقرة إلى نقاط نقطية في Word باستخدام C#

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

    kb.aspose.com/ar/words/net/convert-paragraph-in...
  4. 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....
  5. Преобразование абзаца в маркированные списки в ...

    Преобразуйте абзацы в маркеры в Word с помощью C#. Вы получите настройки IDE и пример кода для преобразования текста в маркеры в Word с помощью C#....на строки с помощью метода Regex.Split(). Создайте выходной файл...строк, созданный с помощью Regex, и запишите каждую строку в...

    kb.aspose.com/ru/words/net/convert-paragraph-in...
  6. 正規表現を使用してブック内のテキストを置換する|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...
  7. استبدال النص داخل دفتر العمل باستخدام التعبيرات...

    استبدال النص داخل دفتر العمل باستخدام التعبيرات العادية باستخدام Aspose.Cells في C++....indicate that the searched key is regex replace . SetRegexKey ( true...true ); // Perform the regex replace operation workbook . Replace...

    docs.aspose.com/cells/ar/cpp/replace-text-in-a-...
  8. ארכיון

    ארכיון... השתמש במחלקה Regex כדי להגדיר את ה-Regex. החלף את המילה הרצויה...System::Text::RegularExpressions::Regex , u"bad", options) שיטת. שמור...

    blog.aspose.com/he/words/Find-and-Replace-Text-...
  9. Arsip

    Arsip...dan ganti teks menggunakan Regex temukan dan ganti teks di header/footer...dokumen doc.Range.Replace(new Regex("[B|S|M]ad"), "[replaced]",...

    blog.aspose.com/id/words/find-and-replace-text-...
  10. Bitişik İki Hücreyi Birleştir|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/tr/net/merge-two-adjacent...