Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 18,953 for

paragraphs

(0.27 sec)
  1. 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-...
  2. 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-...
  3. 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...
  4. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  5. IsInLineParagraph only works on first page Foot...

    When using the IsInLineParagraph = true option inside of a HeaderFooter, the paragraph is properly rendered as inline on the first page, however on subsequent pages the paragraph is rendered as if IsInLineParagraph = fal…...inside of a HeaderFooter, the paragraph is properly rendered as inline...however on subsequent pages the paragraph is rendered as if IsInLineParagraph...

    forum.aspose.com/t/isinlineparagraph-only-works...
  6. Comment éliminer les sauts de page dans Word à ...

    Cet article explique comment éliminer les sauts de page dans Word à l'aide de Java. Il contient des détails sur les paramètres d'environnement, une liste d'étapes de programmation et un exemple de code exécutable pour supprimer tous les sauts de page dans Word à l'aide de Java....accédez aux paragraphes Parcourez tous les paragraphs pour trouver...page avant chaque paragraphe Dans un paragraphe, parcourez toutes...

    kb.aspose.com/fr/words/java/how-to-eliminate-pa...
  7. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....after the paragraph containing the matched text. Paragraph para =...= (Paragraph) args.getMatchNode().getParentNode(); insertDocument(para...

    reference.aspose.com/words/java/com.aspose.word...
  8. Travailler avec des styles en C++|Aspose.Words ...

    Fonctionnalités de formatage Microsoft Word améliorées, travaillant avec des styles et des thèmes en utilisant C++....répertorier et compter les paragraphes et les suites de texte formatés...formaté avec un style de paragraphe spécifique et un style de...

    docs.aspose.com/words/fr/cpp/working-with-style...
  9. MarkdownLoadOptions.ImportUnderlineFormatting |...

    اكتشف خاصية MarkdownLoadOptions ImportUnderlineFormatting. تحكّم بتنسيق النص المسطر باستخدام إعداد منطقي بسيط. حسّن تجربة Markdown الخاصة بك!... loadOptions ); Paragraph para = ( Paragraph ) doc . GetChild...GetChild ( NodeType . Paragraph , 0 , true ); Assert . AreEqual ( Underline...

    reference.aspose.com/words/ar/net/aspose.words....
  10. .NET で PowerPoint テキスト段落を管理|Aspose.Slides ドキュメント

    Aspose.Slides for .NET を使用して段落書式設定をマスターし、C# の PPT、PPTX、ODP プレゼンテーションで配置、間隔、スタイルを最適化します。...TextFrame ; // 異なるテキスト書式を持つ Paragraph と Portion を作成します IParagraph...IParagraph para0 = tf . Paragraphs [ 0 ]; IPortion port01 = new Portion...

    docs.aspose.com/slides/ja/net/manage-paragraph/