Sort Score
Result 10 results
Languages All
Labels All
Results 5,551 - 5,560 of 18,326 for

paragraph

(0.17 sec)
  1. PDF内のテキストをPythonで回転させる|Aspose.PDF for Python vi...

    PDFにテキストを回転させるさまざまな方法を学びます。Aspose.PDFを使用すると、任意の角度にテキストを回転させたり、テキストの断片や全文を回転させたりできます。...TextParagraph paragraph = new TextParagraph (); paragraph . Position...テキストフラグメントを段落に追加 paragraph . AppendLine ( textFragment1 ); paragraph . AppendLine...

    docs.aspose.com/pdf/ja/python-net/rotate-text-i...
  2. Python를 사용하여 Markdown 만들기

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

    products.aspose.com/words/ko/python-net/make/md/
  3. ทำให้ DOC โดยใช้ Python

    สร้าง DOC ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง DOC อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/th/python-net/make/doc/
  4. Tạo DOCX Bằng Python

    Tạo một DOCX mới trong Python trong một vài bước. Dễ dàng tạo DOCX bằng Python via .NET thư viện....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/vi/python-net/make/docx/
  5. 使用 Python 製作 WORD

    通過幾個步驟在 Python 中創建一個新的 WORD。使用 Python via .NET 庫輕鬆創建 WORD。...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/zh-hant/python-net/ma...
  6. ทำให้ WORD โดยใช้ Python

    สร้าง WORD ใหม่ใน Python ในไม่กี่ขั้นตอน สร้าง WORD อย่างง่ายดายโดยใช้ไลบรารี Python via .NET...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/th/python-net/make/word/
  7. Hyperlinks in Präsentationen mit Python verwalt...

    Verwalten Sie Hyperlinks in PowerPoint- und OpenDocument-Präsentationen mühelos mit Aspose.Slides für Python via .NET – verbessern Sie Interaktivität und Arbeitsabläufe in wenigen Minuten.... paragraphs [ 0 ] . portions [ 0 ] text_portion...text_frame . paragraphs . clear () paragraph = slides . Paragraph () paragraph...

    docs.aspose.com/slides/de/python-net/manage-hyp...
  8. Управление гиперссылками в презентациях с Pytho...

    Легко управляйте гиперссылками в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides for Python via .NET — повышайте интерактивность и эффективность работы за считанные минуты.... paragraphs [ 0 ] . portions [ 0 ] text_portion...text_frame . paragraphs . clear () paragraph = slides . Paragraph () paragraph...

    docs.aspose.com/slides/ru/python-net/manage-hyp...
  9. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations.... Slides [ 0 ]); // Get paragraphs from the target shape (assumes...used) IParagraphCollection paragraphs = ( slide . Shapes [ 1 ]...

    docs.aspose.com/slides/net/developer-guide/tech...
  10. Gérer les portions de texte dans les présentati...

    Apprenez à gérer les portions de texte dans les présentations PowerPoint à l'aide d'Aspose.Slides pour C++, en améliorant les performances et la personnalisation....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/fr/cpp/portion/