Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 10,652 for

new

(0.28 sec)
  1. Dodaj znak wodny do skoroszytów programu Excel ...

    Wstaw znaki wodne do skoroszytów programu Excel przy użyciu języka Java. Dodaj znak wodny do wszystkich arkuszy lub zastosuj go tylko do określonego arkusza, nawet jako tło, używając znaku wodnego Java API....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/pl/watermark/watermark-excel...
  2. Watermerk toevoegen aan Excel-werkmappen met C#...

    Voeg watermerken in Excel-werkmappen in met behulp van C#. Geef alle bladen een watermerk of voeg een watermerk toe aan een specifiek blad, zelfs als achtergrond met behulp van .NET API....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/nl/watermark/watermark-excel...
  3. مدیریت فراداده EPUB با استفاده از Java – ویرایش...

    راه هایی برای مشاهده و ویرایش فراداده کتاب الکترونیکی EPUB با استفاده از Java کشف کنید. ویژگی های خاص EPUB و موارد Dublin Core را به صورت برنامه ای به روز کنید....بخوانید try (Metadata metadata = new Metadata("path/ebook.epub"))...کنید try (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/fa/metadata/manage-epub-meta...
  4. Suchen und Ersetzen von Text in PDF in Java | P...

    Suchen Sie programmgesteuert nach bestimmten Texten, Wörtern und Sätzen in PDF-Dokumenten mit Groß- und Kleinschreibung und RegEx in Java. Ersetzen oder verbergen Sie den Text, um PDF-Dateien zu schwärzen....redactor = new Redactor("path/document.pdf"); redactor.apply(new Exa...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/de/redaction/find-and-replac...
  5. Búsqueda de palabras y reemplazo de texto en do...

    Realice búsquedas de palabras, reemplace u oculte texto en archivos Word DOC/DOCX usando Java. Redacte y realice búsquedas de texto, mayúsculas y minúsculas y RegEx con Java Redaction API....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/es/redaction/find-and-replac...
  6. ค้นหาคำและแทนที่ข้อความในเอกสาร Word โดยใช้ Java

    ทำการค้นหาคำ แทนที่หรือซ่อนข้อความในไฟล์ Word DOC/DOCX โดยใช้ Java ทำซ้ำและดำเนินการค้นหาข้อความ คำนึงถึงตัวพิมพ์เล็กและใหญ่ & RegEx ด้วย Java Redaction API...redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/th/redaction/find-and-replac...
  7. Adicionar marca d'água a pastas de trabalho do ...

    Insira marcas d'água em pastas de trabalho do Excel usando C#. Faça marca d'água em todas as planilhas ou insira uma marca d'água apenas em uma planilha específica, mesmo como plano de fundo, usando a API .NET....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/pt/watermark/watermark-excel...
  8. Editar apresentações em Java | Edição PPT/PPTX

    A edição de apresentações do PowerPoint é explicada com um exemplo Java para editar arquivos PPT, PPTX, ODP em seu aplicativo usando a API de edição de apresentações....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/pt/editor/edit-ppt-pptx-pres...
  9. Tách tệp PDF thành nhiều tệp trong Java | Tách ...

    Các cách khác nhau để chia tệp PDF thành nhiều tệp trong Java. Tách các tệp PDF lớn và trích xuất các trang cụ thể bằng các tùy chọn tách khác nhau....Tải tệp PDF Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/vi/merger/split-pdf-files-in...
  10. Agregar o quitar anotaciones en C# | Anotar arc...

    Agregue y elimine anotaciones mediante programación de archivos DOC/DOCX de Word en C#. Agregue anotaciones de flechas, rectángulos, elipses y marcas de agua mediante la API de anotaciones de .NET....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/es/annotation/annotate-word-...