Sort Score
Result 10 results
Languages All
Labels All
Results 5,361 - 5,370 of 18,543 for

paragraphs

(0.45 sec)
  1. C++ で PowerPoint プレゼンテーションをビデオに変換する|Aspose.Slid...

    C++ で PowerPoint プレゼンテーションをビデオに変換する方法を学びます。サンプルコードと自動化手法を活用してワークフローを効率化しましょう。...SharedPtr < Paragraph > para1 = System :: MakeObject < Paragraph > ();...SharedPtr < Paragraph > para2 = System :: MakeObject < Paragraph > ();...

    docs.aspose.com/slides/ja/cpp/convert-powerpoin...
  2. ParagraphFormat.firstLineIndent property | Aspo...

    ParagraphFormat.firstLineIndent property. Gets or sets the value (in points) for a first line or hanging indent...Examples Shows how to insert a paragraph into the document. let doc..."Writeln" method ends the paragraph after appending text // and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OfficeMath.ParentParagraph | Aspose.Words for .NET

    Discover the OfficeMath ParentParagraph property to easily access the parent Paragraph of any node, enhancing your document formatting and structure....the parent Paragraph of this node. public Paragraph ParentParagraph...OfficeMath.docx" ); See Also class Paragraph class OfficeMath namespace...

    reference.aspose.com/words/net/aspose.words.mat...
  4. أرشيف

    أرشيف...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...getDocument()); paragraph.getChildNodes().add(currNode.deepClone(true));...

    blog.aspose.com/ar/words/extract-text-from-word...
  5. ארכיון

    ארכיון...BOOKMARK_END) { Paragraph paragraph = new Paragraph(currNode.getDocument());...getDocument()); paragraph.getChildNodes().add(currNode.deepClone(true));...

    blog.aspose.com/he/words/extract-text-from-word...
  6. IReplacingCallback Interface | Aspose.Words per...

    Migliora l'elaborazione dei tuoi documenti con l'interfaccia IReplacingCallback di Aspose.Words. Crea metodi di ricerca e sostituzione personalizzati per risultati su misura.... Paragraph para = ( Paragraph ) args . MatchNode.... NodeType == NodeType . Paragraph || insertionDestination ....

    reference.aspose.com/words/it/net/aspose.words....
  7. Архів

    Архів...Paragraphs.Add(Table) . Збережіть PDF-файл...таблицю на сторінку page.Paragraphs.Add(table); // Збережіть...

    blog.aspose.com/uk/pdf/create-table-in-pdf-file...
  8. Aspose.Words DOM|Python via .NET용 Aspose.Words

    Document Object Model(DOM)는 Word 문서의 메모리 내 표현입니다. Python을 사용하여 Word 문서의 내용과 서식을 읽고, 조작하고, 수정합니다....포함할 수 있는 노드(예: Section 또는 Paragraph )는 CompositeNode 클래스에서 파생되고...다이어그램의 Document , Section , Paragraph , Table , Shape , Run 및 기타...

    docs.aspose.com/words/ko/python-net/aspose-word...
  9. Конвертировать презентации PowerPoint в видео н...

    Узнайте, как конвертировать презентации PowerPoint и OpenDocument в видео с помощью Python. Откройте примеры кода и методы автоматизации, чтобы оптимизировать ваш рабочий процесс.... Paragraph () para1 . portions . add...Python" )) para2 = slides . Paragraph () para2 . portions . add...

    docs.aspose.com/slides/ru/python-net/convert-po...
  10. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....setText("Add text to this paragraph."); builder.getCurrentParagraph()...then appears in the parent Paragraph's RunCollection. RunCollection...

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