Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 10,666 for

new

(0.09 sec)
  1. البحث عن الكلمات واستبدالها في مستندات Word باس...

    ابحث عن نص أو كلمات أو عبارات أو استبدلها أو أخفيها في ملفات Word DOC / DOCX باستخدام C #. قم بتنقيح وتنفيذ بحث حساس لحالة الأحرف و RegEx للنص باستخدام .NET Redaction API....# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ar/redaction/find-and-replac...
  2. Поиск и замена слов в документах Word с помощью...

    Найдите, замените или скройте текст, слова, фразы в файлах Word DOC/DOCX с помощью C#. Редактируйте и выполняйте текстовый поиск с учетом регистра и регулярных выражений с помощью .NET Redaction API....С# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ru/redaction/find-and-replac...
  3. Pesquisa de palavras e substituição de texto em...

    Realize pesquisa de palavras, substitua ou oculte texto em arquivos Word DOC/DOCX usando Java. Redija e execute pesquisa de texto, com distinção entre maiúsculas e minúsculas e RegEx com Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/pt/redaction/find-and-replac...
  4. Wort suchen und Text in Word-Dokumenten mit Jav...

    Führen Sie eine Wortsuche durch, ersetzen oder verbergen Sie Text in Word DOC/DOCX-Dateien mit Java. Schwärzen und führen Sie Text-, Groß- und Kleinschreibungs- und RegEx-Suchen mit der Java Redaction API durch....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/de/redaction/find-and-replac...
  5. Cerca parole e sostituisci testo in documenti W...

    Esegui la ricerca di parole, sostituisci o nascondi il testo nei file Word DOC/DOCX utilizzando Java. Oscura ed esegui ricerche di testo, con distinzione tra maiuscole e minuscole e RegEx con l'API Java Redaction....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/it/redaction/find-and-replac...
  6. Trova e sostituisci testo in PDF in Java | Sost...

    Trova in modo programmatico determinati testi, parole, frasi nei documenti PDF con distinzione tra maiuscole e minuscole e RegEx in Java. Sostituisci o nascondi il testo per oscurare i file PDF....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/it/redaction/find-and-replac...
  7. Zoek en vervang tekst in PDF in Java | Vervang ...

    Vind programmatisch bepaalde tekst, woorden, woordgroepen in PDF-documenten met hoofdlettergevoeligheid en RegEx in Java. Vervang of verberg de tekst om PDF-bestanden te redigeren....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  8. Tạo Siêu liên kết trong PDF bằng Chú thích Liên...

    Chú thích tệp PDF bằng cách tạo siêu liên kết bằng cách sử dụng chú thích liên kết trong C#. Chú thích tài liệu và hình ảnh .NET API cho phép chú thích bằng cách liên kết dữ liệu bên ngoài....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...pdf")) { LinkAnnotation link = new LinkAnnotation { CreatedOn = DateTime...

    blog.groupdocs.com/vi/annotation/create-hyperli...
  9. 使用 C# 在文檔中劃線文本 | C̶r̶o̶s̶s̶ o̶u̶t̶ Word中的文本,PDF

    使用刪除線註釋在使用 C# 的文檔中劃掉無效文本。使用 .NET API 自動執行文檔和圖像註釋。...using (Annotator annotator = new Annotator("path/document.pdf"))...StrikeoutAnnotation strikeout = new StrikeoutAnnotation { FontColor...

    blog.groupdocs.com/zh-hant/annotation/strikethr...
  10. عارض ملفات STL باستخدام C # | عرض STL بصيغة PDF...

    عرض ملفات STL بصيغة PDF باستخدام C #. قم أيضًا بتقديم ملفات الطباعة الحجرية المجسمة (STL) إلى تنسيقات HTML و JPG و PNG داخل تطبيقات .NET.... using (Viewer viewer = new Viewer("path/input.stl")) { PdfViewOptions...PdfViewOptions options = new PdfViewOptions("path/stl-output...

    blog.groupdocs.com/ar/viewer/stl-file-viewer-us...