Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 18,324 for

paragraphs

(0.09 sec)
  1. Mathe-Text|Aspose.Slides für Python Dokumentation

    Arbeiten Sie mit mathematischem Text in Python unter Verwendung von Aspose.Slides: Erstellen und bearbeiten Sie Gleichungen, Brüche, Radikale, Skripte, Formatierungen und rendern Sie die Ergebnisse für PPT und PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Füge einen einfachen Bruch...

    docs.aspose.com/slides/de/python-net/examples/e...
  2. Математический текст|Документация Aspose.Slides...

    Работайте с математическим текстом в Python с помощью Aspose.Slides: создавайте и редактируйте уравнения, дроби, радикалы, индексы, форматируйте и получайте результат в виде PPT и PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Добавить простую дробь:...

    docs.aspose.com/slides/ru/python-net/examples/e...
  3. Texto Matemático|Documentación de Aspose.Slides...

    Trabaje con texto matemático en Python usando Aspose.Slides: cree y edite ecuaciones, fracciones, radicales, scripts, formato, y genere resultados para PPT y PPTX.... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # Añadir una fracción simple:...

    docs.aspose.com/slides/es/python-net/examples/e...
  4. Font.StrikeThrough | Aspose.Words per .NET

    Scopri la proprietà Font StrikeThrough. Formatta facilmente il testo barrato per dare maggiore risalto visivo ai tuoi progetti. Migliora la leggibilità oggi stesso!...new Document (); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Run run = new Run ( doc...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Архів

    Архів...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # додати...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/uk/slides/apply-text-animation-...
  6. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::CompositeNode::GetChild method |...

    Aspose::Words::CompositeNode::GetChild method. Returns an Nth child node that matches the specified type in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Aspose :: Words :: Paragraph > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/com...
  8. ControlChar.ParagraphBreak | Aspose.Words for .NET

    Discover the ControlChar ParagraphBreak field. Easily manage paragraph breaks with the x000d character for seamless text formatting and improved readability....ParagraphBreak field End of paragraph character: “\x000d” or “\r”...new line and starts a new paragraph. Assert . That ( doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/con...
  9. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

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