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

paragraphs

(0.21 sec)
  1. הפוך את DOC באמצעות Python

    צור DOC חדש ב Python במספר שלבים. צור בקלות את DOC באמצעות ספריית Python via .NET....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/he/python-net/make/doc/
  2. CompositeNode.getChild method | Aspose.Words fo...

    CompositeNode.getChild method. Returns an Nth child node that matches the specified type....the first paragraph of this document. let paragraph = doc . getParagraph...getParagraph ( 0 , true ); paragraph . appendChild ( new aw . Run...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Форматирование текста PowerPoint на C++|Докумен...

    Форматирование и стилизация текста в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для C++. Настройка шрифтов, цветов, выравнивания и прочего....0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/ru/cpp/text-formatting/
  4. 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/
  5. 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/
  6. How to adjust space in table in aspose word tem...

    Hi Team, Could you please assist me on below query. How to remove spacing in aspose word template table. And how to create aspose word template with same alignment with respect to a reference rdlc report. Below mention…...Engine) Edit the template – paragraph spacing Open coverTemplateISO1702...AppliedStandard row (or the empty paragraph that appears between the two...

    forum.aspose.com/t/how-to-adjust-space-in-table...
  7. 数式テキスト|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...
  8. Gérer les hyperliens de présentation dans .NET|...

    Gérez facilement les hyperliens dans les présentations PowerPoint et OpenDocument avec Aspose.Slides pour .NET — améliorez l'interactivité et le flux de travail en quelques minutes.... Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...com/" ); shape1 . TextFrame . Paragraphs [ 0 ]. Portions [ 0 ]. PortionFormat...

    docs.aspose.com/slides/fr/net/manage-hyperlinks/
  9. Rotar Texto Dentro de PDF usando Python|Aspose....

    Aprenda diferentes maneras de rotar texto en PDF. Aspose.PDF le permite rotar texto a cualquier ángulo, rotar un fragmento de texto o un párrafo completo....TextParagraph paragraph = new TextParagraph (); paragraph . Position...párrafo paragraph . AppendLine ( textFragment1 ); paragraph . AppendLine...

    docs.aspose.com/pdf/es/python-net/rotate-text-i...
  10. 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...