Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,325 for

regex

(0.15 sec)
  1. ReplacingArgs Class | Aspose.Words för .NET

    Upptäck klassen Aspose.Words.Replacing.ReplacingArgs för effektiv anpassad textersättning i dina dokument. Förbättra ditt arbetsflöde idag!... Replace ( new Regex ( "New York City|NYC" ), "Washington"...mainDoc . Range . Replace ( new Regex ( "\\[MY_DOCUMENT\\]" ), ""...

    reference.aspose.com/words/sv/net/aspose.words....
  2. Arsip

    Arsip...Teks dalam PDF menggunakan Regex C# .NET API untuk Menemukan...PDF dengan Ekspresi Reguler (Regex) # Anda juga dapat menggunakan...

    blog.aspose.com/id/pdf/find-and-replace-text-in...
  3. Range.replace method | Aspose.Words for Python

    aspose.words.Range.replace method...Regex,System.String) if you need regular...Replace(System.Text.RegularExpressions.Regex,System.String,Aspose.Words.Replacing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...matches the section pattern if (Regex.IsMatch(paraText, @"^\d+(\.\d{1})+\s*"))...matches the section pattern if (Regex.IsMatch(paraText, @"^\d+(\.\d{1})+\s*"))...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  5. FieldIncludePicture Class | Aspose.Words för .NET

    Upptäck Aspose.Words.Fields.FieldIncludePicture-klassen för att enkelt implementera INCLUDEPICTURE-fält, vilket förbättrar dokumentautomation och bildintegration.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/sv/net/aspose.words....
  6. FieldImport Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Fields.FieldImport, progettata per semplificare l'elaborazione dei documenti con un'implementazione efficiente del campo IMPORT per una maggiore produttività.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/it/net/aspose.words....
  7. FieldInclude.LockFields | Aspose.Words för .NET

    Hantera dokumentuppdateringar enkelt med egenskapen FieldInclude LockFields. Kontrollera fältredigering och förbättra dokumentintegriteten med lätthet.... True ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/sv/net/aspose.words....
  8. Procurar

    Procurar...semelhantes com base no padrão Regex no Word DOC/DOCX Localizar e...você pode definir um padrão regex para localizar e substituir...

    blog.aspose.com/pt/words/find-and-replace-text-...
  9. Insert hyperlink doesnt work when doc is conver...

    We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working. foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, true)) { …...matches the section pattern if (Regex.IsMatch(paraText, @"^\d+(\.\d{1})+\s*"))...matches the section pattern if (Regex.IsMatch(paraText, @"^\d+(\.\d{1})+\s*"))...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  10. Find and Replace C#|Aspose.Words עבור .NET

    מצא דפוס ביטוי מחרוזת או קבוע במסמך שלך ולהחליף אותו עם הטקסט שברצונך להשתמש C#....ביטויים רגילים ביטוי קבוע (regex) הוא דפוס המתאר רצף מסוים של...אופי ספציפיים על ידי הגדרת Regex פרמטר כתבנית ביטוי רגילה למציאת...

    docs.aspose.com/words/he/net/find-and-replace/