Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 12,281 for

new

(0.56 sec)
  1. Testo barrato nei documenti in Java | C̶r̶o̶s̶s...

    Cancelliamo il testo all'interno dei documenti usando Java. Automatizza la cancellazione del testo non valido utilizzando l'annotazione barrata con l'API Java....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/it/annotation/strikethrough-...
  2. C# Kullanarak Word Belgelerine Filigran | Metin...

    C# kullanarak Word belgelerine metin ve resim filigranları ekleyin. .NET API kullanarak sayfalara filigranları programlı olarak uygulayın....using (Watermarker watermarker = new Watermarker("path/document.docx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/tr/watermark/watermark-word-...
  3. البحث عن الكلمات واستبدالها في مستندات 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...
  4. Поиск и замена слов в документах 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...
  5. GroupDocs.Assembly for .NET 25.12 – 最新更新與修復(202...

    探索 GroupDocs.Assembly for .NET 25.12 的新功能。現已於 NuGet 與 GroupDocs 官方網站上提供。...OOXML compliance var options = new LoadSaveOptions(FileFormat.Docx);...var dataSourceInfo = new DataSourceInfo( new JsonDataSource(data));...

    blog.groupdocs.com/zh-hant/assembly/groupdocs-a...
  6. إضافة أو إزالة التعليقات التوضيحية | علق ملفات ...

    علق برمجيًا على ملفات PDF في C #. قم بإضافة أو إزالة التعليقات التوضيحية مثل الأسهم والمستطيل والقطع الناقص والتمييز والتعليقات التوضيحية للعلامة المائية باستخدام .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/ar/annotation/annotate-pdf-f...
  7. Dodaj lub usuń adnotacje | Adnotuj pliki PDF za...

    Programowo dodawaj adnotacje do plików PDF w języku C#. Dodawaj lub usuwaj adnotacje, takie jak strzałki, prostokąty, elipsy, podświetlenia i znaki wodne, korzystając z interfejsu API platformy .NET....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/pl/annotation/annotate-pdf-f...
  8. Tambah atau Hapus Anotasi | Anotasi file PDF me...

    Anotasi file PDF secara terprogram dalam C#. Tambahkan atau hapus anotasi seperti panah, persegi panjang, elips, sorot, anotasi watermark menggunakan .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/id/annotation/annotate-pdf-f...
  9. Ajouter un filigrane aux classeurs Excel à l'ai...

    Insérez des filigranes dans des classeurs Excel à l'aide de C#. Filigranez toutes les feuilles ou insérez un filigrane sur une feuille spécifique, même en arrière-plan à l'aide de l'API .NET....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/fr/watermark/watermark-excel...
  10. ค้นหาและแทนที่ข้อความใน PDF ใน Java | แทนที่หรื...

    ค้นหาข้อความ คำ วลีในเอกสาร PDF โดยทางโปรแกรมด้วยตัวพิมพ์เล็กและใหญ่และ RegEx ใน Java แทนที่หรือซ่อนข้อความเพื่อแก้ไขไฟล์ PDF...redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/th/redaction/find-and-replac...