Sort Score
Result 10 results
Languages All
Labels All
Results 5,231 - 5,240 of 10,624 for

new

(0.06 sec)
  1. แก้ไขสเปรดชีต Excel | การแก้ไขแบบออนไลน์และแนวท...

    ค้นพบวิธีที่มีประสิทธิภาพในการแก้ไขสเปรดชีต Excel แก้ไขไฟล์ XLS/XLSX ทางออนไลน์ หรือทำโดยทางโปรแกรมโดยใช้ C# และ Java...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // loadOptions...โหลดสเปรดชีต Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/th/editor/edit-excel-spreads...
  2. .NET에서 GroupDocs.Redaction AI 통합 | 맞춤형 주석

    .NET을 사용하여 PDF 문서에서 텍스트, 단어 또는 구문을 감지하고 주석을 추가하는 데 AI를 사용하세요. 콘텐츠를 대체하거나 숨겨 PDF 파일을 안전하게 처리하세요....같은 regex를 사용하세요 Regex regex = new Regex( ".*" ); //대상 페이지 및 주석...ReplacementOptions optionsText = new ReplacementOptions( "[replaced]"...

    blog.groupdocs.com/ko/redaction/custom-ai-redac...
  3. 在 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-hant/editor/edit-ppt-pptx...
  4. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...바꿉니다. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/ko/editor/edit-word-document...
  5. Modifier des documents Word en C# | Créez votre...

    L'édition de documents Word est expliquée avec des exemples C # pour éditer des fichiers DOC, DOCX, ODT dans votre application .NET à l'aide de l'API d'édition de documents....WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...ci-dessous. using (Editor editor = new Editor(delegate { return fs;...

    blog.groupdocs.com/fr/editor/edit-word-document...
  6. Chỉnh sửa bảng tính Excel | Chỉnh sửa trực tuyế...

    Khám phá những cách hiệu quả để chỉnh sửa bảng tính Excel. Chỉnh sửa tệp XLS/XLSX trực tuyến hoặc thực hiện theo chương trình bằng C# & Java....SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); // LoadOptions...Tải bảng tính Editor editor = new Editor("path/spreadsheet.xlsx"...

    blog.groupdocs.com/vi/editor/edit-excel-spreads...
  7. C# PPT를 PDF로 변환 | PPTX를 PDF로 | 프레젠테이션 변환

    PowerPoint PPT, PPTX를 .NET에서 PDF로 변환합니다. C# 코드 예제는 전환 API를 사용한 선택적 연속 슬라이드 변환 및 워터마킹을 보여줍니다....using (Converter converter = new Converter("path/presentation...Convert("path/converted-presentation.pdf", new PdfConvertOptions()); } C#에서...

    blog.groupdocs.com/ko/conversion/convert-presen...
  8. PDFファイルをJavaで複数のファイルに分割する| Java用の分割API

    JavaでPDFファイルを複数のファイルに分割するさまざまな方法。大きなPDFファイルを分離し、さまざまな分割オプションを使用して特定のページを抽出します。...PDFファイルをロードします Merger merger = new Merger("path/document.pdf");...splitOptions = new SplitOptions(filePathOut, new int[] { 3, 6,...

    blog.groupdocs.com/ja/merger/split-pdf-files-in...
  9. 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...
  10. Thêm Hình mờ vào Sổ làm việc Excel trong Java |...

    Chèn hình mờ vào sổ làm việc Excel bằng Java. Tạo hình chìm mờ cho tất cả các trang tính hoặc áp dụng nó cho một trang tính cụ thể ngay cả khi làm nền bằng cách sử dụng API Java hình mờ....Watermarker watermarker = new Watermarker(filename, new SpreadsheetLoadOptio());...TextWatermark watermark = new TextWatermark("DRAFT", new Font("Segoe UI"...

    blog.groupdocs.com/vi/watermark/watermark-excel...