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

paragraphs

(0.08 sec)
  1. Aspose.Words DOM|Aspose.Words pour Python via .NET

    Document Object Model (DOM) est une représentation en mémoire d'un document Word. Lisez, manipulez et modifiez le contenu et la mise en forme d'un document Word à l'aide de Python....passage d’un texte, d’un paragraphe, d’un tableau ou d’une section...nœuds, par exemple Section ou Paragraph , dérivent de la classe CompositeNode...

    docs.aspose.com/words/fr/python-net/aspose-word...
  2. أتمتة إنشاء PowerPoint في Python: إنشاء عروض تق...

    أتمتة إنشاء الشرائح على منصات السحابة باستخدام Aspose.Slides لـ Python—إنشاء، تحرير، وتحويل ملفات PowerPoint وOpenDocument بسرعة وموثوقية....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/ar/python-net/automating...
  3. تحريك نص PowerPoint في .NET|توثيق Aspose.Slides

    إنشاء نص متحرك ديناميكي في عروض PowerPoint وOpenDocument باستخدام Aspose.Slides for .NET، مع أمثلة كود C# سهلة المتابعة ومُحسّنة....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ar/net/animated-text/
  4. NodeCollection.Count | Aspose.Words for .NET

    Discover the NodeCollection Count property to easily access the total number of nodes in your collection, enhancing data management and efficiency....first paragraph of this document. Paragraph paragraph = ( Paragraph...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Agregar texto a PDF usando C#|Aspose.PDF for .NET

    Aprenda cómo agregar texto a un documento PDF en .NET usando Aspose.PDF para mejorar el contenido y editar documentos....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/es/net/add-text-to-pdf-file/
  6. Exporter des équations mathématiques depuis les...

    Déverrouillez une exportation fluide des équations mathématiques de PowerPoint vers MathML avec Aspose.Slides pour Python via .NET—préservez le formatage et améliorez la compatibilité....) math_paragraph = auto_shape . text_frame . paragraphs [ 0 ]...portions [ 0 ] . math_paragraph math_paragraph . add ( math . MathematicalText...

    docs.aspose.com/slides/fr/python-net/exporting-...
  7. FieldStyleRef.InsertRelativePosition | Aspose.W...

    Discover how the InsertRelativePosition property of FieldStyleRef can enhance your document formatting by managing paragraph references effectively....position of the referenced paragraph. public bool InsertRelativePositi...)" ; // Add text and apply paragraph styles that STYLEREF fields...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Анимировать текст PowerPoint в .NET|Документаци...

    Создавайте динамический анимированный текст в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для .NET, используя простые для восприятия, оптимизированные примеры кода C#....IParagraph paragraph = autoShape . TextFrame . Paragraphs [ 0 ];...MainSequence . AddEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ru/net/animated-text/
  9. 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/python-net/aspose.wo...
  10. Shape constructor | Aspose.Words for Python

    Shape constructor. Creates a new shape object.... first_paragraph . append_child ( shape ) doc...VerticalAlignment . TOP # Add a paragraph to the text box and add a...

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