Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 15,552 for

paragraphs

(0.08 sec)
  1. Node.Document | Aspose.Words لـ .NET

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

    reference.aspose.com/words/ar/net/aspose.words/...
  2. 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/...
  3. 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...
  4. Font.superscript property | Aspose.Words for Py...

    Font.superscript property. True if the font is formatted as superscript.... PARAGRAPH , 0 , True ) . as_paragraph () # Raise this...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Work with Text in a Table|Aspose.Words for C++

    Replace text in a table in C++. Extract Plain Text from Table or Cell using C++....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/cpp/work-with-text-in-a-t...
  6. Work with Text in a Table|Aspose.Words for Java

    Replace text in a table in Java. Extract Plain Text from Table or Cell using Java....existing text with multi-paragraph text. To do this, you need...level (per cell) or at the paragraph level. The following code...

    docs.aspose.com/words/java/extract-text-from-an...
  7. Section.body property | Aspose.Words for Node.js

    Section.body property. Returns the [Body](../../body/) child node of the section....section, one body and one paragraph. // Call the "RemoveAllChildren"...contains at least one empty paragraph. body . ensureMinimum ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 获取幻灯片中的所有文本|Aspose.Slides 文档

    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.... Paragraph paragraph in slidePart . Slide...DocumentFormat . OpenXml . Drawing . Paragraph >()) { // 创建一个新的字符串构造器。 StringBuilder...

    docs.aspose.com/slides/zh/net/get-all-the-text-...
  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/