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

new

(1.5 sec)
  1. ขีดฆ่าข้อความในเอกสารโดยใช้ C# | คัดลอกข้อความใ...

    ใช้คำอธิบายประกอบขีดฆ่าเพื่อขีดฆ่าข้อความที่ไม่ถูกต้องภายในเอกสารโดยใช้ C# ทำให้คำอธิบายประกอบในเอกสารและรูปภาพเป็นแบบอัตโนมัติด้วย .NET API...using (Annotator annotator = new Annotator("path/document.pdf"))...StrikeoutAnnotation strikeout = new StrikeoutAnnotation { FontColor...

    blog.groupdocs.com/th/annotation/strikethrough-...
  2. Odstraňte vodoznak z dokumentů PDF pomocí C# | ...

    Odstraňte nebo odstraňte vodoznaky z PDF a dalších dokumentů pomocí C#. Přehled .NET API pro vývojáře v jazyce C# k vytvoření aplikace pro odstraňování vodoznaků....using (Watermarker watermarker = new Watermarker("filepath/documentWithWatermar...using (Watermarker watermarker = new Watermarker("path/Watermarks...

    blog.groupdocs.com/cs/watermark/remove-watermar...
  3. Trova e sostituisci parole nei documenti di Wor...

    Trova, sostituisci o nascondi testo, parole, frasi nei file Word DOC/DOCX usando C#. Redigere ed eseguire ricerche di testo, case-sensitive e RegEx con .NET Redaction API....C# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/it/redaction/find-and-replac...
  4. Rechercher et remplacer des mots dans des docum...

    Recherchez, remplacez ou masquez du texte, des mots et des phrases dans des fichiers Word DOC/DOCX à l'aide de C#. Rédigez et effectuez des recherches textuelles, sensibles à la casse et RegEx avec l'API de rédaction .NET....# using (Redactor redactor = new Redactor(@"path/document.docx"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  5. تبدیل صفحات گسترده اکسل به PDF با استفاده از C#...

    با استفاده از C# فایل های اکسل را به PDF تبدیل کنید. با استفاده از تبدیل صفحه گسترده .NET API، کتاب کار کامل، برگه های انتخاب شده، زیر دنباله برگه ها یا هر محدوده سلولی را تبدیل کنید....Func<LoadOptions> loadOptions =() => new SpreadsheetLoadOptio { OnePagePerSheet...true }; using (var converter = new GroupDocs.Conversion.Convert...

    blog.groupdocs.com/fa/conversion/convert-excel-...
  6. 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-...
  7. نص يتوسطه خط في المستندات بجافا | C̶r̶o̶s̶s̶s̶ ...

    لنشطب النص داخل المستندات باستخدام Java. أتمتة شطب النص غير الصحيح باستخدام تعليق توضيحي يتوسطه خط باستخدام Java API....Java */ Annotator annotator = new Annotator("path/document.pdf");...StrikeoutAnnotation strikeout = new StrikeoutAnnotation(); strikeout...

    blog.groupdocs.com/ar/annotation/strikethrough-...
  8. Sorot PDF menggunakan Anotasi di Java | Anotasi...

    Sorot teks dalam PDF dengan anotasi sorot menggunakan Java. Anotasi dokumen dan gambar Java API memungkinkan untuk menganotasi file PDF dengan menyorot area mana pun....di Java Annotator annotator = new Annotator("path/sample.pdf");...List<Point> points = new ArrayList<Point>(); points.add(new Point(120,...

    blog.groupdocs.com/id/annotation/highlight-pdf-...
  9. 在 Java 中註釋 Word DOC DOCX 文件 |添加或刪除註釋

    在 Java 中的 Word DOC/DOCX 文件中添加或刪除註釋。使用文檔註釋 API 添加箭頭、矩形、橢圓、水印註釋。...final Annotator annotator = new Annotator("path/document.docx");...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/zh-hant/annotation/annotate-...
  10. 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...