Sort Score
Result 10 results
Languages All
Labels All
Results 9,701 - 9,710 of 20,803 for

insert documents

(0.15 sec)
  1. Comment redimensionner une image dans Word avec...

    Cet article vous explique comment redimensionner une image dans Word à l'aide de Python. Il fournit des détails de configuration, un processus par étapes et un exemple de code exécutable pour redimensionner l'image dans MS Word à l'aide de Python....l’aide de l’objet de classe Document pour ajouter des images Écrivez...nécessaire pour décrire l’image Insert the image plusieurs fois Obtenez...

    kb.aspose.com/fr/words/python/how-to-resize-pic...
  2. FieldBidiOutline class | Aspose.Words for Python

    aspose.words.fields.FieldBidiOutline class. Implements the BIDIOUTLINE field...the Working with Fields documentation article. Remarks This field...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Архивы

    Архивы... Создайте объект класса Document. Создайте объект класса DocumentBuilder...инициализируйте его с помощью объекта Document. Вставьте изображение SVG...

    blog.aspose.com/ru/words/convert-svg-to-png-in-...
  4. PreferredWidth.from_points method | Aspose.Word...

    PreferredWidth.from_points method. A creation method that returns a new instance that represents a preferred width specified using a number of points.... Document () builder = aw . DocumentBuilder...based on points: builder . insert_cell () builder . cell_format...

    reference.aspose.com/words/python-net/aspose.wo...
  5. صفحات را به PDF در پایتون اضافه کنید | یک صفحه ...

    صفحات به PDF در پایتون اضافه کنید. بیاموزید که چگونه یک صفحه را در PDF درج کنید، صفحات را از PDF های دیگر اضافه کنید و صفحات را به صورت برنامه‌نویسی در موقعیت‌های خاص درج کنید....باشید یک صفحه را در یک سند PDF Insert کنید. تصور کنید که شما یک گزارش...for Python اضافه کنید. کلاس Document این API برای بارگذاری و نمایش...

    blog.aspose.com/fa/pdf/add-pages-to-pdf-in-python/
  6. PageSetup.footnote_options property | Aspose.Wo...

    PageSetup.footnote_options property. Provides options that control numbering and positioning of footnotes in this section.... Document () builder = aw . DocumentBuilder...'Hello world!' ) builder . insert_footnote ( footnote_type =...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Paragraph.IsEndOfSection | Aspose.Words för .NET

    Upptäck egenskapen Paragraph IsEndOfSection för att identifiera om ett stycke är det sista i ett avsnitts huvudtext för förbättrad dokumentstruktur och tydlighet....InsertAtBookmark () { Document doc = new Document (); DocumentBuilder...builder . Write ( "We will insert a document here: " ); builder . EndBookmark...

    reference.aspose.com/words/sv/net/aspose.words/...
  8. 在 PDF 中添加页面|Aspose.PDF for Java

    本文介绍如何在 PDF 文件的指定位置插入(添加)页面。了解如何使用 Java 库移动、删除(删除)PDF 文件中的页面。...PDF 文件创建一个 Document 类对象。 调用 PageCollection 集合的 Insert 方法,并指定索引。...() { Document document = new Document (); // 添加页面 document . getPages...

    docs.aspose.com/pdf/zh/java/add-pages/
  9. 在 PDF 中添加页面|Aspose.PDF for PHP via Java

    本文教您如何在所需位置插入(添加)PDF 文件中的页面。了解如何使用 PHP 移动、删除(删除)PDF 文件中的页面。...文件中插入空白页面: 使用输入 PDF 文件创建一个 Document 类对象。 添加页面,并在 PDF 中插入它。 使用...文件中插入页面。 // 打开文档 $document = new Document ( $inputFile ); //...

    docs.aspose.com/pdf/zh/php-java/add-pages/
  10. TableStyle.bottom_padding property | Aspose.Wor...

    TableStyle.bottom_padding property. Gets or sets the amount of space (in points) to add below the contents of table cells.... Document () builder = aw . DocumentBuilder.... start_table () builder . insert_cell () builder . write ( 'Name'...

    reference.aspose.com/words/python-net/aspose.wo...