Sort Score
Result 10 results
Languages All
Labels All
Results 7,021 - 7,030 of 18,529 for

paragraphs

(0.56 sec)
  1. Extraheer tekst en afbeeldingen uit ODP-bestand...

    Python broncode om ODP 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...
  2. Python'te Düzen Seçeneklerini Belirleyin|Python...

    Python'i kullanarak çeşitli belge düzenleri için Düzen Seçeneklerini belirtin.... show_paragraph_marks – paragraf işareti karakterlerinin...paragraf işareti bulunur. show_paragraph_marks özelliği onu oluşturacak...

    docs.aspose.com/words/tr/python-net/specify-lay...
  3. Aspose.Words for Python

    Cette API vous permet d'effectuer toutes sortes d'opérations sur des fichiers Words en code Python, y compris la création, l'édition et la conversion, etc....avec Python Convertir un paragraphe en puces dans Word à l'aide...Python Convertir des puces en paragraphe dans un fichier Word à l'aide...

    kb.aspose.com/fr/words/python/page/2/
  4. NodeList.ToArray | Aspose.Words per .NET

    Converti senza sforzo NodeList in un array con il metodo ToArray, semplificando la manipolazione dei nodi e migliorando il flusso di lavoro di sviluppo web.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); Guarda...

    reference.aspose.com/words/it/net/aspose.words/...
  5. Aspose::Words::Loading::DocumentDirection enum ...

    Aspose::Words::Loading::DocumentDirection enum. Allows to specify the direction to flow the text in a document in C++....// the direction of every paragraph of text that Aspose.Words...loads from plaintext. // Each paragraph's "Bidi" property will store...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. ShapeBase.WrapType | Aspose.Words för .NET

    Upptäck ShapeBase WrapType-egenskapen, styr inbäddade eller flytande former och anpassa textbrytning för ökad layoutflexibilitet....AppendChild ( new Paragraph ( doc )); Paragraph para = textBox ...

    reference.aspose.com/words/sv/net/aspose.words....
  7. 使用C++创建PDF文档|Aspose.PDF for C++

    使用PDF文件的最受欢迎和基本的任务是从头开始创建文档。使用Aspose.PDF for C++库。...对象 将 TextFragment 添加到页面的 Paragraph 集合中 保存生成的PDF文档 void CreatePDF..."Hello World!" ); page -> get_Paragraphs () -> Add ( textFragment...

    docs.aspose.com/pdf/zh/cpp/create-document/
  8. Python 中 Hello World 的示例|Aspose.PDF for Python ...

    此示例演示如何使用 Aspose.PDF for Python via .NET 创建一个包含文本 Hello World 的简单 PDF 文档。...对象 将 TextFragment 添加到页面的 paragraphs 集合中 save() 生成的 PDF 文档 以下代码片段是一个..." ) # 将文本片段添加到新页面 page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/zh/python-net/hello-world-e...
  9. Section.Body | Aspose.Words for .NET

    Discover the Section Body property that retrieves the Body child node, enhancing your web development with streamlined content management....section, one body and one paragraph. // Call the "RemoveAllChildren"...contains at least one empty paragraph. body . EnsureMinimum ();...

    reference.aspose.com/words/net/aspose.words/sec...
  10. BaselineAlignment | Aspose.Words for Java

    Specifies fonts vertical position on a line in Java....Aligns to the baseline of the paragraph. BOTTOM Aligns to the bottom...Aligns to the baseline of the paragraph. BOTTOM public static int...

    reference.aspose.com/words/java/com.aspose.word...