Sort Score
Result 10 results
Languages All
Labels All
Results 9,121 - 9,130 of 20,177 for

insert documents

(0.12 sec)
  1. יצרן מסמכים סקירה Python|Aspose.Words עבור Pyth...

    DocumentBuilder מאפשר לך לבנות מסמכים דינמיים מאפס או להוסיף אלמנטים חדשים לאלה הקיימים באמצעות שימוש Python. DocumentBuilder מספק שיטות להוסיף טקסט, צ'קוקס, טבלאות, תמונות ואלמנטים אחרים של תוכן Python....Ask AI Document Builder Contents [ Hide ] DocumentBuilder הוא...הוא מעמד חזק שקושר עם Document ומאפשר לך לבנות מסמכים דינמיים מאפס...

    docs.aspose.com/words/he/python-net/document-bu...
  2. FieldCollection indexer | Aspose.Words for Python

    FieldCollection indexer. Returns a field at the specified index.... Document () builder = aw . DocumentBuilder...DocumentBuilder ( doc = doc ) builder . insert_field ( field_code = ' DATE...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Travailler avec Ole objets|Aspose.Words pour Java

    Créez et modifiez l'incorporation OLE dans votre document à l'aide de Java....peuvent travailler avec des documents contenant des “objets” créés...article, nous parlerons de l’insertion d’un objet OLE et de la définition...

    docs.aspose.com/words/fr/java/working-with-ole-...
  4. 档案

    档案... 首先,使用 Document 类创建一个新文档。 然后,创建一个 DocumentBuilder...DocumentBuilder 对象并使用 Document 对象对其进行初始化。 使用 DocumentBuilder.insert_image(fileName)...

    blog.aspose.com/zh/words/convert-image-to-pdf-p...
  5. إضافة صفحات في PDF باستخدام بايثون|Aspose.PDF ل...

    تعلمك هذه المقالة كيفية إدراج (إضافة) صفحة في الموقع المطلوب في ملف PDF. تعرف على كيفية نقل، إزالة (حذف) الصفحات من ملف PDF باستخدام C#....كائن فئة Document مع ملف PDF المدخل. استدعاء طريقة insert لمجموعة...as ap # فتح المستند document = ap . Document ( input_pdf ) # إدراج...

    docs.aspose.com/pdf/ar/python-net/add-pages/
  6. เพิ่มหน้าไปยังไฟล์ PDF โดยใช้ C++ | Aspose.PDF

    เพิ่มหน้า PDF ลงในเอกสารของคุณด้วยรหัสตัวอย่าง C++ โดยใช้ Aspose.PDF สำหรับ C++...InsertEmptyPageAtDes () { // Open document String _dataDir ( "C: \\ Samples....pdf" ); auto document = MakeObject < Document > ( _dataDir +...

    products.aspose.com/pdf/th/cpp/pages/add/
  7. MarkdownからDOMへの変換|Python via .NET用Aspose.Words

    Markdown ドキュメントを Document Object Model に変換し、Python を使用して戻します。そのため、複雑な既存の Markdown を操作し、プログラムによって Markdown ドキュメントを最初から作成できます。...Ask AI Markdown から Document Object Model (DOM) への変換 Contents...するには、ドキュメントを Aspose.Words Document Object Model (DOM) に変換する必要があります。...

    docs.aspose.com/words/ja/python-net/translate-m...
  8. Appliquer un thème à une présentation|Documenta...

    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....presentation part of the presentation document. PresentationPart presentationPart...SlideLayoutPart newLayoutPart = null ; // Insert the code for the layout for...

    docs.aspose.com/slides/fr/net/apply-a-theme-to-...
  9. DocumentBuilder.current_story property | Aspose...

    DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../)....with a document builder’s current story. doc = aw . Document () builder.... start_table () builder . insert_cell () builder . write ( 'Row...

    reference.aspose.com/words/python-net/aspose.wo...
  10. IRevisionCriteria | Aspose.Words for Java

    Implement this interface if you want to control when certain Revision should be accepted/rejected or not by the RevisionCollection.acceptcom.aspose.words.IRevisionCriteria/ RevisionCollection.rejectcom.aspose.words.IRevisionCriteria methods in Java....throws Exception { Document doc = new Document(); DocumentBuilder...Date()); builder.write("This is insertion revision #1. "); doc.stopTrackRevisions();...

    reference.aspose.com/words/java/com.aspose.word...