Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 20,486 for

insert documents

(0.46 sec)
  1. Python 中的文档生成器概述|Python via .NET 格式的 Aspose.Words

    DocumentBuilder 允许您从头开始构建动态文档或使用 Python 将新元素添加到现有文档中。 DocumentBuilder 提供了在 Python 中插入文本、复选框、表格、图像和其他内容元素的方法。...DocumentBuilder 是一个功能强大的类,它与 Document 相关联,使您能够从头开始构建动态文档或向现有文档添加新元素。...DocumentBuilder 补充了 Aspose.Words Document Object Model (DOM) 中可用的类和...

    docs.aspose.com/words/zh/python-net/document-bu...
  2. RevisionOptions.deleted_text_effect property | ...

    RevisionOptions.deleted_text_effect property. Allows to specify the effect to be applied to the deleted content [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... Document ( file_name = MY_DIR + 'Revisions...revision_options # Render insertion revisions in green and italic...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldTemplate.include_full_path property | Aspo...

    FieldTemplate.include_full_path property. Gets or sets whether to include the full file path name....location of a document’s template. doc = aw . Document () builder...template_name = '' field = builder . insert_field ( field_type = aw . fields...

    reference.aspose.com/words/python-net/aspose.wo...
  4. เพิ่มหน้าไปยังไฟล์ PDF โดยใช้ Java | Aspose.PDF

    เพิ่มหน้า PDF ลงในเอกสารของคุณด้วยรหัสตัวอย่าง Java โดยใช้ Aspose.PDF สำหรับ Java...แทรกหน้าใหม่เป็น PDF Document pdfDocument = new Document (); // Add page...pdfDocument . getPages (). add (); // Insert an empty page in a PDF pdfDocument...

    products.aspose.com/pdf/th/java/pages/add/
  5. تلقائي يناسب الصفوف والأعمدة باستخدام C++|Docum...

    يوضح هذا المقال كيفية ضبط تلقائي للصفوف والأعمدة وصفوف الخلايا المدمجة وصفوف في نطاق خلايا باستخدام واجهة برمجة التطبيقات Aspose.Cells for C++.... Merge (); // Insert value to the merged cell A1...الصفوف للخلايا المدمجة AI Document Assistant Close ضبط ارتفاع...

    docs.aspose.com/cells/ar/cpp/autofit-rows-and-c...
  6. StructuredDocumentTag.word_open_xml_minimal pro...

    StructuredDocumentTag.word_open_xml_minimal property. Gets a string that represents the XML contained within the node in the [SaveFormat.FLAT_OPC](../../../aspose.words/saveformat/#FLAT_OPC) format....generates a stripped-down document that excludes any non-content-related...control elements. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. RevisionOptions.revision_bars_color property | ...

    RevisionOptions.revision_bars_color property. Allows to specify the color to be used for side bars that identify document lines containing revised information...for side bars that identify document lines containing revised information...appearance of revisions. doc = aw . Document ( file_name = MY_DIR + 'Revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Конструктор документів Огляд Python|Aspose.Word...

    DocumentBuilder дозволяє побудувати динамічні документи з нуля або додати нові елементи до існуючих Pythonй DocumentBuilder надає методи вставляти текст, прапорці, таблиці, зображення та інші елементи вмісту в Pythonй...класом, який асоціюється з Document і дозволяє будувати динамічні...методи, доступні в Aspose.Words Document Object Model (Українська)DOM)...

    docs.aspose.com/words/uk/python-net/document-bu...
  9. การแทรกรูปร่างใน Word โดยใช้ Python

    บทความนี้ให้คำแนะนำเกี่ยวกับวิธีการแทรกรูปร่างใน Word โดยใช้ Python โดยมีการตั้งค่า IDE ขั้นตอน และตัวอย่างโค้ดที่แสดงวิธีการวาดเส้นตรงใน Word โดยใช้ Python...เพื่อแทรกรูปร่าง สร้าง Word ใหม่ document เพื่อเพิ่มรูปร่าง เชื่อมโยงวัตถุ...กับมัน แทรกรูปทรงอินไลน์โดยใช้ insert_shape() โดยใช้ประเภทรูปร่าง...

    kb.aspose.com/th/words/python/insert-shape-in-w...
  10. Ajouter des Pages dans un PDF avec C++|Aspose.P...

    Cet article enseigne comment insérer (ajouter) une page à l'emplacement souhaité d'un fichier PDF. Apprenez comment déplacer, supprimer (effacer) des pages d'un fichier PDF en utilisant C++....travailler avec les pages dans un document PDF en utilisant C++. Elle...gère toutes les pages d’un document PDF dans PageCollection qui...

    docs.aspose.com/pdf/fr/cpp/add-pages/