Sort Score
Result 10 results
Languages All
Labels All
Results 5,431 - 5,440 of 12,237 for

new

(0.34 sec)
  1. 使用 Java 在 Word 文檔中搜索和替換文本

    使用 Java 在 Word DOC/DOCX 文件中執行單詞搜索、替換或隱藏文本。使用 Java Redaction API 編輯和執行文本、區分大小寫和 RegEx 搜索。...redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/zh-hant/redaction/find-and-r...
  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/th/annotation/annotate-word-...
  3. Ajouter un filigrane aux classeurs Excel en Jav...

    Insérez des filigranes dans des classeurs Excel à l'aide de Java. Filigranez toutes les feuilles ou appliquez-les à une feuille spécifique, même en arrière-plan, à l'aide de l'API Java de filigrane....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/fr/watermark/watermark-excel...
  4. Анотування файлів 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/uk/annotation/annotate-word-...
  5. Aggiungi o rimuovi annotazioni | Annota i file ...

    Annota a livello di codice i file PDF in C#. Aggiungi o rimuovi annotazioni come frecce, rettangoli, ellissi, evidenziazioni, filigrane utilizzando l'API .NET....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/it/annotation/annotate-pdf-f...
  6. Anotace souborů Word DOC DOCX v Java | Přidat n...

    Přidejte nebo odeberte anotace ze souborů Word DOC/DOCX v Java. Přidejte šipky, obdélníky, elipsy, anotace vodoznaku pomocí API pro anotace dokumentu....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/cs/annotation/annotate-word-...
  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. Rechercher et remplacer du texte dans un PDF en...

    Trouvez par programmation certains textes, mots, phrases dans des documents PDF avec sensibilité à la casse et RegEx en Java. Remplacez ou masquez le texte pour biffer les fichiers PDF....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  10. 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...