Sort Score
Result 10 results
Languages All
Labels All
Results 6,851 - 6,860 of 15,552 for

paragraph

(0.09 sec)
  1. Exportando Ecuaciones Matemáticas|Documentación...

    Exportar ecuaciones matemáticas de PowerPoint en Python... paragraphs [ 0 ] . portions [ 0 ] . math_paragraph mathParagraph...

    docs.aspose.com/slides/es/python-net/exporting-...
  2. Экспорт математических уравнений|Документация A...

    Экспорт математических уравнений PowerPoint на Python... paragraphs [ 0 ] . portions [ 0 ] . math_paragraph mathParagraph...

    docs.aspose.com/slides/ru/python-net/exporting-...
  3. Szöveg és képek kibontása a PPTX fájlokból a Py...

    Python forráskód a PPTX prezentáció elemzéséhez....range(len(textFramesPPTX)): # Loop through paragraphs in current ITextFrame for...para in textFramesPPTX[i] . paragraphs: # Loop through portions...

    products.aspose.com/slides/hu/python-net/parser...
  4. Documentation

    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....Tambahkan TextFragment ke koleksi paragraphs dari halaman save() dokumen...teks ke halaman baru page . paragraphs . add ( text_fragment ) #...

    docs.aspose.com/pdf/id/python-net/get-started/h...
  5. Node.Document | Aspose.Words لـ .NET

    Node Document ملكية. الحصول على المستند الذي تنتمي إليه هذه العقدة في C#....new Document (); Paragraph para = new Paragraph ( doc ); para ...

    reference.aspose.com/words/ar/net/aspose.words/...
  6. NodeList.GetEnumerator | Aspose.Words per .NET

    NodeList GetEnumerator metodo. Fornisce una semplice iterazione di stile foreach sulla raccolta di nodi in C#.... WriteLine ( $"Table paragraph index {index++}, contents:...Assert . AreEqual ( typeof ( Paragraph ), node . GetType ()); Guarda...

    reference.aspose.com/words/it/net/aspose.words/...
  7. Cell.NodeType | Aspose.Words for .NET

    Discover the Cell NodeType property that efficiently returns Cell data. Enhance your coding with our comprehensive guide and unlock its full potential!...= new Document ( MyDir + "Paragraphs.docx" ); // Any node that...Words Cell.NextCell Cell.Paragraphs English Русский 简体中文 عربي...

    reference.aspose.com/words/net/aspose.words.tab...
  8. HtmlSaveOptions.save_format property | Aspose.W...

    HtmlSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...the document into heading paragraphs. # This is useful for readers...DocumentSplitCriteri . HEADING_PARAGRAPH # Specify that we want to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Créer un document PDF|Aspose.PDF pour C++

    Cet article décrit comment créer et formater le document PDF avec Aspose.PDF pour C++....TextFragment à la collection Paragraphs de la page Enregistrez le...auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/fr/cpp/create-pdf-document/
  10. Bekerja dengan Judul di PDF|Aspose.PDF untuk C++

    Buat penomoran dalam judul dokumen PDF Anda dengan C++. Aspose.PDF untuk C++ menunjukkan berbagai jenis gaya penomoran....get_Margin ()); pdfPage -> get_Paragraphs () -> Add ( floatBox ); auto...( true ); floatBox -> get_Paragraphs () -> Add ( heading ); auto...

    docs.aspose.com/pdf/id/cpp/working-with-headings/