Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,320 for

regex

(0.27 sec)
  1. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...visibleLen; var isSymbolFirst = Regex.IsMatch(text, @"^[\p{P}\p{S}]"...startsWithWord = Regex.IsMatch(lineText, @"^" + Regex.Escape(startWord)...

    forum.aspose.com/t/words-how-to-obtain-data-for...
  2. FieldIncludePicture Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.Fields.FieldIncludePicture per implementare senza sforzo i campi INCLUDEPICTURE, migliorando l'automazione dei documenti e l'integrazione delle immagini.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/it/net/aspose.words....
  3. 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....
  4. 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....
  5. 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...
  6. 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....
  7. 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...
  8. Find and Replace C#|Aspose.Words עבור .NET

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

    docs.aspose.com/words/he/net/find-and-replace/
  9. Znajdź i zamień w Python|Aspose.Words dla Pytho...

    Znajdź ciąg znaków lub wzorzec wyrażenia regularnego w swoim dokumencie i zastąp go żądanym tekstem, korzystając z Python....jednej z metod replace i replace_regex , aby znaleźć lub zamienić określony...([a-zA-Z]+) \1 . Użyj metody replace_regex , aby wyszukać i zastąpić określone...

    docs.aspose.com/words/pl/python-net/find-and-re...
  10. FAQ|Aspose.PDF for .NET

    Di sini Anda dapat menemukan jawaban untuk Pertanyaan yang Sering Diajukan untuk perpustakaan Aspose.PDF for .NET....Bagaimana cara menerapkan pencarian regex untuk TextFragmentAbsorber?... Untuk menggunakan regex dengan kelas `TextFragmentAbsorber`...

    docs.aspose.com/pdf/id/net/faq/