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

new

(1.31 sec)
  1. 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-...
  2. ค้นหาและแทนที่คำในเอกสาร 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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-...
  7. پی دی اف را با حاشیه نویسی با استفاده از 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-...
  8. 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-...
  9. قم بتمييز ملف 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-...
  10. C# เปรียบเทียบไฟล์ Excel, Word, Text | API การเ...

    เปรียบเทียบสองไฟล์ขึ้นไปโดยใช้ C# .NET SDK ช่วยให้สามารถเปรียบเทียบสเปรดชีต Excel, เอกสาร Word, ไฟล์ PDF หรือเปรียบเทียบไฟล์ข้อความใน CSharp ได้... using (Comparer comparer = new Comparer(“source.xlsx”)) { comparer...ได้เร็วเพียงใด using (Comparer comparer = new Comparer(“source.xlsx”) { comparer...

    blog.groupdocs.com/th/comparison/compare-excel-...