Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 18,544 for

paragraph

(1.79 sec)
  1. Texto matemático|Documentación de Aspose.Slides

    Explore los ejemplos de MathematicalText de Aspose.Slides for C++: cree y formatee ecuaciones, fracciones, matrices y símbolos con C++ en presentaciones PPT, PPTX y ODP.... auto paragraph = mathShape -> get_TextFrame...-> get_Paragraph ( 0 ); auto textPortion = paragraph -> get_Portion...

    docs.aspose.com/slides/es/cpp/examples/elements...
  2. نص رياضي|وثائق Aspose.Slides

    استكشف أمثلة Aspose.Slides for C++ لـ MathematicalText: إنشاء وتنسيق المعادلات، الكسور، المصفوفات والرموز باستخدام C++ في عروض PPT و PPTX و ODP.... auto paragraph = mathShape -> get_TextFrame...-> get_Paragraph ( 0 ); auto textPortion = paragraph -> get_Portion...

    docs.aspose.com/slides/ar/cpp/examples/elements...
  3. Arşiv

    Arşiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # seçilen...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/tr/slides/apply-text-animation-...
  4. Archiv

    Archiv...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # přidat...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/cs/slides/apply-text-animation-...
  5. Comment ajouter une image à un document HTML ? ...

    Apprenez à ajouter des images au code HTML avec Aspose.HTML for .NET. Examinez différentes méthodes dans des exemples C# prêts à l'emploi....qu’il existe au moins deux paragraphes avant de procéder aux modifications...éléments de paragraphe en vérifiant que paragraphs.Length >= 2...

    docs.aspose.com/html/fr/net/how-to-articles/how...
  6. Procurar

    Procurar...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/pt/slides/convert-ppt-to-video-...
  7. Automatisierung der PowerPoint-Generierung in P...

    Automatisieren Sie die Folienerstellung auf Cloud-Plattformen mit Aspose.Slides für Python—generieren, bearbeiten und konvertieren Sie PowerPoint- und OpenDocument-Dateien schnell und zuverlässig....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/de/python-net/automating...
  8. 記録

    記録...is_composite) : include_next_paragraph(endNode, nodes) # ノード マーカー間のノードを返します。...is_inline(node: aw.Node): # ノードが Paragraph または Table ノードの子孫であり、段落または...

    blog.aspose.com/ja/words/extract-text-from-word...
  9. Catatan Kaki Catatan Akhir|Aspose.PDF untuk Lay...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... < Paragraphs > < Paragraph > < TextRuns > < TextRun...</ TextRuns > </ Paragraph > </ Paragraphs > </ Textbox > I'm...

    docs.aspose.com/pdf/id/reportingservices/footno...
  10. 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/