Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 18,555 for

paragraph

(0.12 sec)
  1. Urobiť Markdown Pomocou Python

    Vytvorte nový Markdown v Python v niekoľkých krokoch. Jednoducho vytvorte Markdown pomocou knižnice Python via .NET....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/sk/python-net/make/md/
  2. Maak DOCX Met Python

    Maak in een paar stappen een nieuwe DOCX in Python. Maak eenvoudig DOCX met de Python via .NET bibliotheek....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/nl/python-net/make/docx/
  3. جعل DOC باستخدام Python

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

    products.aspose.com/words/ar/python-net/make/doc/
  4. جعل DOCX باستخدام Python

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

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

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

    products.aspose.com/words/fa/python-net/make/doc/
  6. Run Class | Aspose.Words لـ .NET

    اكتشف Aspose.Words.Run، وهي فئة قوية لإدارة عمليات تشغيل الأحرف بتنسيق خط متسق، مما يعزز كفاءة معالجة المستندات لديك....ParentParagraph { get; } يسترد الأصل Paragraph من هذه العقدة. PhoneticGuide...لا يمكن أن يكون إلا طفلا Paragraph أو مضمنة StructuredDocumentTa...

    reference.aspose.com/words/ar/net/aspose.words/...
  7. Архивы

    Архивы...based on block-level nodes (paragraphs and tables). Traverse through...last nodes when needed, so paragraph formatting is retained. #...

    blog.aspose.com/ru/words/extract-text-from-word...
  8. Example of Hello World using Python language|As...

    This sample demonstrates how to create a simple PDF "Hello, World!" document using Aspose.PDF for Python... Get the paragraphs collection of the page using...using the page_get_paragraphs function. Creating a new image object...

    docs.aspose.com/pdf/python-cpp/hello-world-exam...
  9. Mathematischer Text|Aspose.Slides Dokumentation

    Entdecken Sie Beispiele für MathematicalText mit Aspose.Slides für C++: Erstellen und formatieren Sie Gleichungen, Brüche, Matrizen und Symbole mit C++ in PPT-, PPTX- und ODP-Präsentationen.... auto paragraph = mathShape -> get_TextFrame...-> get_Paragraph ( 0 ); auto textPortion = paragraph -> get_Portion...

    docs.aspose.com/slides/de/cpp/examples/elements...
  10. Mise en forme du texte PowerPoint en C++|Docume...

    Formatez et stylisez le texte dans les présentations PowerPoint et OpenDocument à l'aide d'Aspose.Slides pour C++. Personnalisez les polices, les couleurs, l'alignement et plus encore....0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/fr/cpp/text-formatting/