Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 18,529 for

paragraphs

(0.71 sec)
  1. Архивы

    Архивы...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...getDocument()); paragraph.getChildNodes().add(currNode.deepClone(true));...

    blog.aspose.com/ru/words/extract-text-from-word...
  2. Automatisierung der PowerPoint-Generierung unte...

    Automatisieren Sie die Folienerstellung auf Cloud-Plattformen mit Aspose.Slides für Android—generieren, bearbeiten und konvertieren Sie PowerPoint- und OpenDocument-Dateien schnell und zuverlässig....text ) { Paragraph paragraph = new Paragraph (); paragraph . getParagraphFormat...( BulletType . Symbol ); paragraph . getParagraphFormat (). setIndent...

    docs.aspose.com/slides/de/androidjava/automatin...
  3. 档案

    档案...120, 300, 300); Paragraph para1 = new Paragraph(); para1.getPortions()...Slides for Java")); Paragraph para2 = new Paragraph(); para2.getPortions()...

    blog.aspose.com/zh/slides/convert-ppt-to-video-...
  4. Pythonでプレゼンテーションから数式をエクスポート|Aspose.Slides for P...

    Aspose.Slides for Python via .NET を使用して、PowerPoint から MathML へ数式をシームレスにエクスポートし、書式を保持し、互換性を向上させます。...) math_paragraph = auto_shape . text_frame . paragraphs [ 0 ]...portions [ 0 ] . math_paragraph math_paragraph . add ( math . MathematicalText...

    docs.aspose.com/slides/ja/python-net/exporting-...
  5. 搜索

    搜索...Paragraphs 屬性訪問其文本。 從段落的每個 部分 中檢索並打印文本。...foreach (Paragraph para in textFramesSlideOne[i].Paragraphs) { //遍歷當前段落中的部分...

    blog.aspose.com/zh-hant/slides/extract-text-fro...
  6. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. Copy sections between Documents....there will be no body or paragraph that you can edit. Aspose...a body with at least one paragraph using the EnsureMinimum method...

    docs.aspose.com/words/python-net/working-with-s...
  7. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....section, one body and one paragraph. // Call the "RemoveAllChildren"...>> ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Aspose.PDF С++ Contoh|Aspose.PDF untuk C++

    Halaman ini menunjukkan cara menggunakan pemrograman sederhana untuk membuat dokumen PDF yang berisi teks - Hello World...."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    docs.aspose.com/pdf/id/cpp/hello-world-example/
  9. Aspose.PDF С++ Exemple|Aspose.PDF pour C++

    Cette page montre comment utiliser une programmation simple pour créer un document PDF contenant le texte - Bonjour Monde....auto paragraphs = page -> get_Paragraphs (); paragraphs -> Add...

    docs.aspose.com/pdf/fr/cpp/hello-world-example/
  10. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。..." ); // Access the first paragraph and set its horizontal alignment...Left ); // Access the second paragraph and set its horizontal alignment...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...