FindReplaceOptions.ignoreFootnotes property. Gets or sets a boolean value indicating either to ignore footnotes...footnotes during a find-and-replace operation. let doc = new aw..."true" to get the find-and-replace // operation to ignore text...
اكتشف خاصية FindReplaceOptions في ReplacerContext لتحسين وظيفة البحث والاستبدال باستخدام خيارات قابلة للتخصيص للحصول على نتائج أفضل....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...
Scopri la proprietà FindReplaceOptions di ReplacerContext per migliorare la funzionalità di ricerca e sostituzione con opzioni personalizzabili per risultati migliori....Regex ( "gr(a|e)y" ); string replacement = "lavender" ; ReplacerContext...SetReplacement ( pattern , replacement ); replacerContext . FindReplaceOptions...
FindReplaceOptions.find_whole_words_only property. True indicates the oldValue must be a standalone word....standalone word-only find-and-replace operations. doc = aw . Document...find-and-replace process. options = aw . replacing . FindReplaceOptions...