Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 18,319 for

paragraphs

(0.11 sec)
  1. PowerPoint-Text in Python animieren|Aspose.Slid...

    Erstellen Sie dynamischen animierten Text in PowerPoint- und OpenDocument-Präsentationen mithilfe von Aspose.Slides für Python über .NET, mit leicht nachvollziehbaren, optimierten Codebeispielen.... Paragraph-Animations-Effekte hinzufügen...[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...

    docs.aspose.com/slides/de/python-net/animated-t...
  2. Make WORD Using Python

    Make a new a Word document in Python in a few steps. Easily create a Word document using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/word/
  3. Make A Document In Python

    Create a file using Python via .NET library. Easily create a new document in Python in a few steps....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/
  4. Make DOC Using Python

    Make a new DOC in Python in a few steps. Easily create DOC using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/doc/
  5. ShapeBase.is_inline property | Aspose.Words for...

    ShapeBase.is_inline property. A quick way to determine if this shape is positioned inline with text....sits inside a paragraph among other paragraph elements, such...and drag the shape to any paragraph as if it is a character. #...

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

    Archivio...as presentation: # select paragraph to add effect autoShape =...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # add...

    blog.aspose.com/it/slides/apply-text-animation-...
  7. Document.RevisionsView | Aspose.Words per .NET

    Gestisci le revisioni dei documenti senza sforzo! Scegli tra versioni originali o aggiornate per una collaborazione fluida e una maggiore produttività....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( "1." , paragraphs [ 0 ]. ListLabel . LabelString...

    reference.aspose.com/words/it/net/aspose.words/...
  8. Aspose::Words::Fields::FieldRef class | Aspose....

    Aspose::Words::Fields::FieldRef class. Implements the REF field. To learn more, visit the documentation article in C++....hyperlink to the bookmarked paragraph. get_InsertParagraphNumbe...insert the paragraph number of the referenced paragraph exactly...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Run Class | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Textabschnitte in Präsentationen mit .NET verwa...

    Lernen Sie, wie Sie Textabschnitte in PowerPoint-Präsentationen mit Aspose.Slides für .NET verwalten, um Leistung und Anpassbarkeit zu steigern....foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/de/net/portion/