Sort Score
Result 10 results
Languages All
Labels All
Results 6,151 - 6,160 of 12,355 for

new

(0.17 sec)
  1. Презентации PowerPoint с водяными знаками | Тек...

    Добавляйте текстовые и графические водяные знаки в презентации PPT/PPTX. Применяйте водяные знаки с помощью онлайн-приложения для водяных знаков или с помощью API .NET и Java....using (Watermarker watermarker = new Watermarker("presentation.pptx"))...TextWatermark watermark = new TextWatermark("Watermark", new Font("Arial"...

    blog.groupdocs.com/ru/watermark/watermark-prese...
  2. Защита паролем файлов PowerPoint в Java | Блоки...

    Как заблокировать файлы PowerPoint с помощью паролей в Java. Измените существующий пароль и удалите его, чтобы разблокировать файлы PPT/PPTX с помощью Java API....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...passWORD"); Merger merger = new Merger("path/presentation.pptx");...

    blog.groupdocs.com/ru/merger/lock-unlock-ppt-pp...
  3. Защита паролем файлов Excel в Java | Блокировка...

    Давайте узнаем, как защитить паролем файлы электронных таблиц Excel с помощью Java. Измените существующий пароль или удалите его, чтобы разблокировать файлы XLS/XLSX с помощью Java API....AddPasswordOptions addOptions = new AddPasswordOptions("mySECRETpassWORD");...passWORD"); Merger merger = new Merger("path/spreadsheet.xlsx");...

    blog.groupdocs.com/ru/merger/lock-unlock-excel-...
  4. JSON'u Java kullanarak PDF, JPG, PNG ve HTML ol...

    JSON dosyalarını Java'da PDF olarak görüntüleyin. Ek olarak, JSON Viewer API'sini kullanarak JSON dosyalarını Java uygulamasında JPG, PNG ve HTML olarak işleyin....işleyin try (Viewer viewer = new Viewer("/path/sample.json"))...PdfViewOptions viewOptions = new PdfViewOptions("/path/JSON-to-PDF...

    blog.groupdocs.com/tr/viewer/render-json-as-pdf...
  5. 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...
  6. Аннотировать файлы 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-...
  7. 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-...
  8. 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...
  9. 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...
  10. Přeškrtnutý text v dokumentech v Java | C̶r̶o̶s...

    Pojďme přeškrtnout text v dokumentech pomocí Javy. Automatizujte přeškrtávání neplatného textu pomocí přeškrtnuté anotace s Java API....Javy */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/cs/annotation/strikethrough-...