Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 2,224 for

regex

(0.05 sec)
  1. أرشيف

    أرشيف...docx") # استبدال النص باستخدام RegEx options = aw.replacing.FindReplaceOptions()...FindReplaceOptions() doc.range.replace_regex("[s|m]ad", "bad", options) #...

    blog.aspose.com/ar/words/find-and-replace-text-...
  2. Archiv

    Archiv...docx") # nahradit text pomocí RegEx options = aw.replacing.FindReplaceOptions()...FindReplaceOptions() doc.range.replace_regex("[s|m]ad", "bad", options) #...

    blog.aspose.com/cs/words/find-and-replace-text-...
  3. ExportFontFormat Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.Saving.ExportFontFormat per un'esportazione ottimale dei font durante il rendering in formato HTML fisso. Migliora la qualità visiva del tuo documento!... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/it/net/aspose.words....
  4. ExportFontFormat Enum | Aspose.Words för .NET

    Upptäck Aspose.Words.Saving.ExportFontFormat-enum för optimal export av teckensnitt vid rendering till fast HTML-format. Förbättra dokumentets visuella kvalitet!... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/sv/net/aspose.words....
  5. ExportFontFormat Enum | Aspose.Words لـ .NET

    اكتشف Aspose.Words.Saving.ExportFontFormat enum لتصدير مثالي للخطوط عند عرضها بتنسيق HTML ثابت. حسّن جودة عرض مستندك!... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/ar/net/aspose.words....
  6. HtmlFixedSaveOptions.FontFormat | Aspose.Words ...

    Scopri la proprietà FontFormat di HtmlFixedSaveOptions per personalizzare l'esportazione dei font. Imposta e ottimizza facilmente il formato predefinito su Woff per prestazioni migliori.... False ( Regex . Match ( outDocContents , "@font-face"...Success ); else Assert . True ( Regex . Match ( outDocContents , "@font-face...

    reference.aspose.com/words/it/net/aspose.words....
  7. PDFのページからテキストを検索して取得|Aspose.PDF for .NET

    Aspose.PDFを使用して.NETでPDFファイルからテキストを検索および取得する方法を発見してください。...expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/ja/net/search-and-get-text-...
  8. Arbeiten mit Projekten | Aspose.Tasks-Dokumenta...

    Erfahren Sie, wie Sie Projekte mit Aspose.Tasks for .NET erstellen, bearbeiten und speichern.... 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/de/net/creating-reading-a...
  9. FieldOptions.PreProcessCulture | Aspose.Words ل...

    اكتشف كيف يعمل FieldOptions PreProcessCulture على تعزيز معالجة البيانات الخاصة بك عن طريق تخصيص ثقافات قيمة الحقل لتحسين الدقة والكفاءة.... IsTrue ( Regex . Match ( field . Result , @"\d{2}[..."mm/dd/yyyy hh:mm". Assert . IsTrue ( Regex . Match ( field . Result , ...

    reference.aspose.com/words/ar/net/aspose.words....
  10. 아카이브

    아카이브... Regex 클래스를 사용하여 정규식을 정의합니다. Docum...System::Text::RegularExpressions::Regex , u"나쁜”, 옵션) 메서드. Document->Save(String)...

    blog.aspose.com/ko/words/Find-and-Replace-Text-...