Sort Score
Result 10 results
Languages All
Labels All
Results 5,211 - 5,220 of 15,552 for

paragraph

(0.08 sec)
  1. Memutar Teks di Dalam PDF|Aspose.PDF untuk Java

    Pelajari berbagai cara untuk memutar teks ke PDF. Aspose.PDF memungkinkan Anda untuk memutar teks ke sudut mana pun, memutar fragmen teks atau seluruh paragraf....TextParagraph paragraph = new TextParagraph (); paragraph . setPosition...paragraf paragraph . appendLine ( textFragment1 ); paragraph . appendLine...

    docs.aspose.com/pdf/id/java/rotate-text-inside-...
  2. ハイパーリンクの管理|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションにハイパーリンクを追加... paragraphs [ 0 ] . portions [ 0 ] ....com/" ) shape1 . text_frame . paragraphs [ 0 ] . portions [ 0 ] ....

    docs.aspose.com/slides/ja/python-net/manage-hyp...
  3. PDF内のテキストを回転させる方法 (C++使用)|Aspose.PDF for C++

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

    docs.aspose.com/pdf/ja/cpp/rotate-text-inside-pdf/
  4. CompositeNode Class | Aspose.Words لـ .NET

    Aspose.Words.CompositeNode فصل. الفئة الأساسية للعقد التي يمكن أن تحتوي على عقد أخرى في C#.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/ar/net/aspose.words/...
  5. Utilisation de listes dans Java|Aspose.Words po...

    Introduction à la fonction de mise en forme de la numérotation dans Aspose.Words pour Java....ajoutés au paragraphe actuel et à tous les autres paragraphes créés...augmenter le niveau de liste du paragraphe actuel d’un niveau, appelez...

    docs.aspose.com/words/fr/java/working-with-lists/
  6. Python 언어를 사용한 Hello World 예제|Aspose.PDF for Py...

    이 샘플은 Aspose.PDF for Python을 사용하여 간단한 PDF "Hello, World!" 문서를 만드는 방법을 보여줍니다.... page_get_paragraphs 함수를 사용하여 페이지의 단락 모음을 가져옵니다...이름을 “sample.jpg"로 설정합니다. paragraphs_add_image 함수를 사용하여 이미지 객체를...

    docs.aspose.com/pdf/ko/python-cpp/hello-world-e...
  7. Convert a Document to Markdown|Aspose.Words for...

    Convert a document in any supported load format to Markdown and vice versa using Python....formatting: Headings are paragraphs with Heading 1 – Heading...6 styles Blockquotes are paragraphs with “Quote” in the style...

    docs.aspose.com/words/python-net/convert-a-docu...
  8. Aspose.Wordsรูปแบบวัตถุเอกสาร(DOM)ในC++|Aspose....

    รูปแบบวัตถุเอกสาร(DOM)เป็นตัวแทนในหน่วยความจำของเอกสารคำ อ่านจัดการและแก้ไขเนื้อหาและการฟอร์แมตของเอกสารคำด้วยC++....หนดอื่นเช่น Section หรือ Paragraph ได้มาจากคลาสของ CompositeNode...าง. Document , Section , Paragraph , Table , Shape , Run , แ...

    docs.aspose.com/words/th/cpp/aspose-words-docum...
  9. Node Class | Aspose.Words per .NET

    Aspose.Words.Node classe. Classe base per tutti i nodi di un documento Word in C#....Document doc = new Document (); Paragraph para = doc . FirstSection...questo documento. Paragraph paragraph = ( Paragraph ) doc . GetChild...

    reference.aspose.com/words/it/net/aspose.words/...
  10. ตัวหนาใน Markdown – ตัวอย่างโค้ด C#

    สร้างข้อความตัวหนา Markdown ใน C# ใช้ไลบรารี C# เพื่อสร้าง Markdown ตั้งแต่เริ่มต้น และเปิด แยกวิเคราะห์ หรือแก้ไขไฟล์ MD...Create an empty paragraph var paragraph = mdf.Paragraph(); // Add texts...and whitespace to the paragraph paragraph.AppendChild(mdf.Text(...

    products.aspose.com/html/th/net/markdown-bold/