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

new

(0.05 sec)
  1. 添加或刪除註釋 |在 Java 中註釋 PDF 文件

    在 Java 中以編程方式在 PDF 文件中添加和刪除註釋。使用 Java API 添加箭頭、矩形、橢圓、突出顯示、水印註釋等。...final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  2. Tambahkan Garis Bawah Bergelombang di Word, PDF...

    Sisipkan garis bawah bergelombang berwarna berbeda di Word, PDF, dan dokumen lain menggunakan C#. Tambahkan anotasi berlekuk-lekuk dalam dokumen dalam aplikasi .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/id/annotation/add-wavy-under...
  3. Fügen Sie wellenförmige Unterstreichungen in Wo...

    Fügen Sie mithilfe von C# verschiedenfarbige wellenförmige Unterstreichungen in Word, PDF und andere Dokumente ein. Fügen Sie verschnörkelte Anmerkungen in Dokumenten innerhalb der .NET-Anwendungen hinzu....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/de/annotation/add-wavy-under...
  4. Добавить или удалить аннотации в C# | Аннотиров...

    Программно добавляйте и удаляйте аннотации из файлов Word DOC/DOCX на C#. Добавляйте аннотации со стрелками, прямоугольниками, эллипсами и водяными знаками с помощью .NET Annotation API....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/ru/annotation/annotate-word-...
  5. Adicionar ou remover anotações em C# | Anotar a...

    Adicione e remova programaticamente anotações de arquivos Word DOC/DOCX em C#. Adicione anotações de seta, retângulo, elipse e marca d'água usando a API de anotação .NET....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/pt/annotation/annotate-word-...
  6. إضافة أو إزالة التعليقات التوضيحية في C # | علق...

    قم بإضافة وإزالة التعليقات التوضيحية برمجيًا من ملفات Word DOC / DOCX في C #. إضافة سهم ، مستطيل ، قطع ناقص ، علامة مائية باستخدام .NET Annotation API....using (Annotator annotator = new Annotator("path/document.docx"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/ar/annotation/annotate-word-...
  7. Поиск и замена текста в PDF с помощью C# | Заме...

    Программный поиск определенного текста, слов, фраз в документах PDF с учетом регистра и RegEx с использованием C#. Замените или скройте текст для редактирования файлов PDF....С# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/ru/redaction/find-and-replac...
  8. Java로 프레젠테이션 편집 | PPT/PPTX 편집

    PowerPoint 프레젠테이션 편집은 프레젠테이션 편집 API를 사용하여 애플리케이션 내에서 PPT, PPTX, ODP 파일을 편집하는 Java 예제와 함께 설명됩니다....PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/ko/editor/edit-ppt-pptx-pres...
  9. Aggiungi una sottolineatura ondulata in Word, P...

    Inserisci diverse sottolineature ondulate colorate in Word, PDF e altri documenti usando C#. Aggiungi annotazioni ondulate nei documenti all'interno delle applicazioni .NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/it/annotation/add-wavy-under...
  10. 在 Java 中編輯簡報 | PPT/PPTX 編輯

    使用 Java 範例解釋了編輯 PowerPoint 簡報,以使用簡報編輯 API 在應用程式中編輯 PPT、PPTX、ODP 檔案。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...setPassword("P@$$w0Rd"); Editor editor = new Editor(new FileInputStream("path/presentation...

    blog.groupdocs.com/zh-hant/editor/edit-ppt-pptx...