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

paragraphs

(1.12 sec)
  1. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....lastParagraph property Gets the last paragraph in the story. get lastParagraph...lastParagraph () : Aspose . Words . Paragraph Examples Shows how to insert...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Absatz von einer Präsentation zur anderen versc...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName = FilePath + "Move a Paragraph from One Presentation to Another...DestFileName = FilePath + "Move a Paragraph from One Presentation to Another...

    docs.aspose.com/slides/de/net/move-a-paragraph-...
  3. Переместить абзац из одной презентации в другую...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....FileName = FilePath + "Move a Paragraph from One Presentation to Another...DestFileName = FilePath + "Move a Paragraph from One Presentation to Another...

    docs.aspose.com/slides/ru/net/move-a-paragraph-...
  4. CompositeNode.GetChildNodes | Aspose.Words för ...

    Upptäck metoden CompositeNode GetChildNodes – hämta enkelt en livesamling av underordnade noder anpassade till din angivna typ för förbättrad prestanda.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/sv/net/aspose.words/...
  5. Faire pivoter le texte à l'intérieur d'un PDF e...

    Découvrez différentes façons de faire pivoter du texte dans un PDF. Aspose.PDF vous permet de faire pivoter du texte à n'importe quel angle, de faire pivoter un fragment de texte ou un paragraphe entier....TextParagraph paragraph = new TextParagraph (); paragraph . Position...fragments de texte au paragraphe paragraph . AppendLine ( textFragment1...

    docs.aspose.com/pdf/fr/python-net/rotate-text-i...
  6. أتمتة إنشاء PowerPoint في Python: إنشاء عروض تق...

    أتمتة إنشاء الشرائح على منصات السحابة باستخدام Aspose.Slides لـ Python—إنشاء، تحرير، وتحويل ملفات PowerPoint وOpenDocument بسرعة وموثوقية....create_bullet_paragraph ( text ): paragraph = slides . Paragraph () paragraph...paragraph . paragraph_format . bullet . type = slides . BulletType...

    docs.aspose.com/slides/ar/python-net/automating...
  7. PowerPoint-Text in Python formatieren|Aspose.Sl...

    Erfahren Sie, wie Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET formatieren und gestalten. Passen Sie Schriftarten, Farben, Ausrichtungen und mehr mit leistungsstarken Python-Codebeispielen an.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/de/python-net/text-forma...
  8. InlineStory.story_type property | Aspose.Words ...

    InlineStory.story_type property. Returns the type of the story....last child of the node is a paragraph, # for us to be able to click...assertEqual ( aw . NodeType . PARAGRAPH , footnote . last_child ....

    reference.aspose.com/words/python-net/aspose.wo...
  9. Table Overview|Aspose.Words for Python

    Work with tables and their components such as cells, rows, columns in Aspose.Words for Python. How to work with tables in Python....nesting, the need for an empty paragraph between consecutive tables...table and is made up of a Paragraph and other block level nodes...

    docs.aspose.com/words/python-net/table-overview/
  10. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....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...