Sort Score
Result 10 results
Languages All
Labels All
Results 6,021 - 6,030 of 15,481 for

section

(0.26 sec)
  1. جعل DOCX باستخدام Python

    أنشئ DOCX جديدًا في Python في بضع خطوات. بسهولة إنشاء DOCX باستخدام مكتبة Python via .NET....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/ar/python-net/make/docx/
  2. با استفاده از Python DOC را بسازید

    در چند مرحله یک DOC جدید در Python ایجاد کنید. با استفاده از کتابخانه Python via .NET به راحتی DOC را ایجاد کنید....first_section.body.first_paragraph.append_child(firstRun)...append_child(firstRun) doc.first_section.body.first_paragraph.append_child(secondRun)...

    products.aspose.com/words/fa/python-net/make/doc/
  3. Travailler avec un document dans Python|Aspose....

    La classe `Document` fournit diverses propriétés et méthodes de document utilisant Python. Vous utilisez la classe `Document` comme point de départ pour tout ce que vous souhaitez effectuer avec Aspose.Words pour Python. L'objet `Document` peut être enregistré dans un fichier ou un flux et également envoyé à un navigateur....l’ensemble du document ou des sections distinctes. Document contient...collection d’objets Section permettant d’obtenir une section particulière...

    docs.aspose.com/words/fr/python-net/working-wit...
  4. Hạn chế chỉnh sửa tài liệu trong Python|Aspose....

    Hạn chế chỉnh sửa tài liệu bằng cách đặt loại hạn chế bằng Python. Bạn cũng có thể loại bỏ bảo vệ và tạo các vùng có thể chỉnh sửa không hạn chế....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/vi/python-net/restrict-do...
  5. ویرایش سند در Python را محدود کنید|Aspose.Words...

    با تنظیم نوع محدودیت با استفاده از Python، ویرایش یک سند را محدود کنید. همچنین می توانید حفاظت را حذف کنید و مناطق قابل ویرایش نامحدود ایجاد کنید....words as aw # Insert two sections with some text. doc = aw ...aspose.words as aw # Insert two sections with some text. doc = aw ...

    docs.aspose.com/words/fa/python-net/restrict-do...
  6. Archiv

    Archiv...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/cs/words/extract-text-from-word...
  7. Arşiv

    Arşiv...SECTION).next_sibling.as_section() currNode = nextSection...start_section = start_node.get_ancestor(aw.NodeType.SECTION).as_section()...

    blog.aspose.com/tr/words/extract-text-from-word...
  8. BuildingBlock.LastSection | Aspose.Words لـ .NET

    اكتشف خاصية LastSection في BuildingBlock، والتي تقوم باسترجاع القسم النهائي بكفاءة، مما يعزز تجربة الترميز وتنظيم المشروع.... public Section LastSection { get ; } ملاحظات...this block in the Quick Parts section of word will place its contents...

    reference.aspose.com/words/ar/net/aspose.words....
  9. Administrar Zoom de Presentación en .NET|Docume...

    Cree y personalice Zoom con Aspose.Slides para .NET — navegue entre secciones, agregue miniaturas y transiciones en presentaciones PPT, PPTX y ODP.... Sections . AddSection ( "Section 1" , slide );..., 20 , 300 , 200 , pres . Sections [ 1 ]); // Guarda la presentación...

    docs.aspose.com/slides/es/net/manage-zoom/
  10. Diviser un document en C++|Aspose.Words pour C++

    Diviser un document en plusieurs fichiers en utilisant C++. Utilisez la fonction fractionner pour diviser efficacement un document par en-têtes ou Sections, ainsi que par pages ou par plages de pages....plusieurs documents par titres ou sections. Vous pouvez également diviser...paragraphe d’en-tête, saut de section, rupture de colonne, saut de...

    docs.aspose.com/words/fr/cpp/split-a-document/