Sort Score
Result 10 results
Languages All
Labels All
Results 9,741 - 9,750 of 17,931 for

document insertion

(0.07 sec)
  1. Insérer une Page Vide dans un Fichier PDF en Py...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....insérer une page vide dans un document PDF en utilisant Aspose.PDF...self.Document() pdf_document = self.Document() pdf_document=self...

    docs.aspose.com/pdf/fr/python-java/insert-an-em...
  2. עבודה עם שולחן של תוכן Java|Aspose.Words עבור Java

    טבלה של שדה תוכן בפרטים כיצד ליצור ולשנות `TOC` שדה באמצעות Java....TOC שדות במסמך: Document.updateFields() Document.updatePageLayout()...עדכוני שדה: הקריאה הראשונה Document.updateFields() נבנה את TOC...

    docs.aspose.com/words/he/java/working-with-tabl...
  3. Cách thay đổi kích thước ảnh trong Word bằng Py...

    Bài viết này hướng dẫn bạn cách thay đổi kích thước ảnh trong Word bằng Python. Nó cung cấp chi tiết cấu hình, quy trình từng bước và mã mẫu có thể chạy được để thay đổi kích thước hình ảnh trong MS Word bằng Python....cách sử dụng đối tượng lớp Document để thêm hình ảnh Viết một...cần thiết để mô tả hình ảnh Insert the image nhiều lần Lấy tham...

    kb.aspose.com/vi/words/python/how-to-resize-pic...
  4. Een invulbaar formulier in Word maken met Python

    In dit artikel wordt beschreven hoe u een invulbaar formulier in Word maakt met Python. Het bevat configuratiedetails, alle stappen en een uitvoerbare voorbeeldcode om een formulier in Word te maken met Python....Word-bestand met behulp van het Document klasseobject voor het maken... met behulp van de methode insert_text_input() in de DocumentBuilder-klasse...

    kb.aspose.com/nl/words/python/how-to-create-a-f...
  5. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....:: Cleanup (); return 0 ; } Insert an Image into a Header or Footer...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  6. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...true ); // Allowing users to insert hyperlinks in the worksheet...true ); // Allowing users to insert rows in the worksheet worksheet...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  7. Java에서 PPT를 Word로 변환 | products.aspose.com

    Java에서 PPT를 Word로 변환합니다. Java 라이브러리 API를 사용하여 PowerPoint를 Word로 변환...inputPres ); try { Document doc = new Document (); DocumentBuilder...getSlides ()) { // generates and inserts slide image BufferedImage bitmap...

    products.aspose.com/slides/ko/java/conversion/p...
  8. Java에서 PPTX를 Word로 변환 | products.aspose.com

    Java에서 PPTX를 Word로 변환합니다. Java 라이브러리 API를 사용하여 PowerPoint를 Word로 변환...inputPres ); try { Document doc = new Document (); DocumentBuilder...getSlides ()) { // generates and inserts slide image BufferedImage bitmap...

    products.aspose.com/slides/ko/java/conversion/p...
  9. แปลง PPTX เป็น Word ใน C# | products.aspose.com

    แปลง PPTX เป็น Word ใน C# ใช้ .NET library API เพื่อแปลง PowerPoint เป็น Word...Presentation(); var doc = new Document(); var builder = new DocumentBuilder(doc);...Slides) { // generates and inserts slide image using var bitmap...

    products.aspose.com/slides/th/net/conversion/pp...
  10. Вставьте оглавление в Word с помощью Python

    Вставьте оглавление в Word с помощью Python. Получите подробную информацию о настройке IDE, список задач и пример кода для добавления оглавления в Word с помощью Python....файлу Word в объекте класса Document и инициализируйте объект DocumentBuilder...Word с использованием класса Document и настройки объекта класса...

    kb.aspose.com/ru/words/python/insert-a-table-of...