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

new

(0.33 sec)
  1. Annoter les fichiers Word DOC DOCX en Java | Aj...

    Ajoutez ou supprimez des annotations des fichiers Word DOC/DOCX en Java. Ajoutez des annotations de flèche, de rectangle, d'ellipse et de filigrane à l'aide de l'API d'annotation de document....final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/fr/annotation/annotate-word-...
  2. Zoek en vervang woorden in Word-documenten met ...

    Zoek, vervang of verberg tekst, woorden, woordgroepen in Word DOC/DOCX-bestanden met behulp van C#. Bewerk en voer tekst-, hoofdlettergevoelige en RegEx-zoekopdrachten uit met .NET Redaction API....C# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/nl/redaction/find-and-replac...
  3. Dividir ou mesclar PDF, PowerPoint, Excel, Word...

    Dividir ou mesclar PDF, Word DOC/DOCX, planilhas XLS/XLSX Excel, apresentações PPT/PPTX, desenhos do Visio, eBooks e mais documentos em Java. Passos e exemplos.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/pt/merger/merge-pdf-word-exc...
  4. ค้นหาและแทนที่คำในเอกสาร Word โดยใช้ C# | การโต...

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

    blog.groupdocs.com/th/redaction/find-and-replac...
  5. پی دی اف را با حاشیه نویسی با استفاده از C# برج...

    متن را در PDF با حاشیه نویسی هایلایت با استفاده از C# برجسته کنید. حاشیه نویسی سند و تصویر .NET API اجازه می دهد تا فایل های PDF را با برجسته کردن هر منطقه حاشیه نویسی کنید....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/fa/annotation/highlight-pdf-...
  6. Wyróżnij plik PDF za pomocą adnotacji w Javie |...

    Wyróżnij tekst w formacie PDF z zaznaczonymi adnotacjami przy użyciu języka Java. Dodawanie adnotacji do dokumentów i obrazów Java API umożliwia dodawanie adnotacji do plików PDF poprzez podświetlanie dowolnego obszaru....Javie Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/pl/annotation/highlight-pdf-...
  7. قم بتمييز ملف PDF باستخدام التعليقات التوضيحية ...

    قم بتمييز النص في PDF باستخدام التعليقات التوضيحية المميزة باستخدام Java. الشرح التوضيحي للمستند والصورة تسمح Java API بالتعليق على ملفات PDF عن طريق تمييز أي منطقة....في Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/ar/annotation/highlight-pdf-...
  8. Belgelerdeki Üstü Çizili Metin | C̶r̶o̶s̶s̶ o̶u...

    Java kullanarak belgelerin içindeki metnin üstünü çizelim. Java API ile üstü çizili ek açıklama kullanarak geçersiz metnin üstünü çizmeyi otomatikleştirin....Metin */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/tr/annotation/strikethrough-...
  9. Erstellen Sie Hyperlinks in PDF mit Link-Anmerk...

    Kommentieren Sie PDF-Dateien, indem Sie Hyperlinks mit Link-Anmerkungen in Java erstellen. Dokument- und Bildkommentierung Java API ermöglicht das Kommentieren durch Verknüpfen externer Daten....in Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/de/annotation/create-hyperli...
  10. C#을 사용하여 주석이 있는 PDF 강조 표시 | 하이라이트로 PDF에 주석 달기

    C#을 사용하여 강조 주석으로 PDF의 텍스트를 강조 표시합니다. 문서 및 이미지 주석 .NET API를 사용하면 모든 영역을 강조 표시하여 PDF 파일에 주석을 달 수 있습니다....using (Annotator annotator = new Annotator(@"path/sample.pdf"))...HighlightAnnotation highlight = new HighlightAnnotation { BackgroundColor...

    blog.groupdocs.com/ko/annotation/highlight-pdf-...