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

new

(0.41 sec)
  1. اضافه کردن واترمارک به کتابهای کار اکسل در Java...

    واترمارک ها را با استفاده از Java در کتاب های کاری اکسل قرار دهید. تمام برگه ها را واترمارک کنید یا با استفاده از واترمارک Java API آن را روی یک برگه خاص حتی به عنوان پس زمینه اعمال کنید....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/fa/watermark/watermark-excel...
  2. Додати або видалити анотації | Додайте коментар...

    Програмно коментуйте PDF-файли на C#. Додайте або видаліть анотації, як-от стрілки, прямокутники, еліпси, виділення, водяні знаки, за допомогою .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/uk/annotation/annotate-pdf-f...
  3. Adicionar marca d'água a pastas de trabalho do ...

    Insira marcas d'água em pastas de trabalho do Excel usando Java. Faça marca d'água em todas as planilhas ou aplique-a apenas a uma planilha específica, mesmo como plano de fundo, usando a API Java de marca d'água....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/pt/watermark/watermark-excel...
  4. Přidat nebo odebrat anotace | Anotace souborů P...

    Programově anotujte soubory PDF v C#. Přidejte nebo odeberte anotace, jako jsou šipky, obdélník, elipsa, zvýraznění, anotace vodoznaku pomocí .NET API....using (Annotator annotator = new Annotator("path/document.pdf"))...ArrowAnnotation arrow = new ArrowAnnotation { Box = new Rectangle(100,...

    blog.groupdocs.com/cs/annotation/annotate-pdf-f...
  5. 使用 C# 将水印添加到 Excel 工作簿 |文字水印

    使用 C# 将水印插入 Excel 工作簿。使用 .NET API 为所有工作表添加水印或仅将水印插入特定工作表作为背景。...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...using (Watermarker watermarker = new Watermarker(@"path/spreadsheet...

    blog.groupdocs.com/zh/watermark/watermark-excel...
  6. C# Excel, Word, 텍스트 파일 비교 | .NET 문서 비교 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/ko/comparison/compare-excel-...
  7. Chỉnh sửa Tài liệu Word trong C# | Xây dựng Trì...

    Việc chỉnh sửa tài liệu Word được giải thích bằng các ví dụ C# để chỉnh sửa các tệp DOC, DOCX, ODT trong ứng dụng .NET của bạn bằng cách sử dụng API chỉnh sửa tài liệu....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...dưới. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/vi/editor/edit-word-document...
  8. 在 C# 中編輯 Word 文檔 |構建您自己的 .NET Word 編輯器

    使用 C# 示例解釋編輯 Word 文檔,以使用文檔編輯 API 在您的 .NET 應用程序中編輯 DOC、DOCX、ODT 文件。...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...文檔”。 using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh-hant/editor/edit-word-doc...
  9. 在 C# 中编辑演示文稿 | .NET PPT/PPTX 编辑

    通过 C# 示例解释了如何编辑 PowerPoint 演示文稿,以便使用演示文稿编辑 API 在 .NET 应用程序中编辑 PPT、PPTX、ODP 文件。...PresentationLoadOpti loadOptions = new PresentationLoadOpti(); loadOptions...Presentation using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/zh/editor/edit-ppt-pptx-pres...
  10. 编辑 Excel 电子表格 |在线编辑和程序化方法

    探索编辑 Excel 电子表格的有效方法。可以在线编辑 XLS/XLSX 文件,也可以使用 C# 和 Java 以编程方式进行编辑。...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // loadOptions..."密码"; // 加载电子表格 Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/zh/editor/edit-excel-spreads...