Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 18,497 for

paragraphs

(0.14 sec)
  1. Rotate Text Inside PDF using C++|Aspose.PDF for...

    Learn how to rotate text within a PDF document in C++ using Aspose.PDF to adjust text orientation and improve layout....auto paragraph = MakeObject < TextParagraph > (); paragraph ->...text fragments to the paragraph paragraph -> AppendLine ( textFragment1...

    docs.aspose.com/pdf/cpp/rotate-text-inside-pdf/
  2. Faire pivoter du texte dans un PDF en utilisant...

    Apprenez à faire pivoter du texte dans des fichiers PDF en .NET en utilisant Aspose.PDF pour ajuster l'alignement du texte et améliorer la présentation.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/fr/net/rotate-text-inside-pdf/
  3. 数式テキスト|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/ja/cpp/examples/elements...
  4. Hyperlien|Documentation Aspose.Slides

    Ajouter et gérer les hyperliens dans Aspose.Slides for C++: texte du lien, formes et images, définir les cibles et les actions pour PPT, PPTX et ODP avec des exemples en C++....auto paragraph = shape -> get_TextFrame () -> get_Paragraph ( 0...0 ); auto textPortion = paragraph -> get_Portion ( 0 ); textPortion...

    docs.aspose.com/slides/fr/cpp/examples/elements...
  5. ControlChar.NON_BREAKING_SPACE_CHAR property | ...

    ControlChar.NON_BREAKING_SPACE_CHAR property. Non-breaking space character: (char)160....new line and starts a new paragraph. self . assertEqual ( 1 ,...get_child_nodes ( aw . NodeType . PARAGRAPH , True ) . count ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Archiwa

    Archiwa...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Dodaj...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/pl/slides/apply-animation-to-te...
  7. Archiv

    Archiv...IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; // Přidat...Timeline.MainSequence.AddEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/cs/slides/apply-animation-to-te...
  8. TabStopCollection Class | Aspose.Words per .NET

    Scopri Aspose.Words.TabStopCollection. Gestisci facilmente tabulazioni personalizzate per paragrafi e stili, migliorando la formattazione dei tuoi documenti con precisione....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // Ogni paragrafo...

    reference.aspose.com/words/it/net/aspose.words/...
  9. Aspose::Words::Node::get_ParentNode method | As...

    Aspose::Words::Node::get_ParentNode method. Gets the immediate parent of this node in C++....SharedPtr < Aspose :: Words :: Paragraph > para = doc -> get_FirstSection...node to the document's first paragraph. auto run = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. HeaderFooter.is_header property | Aspose.Words ...

    HeaderFooter.is_header property. True if this [HeaderFooter](../) object is a header....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...