Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 18,545 for

paragraphs

(0.2 sec)
  1. Python를 사용하여 DOCX 만들기

    몇 단계를 거쳐 Python에서 새 DOCX를 만드세요. Python via .NET 라이브러리를 사용하여 DOCX을 쉽게 생성합니다....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/ko/python-net/make/docx/
  2. Python를 사용하여 DOC 만들기

    몇 단계를 거쳐 Python에서 새 DOC를 만드세요. Python via .NET 라이브러리를 사용하여 DOC을 쉽게 생성합니다....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/ko/python-net/make/doc/
  3. Превод Markdown до DOM|Aspose.Words вместо Pyth...

    Тарнслат а Markdown документ към Document Object Model и обратно използване Python. Така че можете да работите със сложни съществуващи Markdown и програмно създаване на Markdown документ от нулата.... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/bg/python-net/translate-m...
  4. Übersetzen Sie Markdown in DOM|Aspose.Words für...

    Konvertieren Sie ein Markdown-Dokument mithilfe von Python in Document Object Model und zurück. So können Sie mit komplexen vorhandenen Markdown-Dateien arbeiten und programmgesteuert ein Markdown-Dokument von Grund auf erstellen.... paragraph_format . style_name = "Heading...previous paragraph to not combine styles between paragraphs. builder...

    docs.aspose.com/words/de/python-net/translate-m...
  5. Hipervínculo|Documentación de Aspose.Slides par...

    Añade, edita y elimina hipervínculos en Python con Aspose.Slides: texto de enlaces, formas, diapositivas, URL y correo electrónico; define destinos y acciones para PPT, PPTX y ODP.... paragraphs [ 0 ] . portions [ 0 ] text_portion...text_portion = shape . text_frame . paragraphs [ 0 ] . portions [ 0 ] hyperlink...

    docs.aspose.com/slides/es/python-net/examples/e...
  6. Aspose.Words DOM|Python via .NET 格式的 Aspose.Words

    Document Object Model (DOM) 是 Word 文档的内存表示形式。使用 Python 读取、操作和修改 Word 文档的内容和格式。...可以包含其他节点的节点(例如 Section 或 Paragraph )派生自 CompositeNode 类,而 CompositeNode...时,将创建对象树,如下图所示。 Document 、 Section 、 Paragraph 、 Table 、 Shape 、 Run 以及图表上的所有其他省略号都是表示...

    docs.aspose.com/words/zh/python-net/aspose-word...
  7. DocumentVisitor Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.DocumentVisitor، وهي الأساس لإنشاء زوار مستندات مخصصين لتحسين معالجة المستندات ومعالجتها....virtual VisitParagraphEnd ( Paragraph ) يتم استدعاؤها عند انتهاء...virtual VisitParagraphStart ( Paragraph ) يتم استدعاؤها عند بدء تعداد...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. MD 저장 – C# 파서 – Aspose.HTML for .NET

    C#에서 Markdown 파일을 저장하기 위한 코드입니다. C# 라이브러리를 사용하여 Markdown을 구문 분석, 편집 및 저장합니다....Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...texts to the paragraph paragraph.AppendChild(mdf.Text( "Markdown...

    products.aspose.com/html/ko/net/save-md/
  9. C++ で PowerPoint テキストをフォーマット|Aspose.Slides ドキュメント

    Aspose.Slides for C++ を使用して、PowerPoint および OpenDocument のプレゼンテーションでテキストをフォーマットおよびスタイル設定します。フォント、色、配置などをカスタマイズできます。...0f ); auto paragraphs = autoShape -> get_TextFrame...get_TextFrame () -> get_Paragraphs (); paragraphs -> Clear (); System...

    docs.aspose.com/slides/ja/cpp/text-formatting/
  10. ParagraphAlignment enumeration | Aspose.Words f...

    Aspose.Words.ParagraphAlignment enumeration. Specifies text alignment in a paragraph....Specifies text alignment in a paragraph. Members Name Description...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/nodejs-net/aspose.wo...