Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 10,319 for

new

(0.14 sec)
  1. با استفاده از C# | زیر خط موج دار در Word، PDF،...

    با استفاده از سی شارپ، زیر خطوط مواج با رنگ های مختلف را در اسناد Word، PDF و دیگر اسناد وارد کنید. اضافه کردن حاشیه نویسی squiggly در اسناد در برنامه های NET....using (Annotator annotator = new Annotator("path/document.docx"))...SquigglyAnnotation squiggly = new SquigglyAnnotation { BackgroundColor...

    blog.groupdocs.com/fa/annotation/add-wavy-under...
  2. C# Kullanarak Excel Çalışma Kitaplarına Filigra...

    C# kullanarak Excel çalışma kitaplarına filigran ekleyin. .NET API kullanarak tüm sayfalara filigran ekleyin veya yalnızca belirli bir sayfaya arka plan olarak bile filigran ekleyin....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/tr/watermark/watermark-excel...
  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/annotation/add-wavy-under...
  4. 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...
  5. 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-...
  6. افزودن یا حذف حاشیه نویسی | حاشیه نویسی فایل ها...

    به صورت برنامه نویسی حاشیه نویسی را از فایل های PDF در Java اضافه و حذف کنید. با استفاده از Java API پیکان، مستطیل، بیضی، برجسته، حاشیه نویسی واترمارک و موارد دیگر را اضافه کنید....final Annotator annotator = new Annotator("document.pdf"); ArrowAnnotation...ArrowAnnotation arrow = new ArrowAnnotation(); arrow.setBox(new Rectangle(100...

    blog.groupdocs.com/fa/annotation/annotate-pdf-f...
  7. 添加或刪除註釋 |在 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-...
  8. Rechercher et remplacer du texte dans un PDF à ...

    Trouvez par programmation certains textes, mots, phrases dans des documents PDF avec sensibilité à la casse et RegEx à l'aide de C#. Remplacez ou masquez le texte pour biffer les fichiers PDF....# using (Redactor redactor = new Redactor(@"path/document.pdf"))...redactor.Apply(new ExactPhraseRedaction("John Doe", new Replaceme...

    blog.groupdocs.com/fr/redaction/find-and-replac...
  9. פיצול קבצי PDF למספר קבצים ב-Java | פיצול API ע...

    דרכים שונות לפצל קבצי PDF למספר קבצים ב-Java. הפרד קבצי PDF גדולים וחלץ דפים ספציפיים באמצעות אפשרויות פיצול שונות....את קובץ ה-PDF Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/he/merger/split-pdf-files-in...
  10. ค้นหาและแทนที่ข้อความใน PDF โดยใช้ C# | แทนที่ห...

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

    blog.groupdocs.com/th/redaction/find-and-replac...