Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 18,953 for

paragraphs

(0.29 sec)
  1. FrameFormat.IsFrame | Aspose.Words لـ .NET

    اكتشف خاصية FrameFormat IsFrame. حدّد بسهولة ما إذا كانت فقرتك إطارًا، مما يُحسّن تخطيط وتصميم مستندك....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/ar/net/aspose.words/...
  2. Utilisation de la table des matières dans Java|...

    Champ de la Table des matières en détails. Comment créer et modifier un champ `TOC` à l'aide de Java.... Par exemple, un paragraphe avec un style Heading 1 sera...dans le TOC tandis qu’un paragraphe avec Heading 2 sera traité...

    docs.aspose.com/words/fr/java/working-with-tabl...
  3. Markdown를 DOM로 번역하세요|Python via .NET용 Aspose.Words

    Markdown 문서를 Document Object Model로 변환하고 Python을 사용하여 다시 변환합니다. 따라서 복잡한 기존 Markdown로 작업하고 처음부터 프로그래밍 방식으로 Markdown 문서를 만들 수 있습니다.... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/ko/python-net/translate-m...
  4. 아카이브

    아카이브... 이들은 블록 수준(Paragraph, Table) 또는 인라인 수준(예: Run,...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...

    blog.aspose.com/ko/words/extract-text-from-word...
  5. Gestionar párrafos de texto de PowerPoint en PH...

    Domina el formato de párrafos con Aspose.Slides para PHP mediante Java — optimiza alineación, espaciado y estilo en presentaciones PPT, PPTX y ODP....Slides proporciona la clase Paragraph para permitirle añadir objetos...representan fragmentos. Un objeto Paragraph puede tener uno o varios fragmentos...

    docs.aspose.com/slides/es/php-java/manage-parag...
  6. TableStyle class | Aspose.Words for Python

    aspose.words.TableStyle class. Represents a table style...formatting properties of a paragraph style. (Inherited from Style...(Inherited from Style ) next_paragraph_style_name Gets/sets the name...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ハイパーリンク|Aspose.Slides ドキュメント

    Aspose.Slides for Java でハイパーリンクを追加および管理します。テキスト、シェイプ、画像にリンクし、PPT、PPTX、ODP のターゲットやアクションを Java のサンプルで設定します。...( "Aspose" ); IParagraph paragraph = shape . getTextFrame ()...); IPortion textPortion = paragraph . getPortions (). get_Item...

    docs.aspose.com/slides/ja/java/examples/element...
  8. Ajouter du texte à un PDF en utilisant C#|Aspos...

    Apprenez à ajouter du texte à un document PDF en .NET en utilisant Aspose.PDF pour l'amélioration du contenu et l'édition de documents....); // Create text paragraph var paragraph = new Aspose . Pdf...Set subsequent lines indent paragraph . SubsequentLinesInden = 20...

    docs.aspose.com/pdf/fr/net/add-text-to-pdf-file/
  9. Remplacer du texte dans un PDF|Aspose.PDF for .NET

    En savoir plus sur les différentes manières de remplacer et de supprimer du texte de la bibliothèque Aspose.PDF for .NET....page où se trouve la classe Paragraph actuelle. $P est remplacé...TextFragment à la collection de paragraphes des documents PDF, il ne...

    docs.aspose.com/pdf/fr/net/replace-text-in-pdf/
  10. PowerPoint-Text in C++ formatieren|Aspose.Slide...

    Formatieren und gestalten Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für C++. Passen Sie Schriftarten, Farben, Ausrichtungen und mehr an....0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/de/cpp/text-formatting/