Sort Score
Result 10 results
Languages All
Labels All
Results 6,331 - 6,340 of 13,036 for

new

(0.15 sec)
  1. Recherche de mots et remplacement de texte dans...

    Effectuez une recherche de mots, remplacez ou masquez du texte dans des fichiers Word DOC/DOCX à l'aide de Java. Rédigez et effectuez des recherches textuelles, sensibles à la casse et RegEx avec l'API Java Redaction....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  2. Аннотировать файлы Word DOC DOCX в Java | Добав...

    Добавляйте или удаляйте аннотации из файлов Word DOC/DOCX в Java. Добавляйте аннотации в виде стрелок, прямоугольников, эллипсов, водяных знаков с помощью API аннотаций документов....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/ru/annotation/annotate-word-...
  3. C#を使用してWord、PDF、PPTに波状の下線を追加|波状の注釈

    C#を使用して、Word、PDF、およびその他のドキュメントにさまざまな色の波状の下線を挿入します。 .NETアプリケーション内のドキュメントに波状の注釈を追加します。...using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/ja/annotation/add-wavy-under...
  4. Thêm Hình mờ vào Sổ làm việc Excel trong Java |...

    Chèn hình mờ vào sổ làm việc Excel bằng Java. Tạo hình chìm mờ cho tất cả các trang tính hoặc áp dụng nó cho một trang tính cụ thể ngay cả khi làm nền bằng cách sử dụng API Java hình mờ....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/vi/watermark/watermark-excel...
  5. Anotar arquivos DOC DOCX do Word em Java | Adic...

    Adicione ou remova anotações de arquivos Word DOC/DOCX em Java. Adicione anotações de seta, retângulo, elipse e marca d'água usando a API de anotação do documento....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/pt/annotation/annotate-word-...
  6. .NET 中的批次浮水印,使用 GroupDocs.Watermark

    實用指南,說明如何使用 GroupDocs.Watermark for .NET 應用批次文字與圖片浮水印、替換標誌,並確保冪等處理。... try { var license = new License(); license.SetLicense(LicensePath);...found: {folderPath}" ); return new List< string >(); } var supportedExtensions...

    blog.groupdocs.com/zh-hant/watermark/batch-wate...
  7. GroupDocs.Editor for Python 26.5 – ویرایش دوران...

    نسخه 26.5 از GroupDocs.Editor for Python امکان ویرایش دورانی HTML، API پایتونی، گسترش پشتیبانی چندفرمت و مستندات سازگار با هوش مصنوعی را فراهم می‌کند. از طریق pip نصب کنید....نسخه # [New feature] ویرایش دورانی HTML (EDTPY-1) [New feature]...نام گذاری خودکار (EDTPY-2) [New feature] پشتیبانی چندفرمت در...

    blog.groupdocs.com/fa/editor/groupdocs-editor-f...
  8. עריכת PDF ומסמכים סרוקים ב-Java | Blackout טקסט...

    צור טקסט ב-PDF ובמסמכים אחרים באמצעות Java ביישומים שלך. ערכו מסמכים להאפלת טקסט וגם את הטקסט בתוך התמונות המוטבעות....RedactorSettings settings = new RedactorSettings(new AsposeCloudOcrConnec());...redactor = new Redactor("path/document.pdf", new LoadOptions()...

    blog.groupdocs.com/he/redaction/redact-text-and...
  9. Erstellen Sie Hyperlinks in PDF mithilfe von Li...

    Kommentieren Sie PDF-Dateien, indem Sie Hyperlinks mithilfe von Linkanmerkungen in C# erstellen. Dokument- und Bildanmerkung .NET API ermöglicht das Annotieren durch Verknüpfen externer Daten....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...pdf")) { LinkAnnotation link = new LinkAnnotation { CreatedOn = DateTime...

    blog.groupdocs.com/de/annotation/create-hyperli...
  10. Zvýrazněte PDF pomocí anotací v Java | Anotace ...

    Zvýrazněte text v PDF pomocí zvýrazněných anotací pomocí Java. Anotace dokumentů a obrázků Java API umožňuje anotovat soubory PDF zvýrazněním libovolné oblasti....v Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/cs/annotation/highlight-pdf-...