Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 19,019 for

paragraphs

(0.16 sec)
  1. Lưu trữ

    Lưu trữ...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # thêm...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/vi/slides/apply-text-animation-...
  2. MathText|Aspose.Slides for PHP Documentation

    Work with math text in PHP using Aspose.Slides: create and edit equations, fractions, radicals, scripts, formatting, and render results for PPT and PPTX....// Access the math paragraph. $paragraph = $mathShape -> getTextFrame...get_Item ( 0 ); $portion = $paragraph -> getPortions () -> get_Item...

    docs.aspose.com/slides/php-java/examples/elemen...
  3. CompositeNode class | Aspose.Words for Python

    aspose.words.CompositeNode class. Base class for nodes that can contain other nodes...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...
  4. Nettoyer Avant ou Pendant Mail Merge|Aspose.Wor...

    Appliquez différentes options de nettoyage et de suppression, telles que la suppression des champs de fusion avant d'effectuer une opération Mail Merge ou la suppression des régions inutilisées lors d'une opération Mail Merge à l'aide de C#....champs contenant ou les paragraphes vides. L’exemple de code...champs, des régions et des paragraphes non fusionnés d’un modèle...

    docs.aspose.com/words/fr/net/clean-up-before-or...
  5. Chercher

    chercher...Paragraphs . Récupérez et imprimez le...texte de chaque partie du paragraphe. L’exemple de code suivant...

    blog.aspose.com/fr/slides/extract-text-from-pow...
  6. Section Breaks Lost During Document.Save() in A...

    Description: We are encountering a critical issue where section breaks are being lost or corrupted when using Document.Save() to overwrite DOCX files. This results in improper page layout—multi-page documents collapse i…...childNodes[i]; if (subNode is Paragraph para) { if (para.ParagraphFormat...nodeToRemove in nodesToRemove) { Paragraph node1 = nodeToRemove.NextSibling...

    forum.aspose.com/t/section-breaks-lost-during-d...
  7. 数式テキスト|Aspose.Slides for Python ドキュメント

    Python で Aspose.Slides を使用して数式テキストを操作します:方程式、分数、根号、スクリプトの作成と編集、書式設定、PPT および PPTX 用の結果のレンダリング。... math_paragraph = math_shape . text_frame . paragraphs [ 0 ]...] . portions [ 0 ] . math_paragraph # 簡単な分数を追加します: x / y. fraction...

    docs.aspose.com/slides/ja/python-net/examples/e...
  8. Архивы

    Архивы...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Добавить...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/ru/slides/apply-animation-to-te...
  9. أرشيف

    أرشيف...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // أضف...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/ar/slides/apply-animation-to-te...
  10. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless document editing....inline node or to the end of a paragraph. public void MoveTo ( Node...must be a paragraph or a direct child of a paragraph. Remarks...

    reference.aspose.com/words/net/aspose.words/doc...