Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 18,529 for

paragraphs

(0.15 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. CompositeNode.GetChild | Aspose.Words for .NET

    Discover the CompositeNode GetChild method to easily retrieve the Nth child node of a specific type, enhancing your data management efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/com...
  7. Texto matemático|Documentación de Aspose.Slides

    Explore ejemplos de MathematicalText de Aspose.Slides para Android: cree y formatee ecuaciones, fracciones, matrices y símbolos con Java en presentaciones PPT, PPTX y ODP.... IParagraph paragraph = mathShape . getTextFrame...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/es/androidjava/examples/...
  8. Nettoyer Avant ou Pendant une opération Mail Me...

    Appliquez différentes options de nettoyage et de suppression, telles que la suppression des champs de fusion avant d'effectuer une opération Mail Merge ou la suppression des régions inutilisées lors d'une opération Mail Merge à l'aide de Java....champs contenant ou les paragraphes vides. L’exemple de code...champs, des régions et des paragraphes non fusionnés d’un modèle...

    docs.aspose.com/words/fr/java/clean-up-before-o...
  9. 修改脚注内容序号的颜色 - Free Support Forum - aspose.com

    for (Paragraph paragraph : footnote.getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier.NORMAL); for (Run run : paragraph.getRuns()) { run.getFont().setColor(Color.…...2025, 2:21pm 1 for (Paragraph paragraph : footnote.getParagraphs())...getParagraphs()) { paragraph.getParagraphFormat().setStyleIdentifier(StyleIdentifier...

    forum.aspose.com/t/topic/310540
  10. HtmlInsertOptions enumeration | Aspose.Words fo...

    aspose.words.HtmlInsertOptions enumeration. Specifies options for the [DocumentBuilder.insert_html()](../documentbuilder/insert_html/#str_htmlinsertoptions) method....USE_BUILDER_FORMATTING Use font and paragraph formatting specified in DocumentBuilder...REMOVE_LAST_EMPTY_PARAGRAPH Remove the empty paragraph that is normally...

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