Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 15,599 for

paragraphs

(0.1 sec)
  1. 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/
  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. 使用 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...
  4. TabAlignment enumeration | Aspose.Words for Python

    aspose.words.TabAlignment enumeration. Specifies the alignment/type of a tab stop....set custom tab stops for a paragraph. doc = aw . Document () para...body . first_paragraph # If we are in a paragraph with no tab...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TabLeader enumeration | Aspose.Words for Python

    aspose.words.TabLeader enumeration. Specifies the type of the leader line displayed under the tab character....set custom tab stops for a paragraph. doc = aw . Document () para...body . first_paragraph # If we are in a paragraph with no tab...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Faire Pivoter le Texte à l'Intérieur du PDF|Asp...

    Apprenez différentes façons de faire pivoter du texte dans un PDF. Aspose.PDF vous permet de faire pivoter le texte à n'importe quel angle, faire pivoter un fragment de texte ou un paragraphe entier....TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...fragments de texte au paragraphe paragraph . appendLine ( textFragment1...

    docs.aspose.com/pdf/fr/java/rotate-text-inside-...
  7. Comment supprimer un saut de page dans Word à l...

    Cet article explique comment supprimer un saut de page dans Word à l'aide de Python. Il partage des détails sur les paramètres de l'IDE, une liste de tâches et un exemple de code exécutable pour supprimer tous les sauts de page dans Word à l'aide de Python....accédez à son paragraphs Parcourez tous les paragraphes et vérifiez...sauts de page avant chaque paragraphe Définissez la propriété page_break_before...

    kb.aspose.com/fr/words/python/how-to-delete-pag...
  8. TxtSaveOptionsBase Class | Aspose.Words per .NET

    Scopri Aspose.Words.Saving.TxtSaveOptionsBase per un salvataggio documenti migliorato. Personalizza le opzioni di formattazione del testo per risultati ottimali ed efficienza....Writeln ( "Paragraph 1." ); builder . Writeln ( "Paragraph 2." );...); builder . Write ( "Paragraph 3." ); // Creiamo un oggetto "TxtSaveOptions"...

    reference.aspose.com/words/it/net/aspose.words....
  9. Node Class | Aspose.Words لـ .NET

    اكتشف فئة Aspose.Words.Node، الأساس الضروري لجميع عقد مستندات Word، مما يتيح معالجة المستندات وتخصيصها بشكل سلس....Document doc = new Document (); Paragraph para = doc . FirstSection...هذه الوثيقة. Paragraph paragraph = ( Paragraph ) doc . GetChild...

    reference.aspose.com/words/ar/net/aspose.words/...
  10. Run.Text | Aspose.Words for .NET

    Manage your run text effortlessly! Easily get or set run text properties for seamless document editing and enhanced content control....section, one body and one paragraph. // Call the "RemoveAllChildren"...AppendChild ( body ); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/net/aspose.words/run...