Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 18,497 for

paragraphs

(0.51 sec)
  1. Aspose.Wordsรูปแบบวัตถุเอกสาร(DOM)ในC++|Aspose....

    รูปแบบวัตถุเอกสาร(DOM)เป็นตัวแทนในหน่วยความจำของเอกสารคำ อ่านจัดการและแก้ไขเนื้อหาและการฟอร์แมตของเอกสารคำด้วยC++....หนดอื่นเช่น Section หรือ Paragraph ได้มาจากคลาสของ CompositeNode...าง. Document , Section , Paragraph , Table , Shape , Run , แ...

    docs.aspose.com/words/th/cpp/aspose-words-docum...
  2. Exemple de Hello World en utilisant le langage ...

    Cet exemple montre comment créer un document PDF simple "Hello, World!" en utilisant Aspose.PDF pour Python...Obtenez la collection de paragraphes de la page en utilisant la...la fonction page_get_paragraphs . Créer un nouvel objet image...

    docs.aspose.com/pdf/fr/python-cpp/hello-world-e...
  3. 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...
  4. NodeCollection.add method | Aspose.Words for Py...

    NodeCollection.add method. Adds a node to the end of the collection....body, which in turn has a paragraph. # We can add contents to...shapes, or tables to that paragraph. self . assertEqual ( aw ...

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

    Archiwa... public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/pl/words/extract-text-from-word...
  6. Section constructor | Aspose.Words for Python

    Section constructor. Initializes a new instance of the Section class....section, one body and one paragraph. # Call the "RemoveAllChildren"...append_child ( body ) # Create a paragraph, set some formatting properties...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Archiwa

    Archiwa...is_composite) : include_next_paragraph(endNode, nodes) # Zwróć węzły...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/pl/words/extract-text-from-word...
  9. ParagraphFormat.keepTogether property | Aspose....

    ParagraphFormat.keepTogether property. True if all lines in the paragraph are to remain on the same page....True if all lines in the paragraph are to remain on the same...Examples Shows how to insert a paragraph into the document. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Rotar texto dentro de PDF usando C#|Aspose.PDF ...

    Aprende cómo rotar texto dentro de archivos PDF en .NET usando Aspose.PDF para ajustar la alineación del texto y mejorar la presentación.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/rotate-text-inside-pdf/