Sort Score
Result 10 results
Languages All
Labels All
Results 5,421 - 5,430 of 18,521 for

paragraph

(0.09 sec)
  1. ReplaceAction Enum | Aspose.Words per .NET

    Scopri l'enum Aspose.Words.ReplaceAction per controllare i risultati delle corrispondenze nelle operazioni di sostituzione, migliorando l'efficienza e la precisione della modifica dei documenti.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/it/net/aspose.words....
  2. Archiwa

    Archiwa... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/pl/words/extract-text-from-word...
  3. Автоматизация создания PowerPoint в Python: лег...

    Автоматизируйте создание слайдов в облачных платформах с помощью Aspose.Slides for Python — быстро и надёжно генерируйте, редактируйте и конвертируйте файлы PowerPoint и OpenDocument....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/ru/python-net/automating...
  4. Texte mathématique|Documentation Aspose.Slides

    Explorez les exemples MathematicalText d'Aspose.Slides pour Android : créez et formatez des équations, des fractions, des matrices et des symboles avec Java dans des présentations PPT, PPTX et ODP....Accéder au paragraphe mathématique. IParagraph paragraph = mathShape...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/androidjava/examples/...
  5. 在 C++ 中为 PowerPoint 文本添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 演示文稿中创建动态动画文本,提供易于遵循、已优化的 C++ 代码示例。...() -> idx_get ( 0 )); auto paragraph = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs () -> idx_get ( 0 ); // 为选定的段落添加 Fly...

    docs.aspose.com/slides/zh/cpp/animated-text/
  6. Hyperlien|Documentation d'Aspose.Slides pour No...

    Ajoutez et gérez les hyperliens dans Aspose.Slides pour Node.js: texte du lien, formes et images, définissez les cibles et les actions pour PPT, PPTX et ODP avec des exemples....setText ( "Aspose" ); let paragraph = shape . getTextFrame ()...( 0 ); let textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/fr/nodejs-java/examples/...
  7. Hyperlien|Documentation d'Aspose.Slides pour PHP

    Ajouter, modifier et supprimer des hyperliens en PHP avec Aspose.Slides : texte de lien, formes, diapositives, URL et e‑mail ; définir les cibles et les actions pour PPT, PPTX et ODP....-> setText ( "Aspose" ); $paragraph = $shape -> getTextFrame ()...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/fr/php-java/examples/ele...
  8. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions of a …...Paragraphs.Add(para); //add a new page...ignored if there are any paragraphs on ANY page in the document...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...
  9. Анимировать текст 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/
  10. ListLabel Class | Aspose.Words per .NET

    Esplora la classe Aspose.Words.Lists.ListLabel per migliorare la formattazione del documento con proprietà personalizzabili delle etichette di elenco, per un controllo e una presentazione migliori.... Paragraph , true ); // Verifica se abbiamo...foreach ( Paragraph paragraph in paras . OfType < Paragraph >(). Where...

    reference.aspose.com/words/it/net/aspose.words....