Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 18,531 for

paragraphs

(2.58 sec)
  1. Gérer les propriétés de présentation avec Pytho...

    Maîtrisez les propriétés de présentation dans Aspose.Slides for Python via .NET et simplifiez la recherche, le branding et le flux de travail dans vos fichiers PowerPoint....[ 0 ] paragraph = auto_shape . text_frame . paragraphs [ 0 ]...] paragraph . portions . clear () new_portion = slides . Portion...

    docs.aspose.com/slides/fr/python-net/presentati...
  2. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...can have text, can contain Paragraph and Table nodes as children...CompositeNode ) first_paragraph Gets the first paragraph in the shape...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Extraheer tekst en afbeeldingen uit PPT-bestand...

    Python broncode om PPT presentatie te ontleden....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/nl/python-net/parser...
  4. Travailler avec des Graphiques dans un fichier ...

    Cet article explique ce qu'est un Graphique, comment créer un objet rectangle rempli, et d'autres fonctions...est un élément de niveau paragraphe et peut être ajouté à la...la collection de Paragraphes dans une instance de Page. Une instance...

    docs.aspose.com/pdf/fr/net/working-with-graphs/
  5. استخراج متن و تصاویر از فایل های ODP با استفاده...

    کد منبع Python برای تجزیه ODP ارائه....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/fa/python-net/parser...
  6. แยกข้อความและรูปภาพจากไฟล์ ODP โดยใช้ Python | ...

    ซอร์สโค้ด Python เพื่อแยกวิเคราะห์การนำเสนอ ODP...range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/th/python-net/parser...
  7. Ejemplo de Hola Mundo usando el lenguaje C#|Asp...

    Esta muestra demuestra cómo crear un documento PDF simple con el texto Hola Mundo usando Aspose.PDF...TextFragment a la colección de Paragraph de la página. Guardar el documento...Add text to new page page . Paragraphs . Add ( new Aspose . Pdf...

    docs.aspose.com/pdf/es/net/hello-world-example/
  8. Estrai testo e immagini da file ODP utilizzando...

    Python codice sorgente per analizzare la presentazione ODP....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/it/python-net/parser...
  9. המונחים: Layout Options Python|Aspose.Words עבו...

    המונחים: Layout אפשרויות עבור פריסות מסמך שונות Python.... show_paragraph_marks - A Boolean ערך, המצביע...אינו גלוי אלא אם כן show_paragraph_marks הנכס נועד להפוך אותו...

    docs.aspose.com/words/he/python-net/specify-lay...
  10. How to Create Table in Word Document using C#

    A step-by-step tutorial on how to create table in Word document using C# code. Programmatically create table in Word using C# with an Aspose DocumentBuilder and DOM classes....AppendChild method to insert paragraph text Create multiple rows...using Table, Row, Cell and Paragraph classes. Updated on 07 Oct...

    kb.aspose.com/words/net/how-to-create-table-in-...