Sort Score
Result 10 results
Languages All
Labels All
Results 6,041 - 6,050 of 12,538 for

new

(1.66 sec)
  1. Створення гіперпосилань у PDF за допомогою анот...

    Додавайте коментарі до файлів PDF, створюючи гіперпосилання за допомогою анотацій посилань у Java. Java API анотації документів і зображень дозволяє робити анотації шляхом зв’язування зовнішніх даних....у Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/uk/annotation/create-hyperli...
  2. 使用 C# 突出显示带有注释的 PDF |使用高亮注释 PDF

    使用 C# 突出显示 PDF 中的文本并使用高亮注释。文档和图像注释 .NET API 允许通过突出显示任何区域来注释 PDF 文件。...using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/zh/annotation/highlight-pdf-...
  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/zh-hant/annotation/add-wavy-...
  4. Java kullanarak Word Belgelerinde Kelime Arama ...

    Java kullanarak Word DOC/DOCX dosyalarında kelime arama yapın, metni değiştirin veya gizleyin. Java Redaksiyon API'si ile metin, büyük/küçük harfe duyarlı ve RegEx aramasını düzeltin ve gerçekleştirin....redactor = new Redactor("path/document.docx"); redactor.apply(new Ex...ExactPhraseRedaction("John Doe", new ReplacementOptions("[censored]")));...

    blog.groupdocs.com/tr/redaction/find-and-replac...
  5. 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...
  6. 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...
  7. 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-...
  8. Agregar marca de agua a libros de trabajo de Ex...

    Inserte marcas de agua en libros de Excel usando Java. Marca de agua todas las hojas o aplícala solo a una hoja específica incluso como fondo usando la API de Java de marca de agua....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/es/watermark/watermark-excel...
  9. הערה לקבצי 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/he/annotation/annotate-word-...
  10. Java를 사용하여 EPUB 메타데이터 관리 – 메타데이터 편집기

    Java를 사용하여 EPUB eBook 메타데이터를 보고 편집하는 방법을 알아보세요. 특정 EPUB 속성과 Dublin Core 항목을 프로그래밍 방식으로 업데이트합니다....읽기 try (Metadata metadata = new Metadata("path/ebook.epub"))...업데이트 try (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/ko/metadata/manage-epub-meta...