Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 15,604 for

paragraphs

(0.04 sec)
  1. WORD Létrehozása A Python Használatával

    Hozzon létre új WORD ot a(z) Python alkalmazásban néhány lépésben. Könnyen létrehozhatja a(z) WORD fájlt a Python via .NET könyvtár használatával....first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hu/python-net/make/word/
  2. CompositeNode.ChildNodes | Aspose.Words لمراجع ...

    CompositeNode ملكية. يحصل على جميع العقد الفرعية الفورية لهذه العقدة.... Paragraph paragraph = ( Paragraph ) doc . GetChild...( NodeType . Paragraph , 0 , true ); paragraph . AppendChild...

    reference.aspose.com/words/ar/net/aspose.words/...
  3. Make DOCX Using Python

    Make a new DOCX in Python in a few steps. Easily create DOCX using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/docx/
  4. Make Markdown Using Python

    Make a new Markdown in Python in a few steps. Easily create Markdown using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/md/
  5. Make PDF Using Python

    Make a new PDF in Python in a few steps. Easily create PDF using Python via .NET library....technically supposed to contain one paragraph, so when you programmatically...first_section.body.first_paragraph.append_child(firstRun) doc...

    products.aspose.com/words/python-net/make/pdf/
  6. NodeCollection indexer | Aspose.Words for Python

    NodeCollection indexer. Retrieves a node at the given index....to the first paragraph of this document. paragraph = doc . get_child...NodeType . PARAGRAPH , 0 , True ) . as_paragraph () paragraph . append_child...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::NodeCollection::idx_get method |...

    Aspose::Words::NodeCollection::idx_get method. Retrieves a node at the given index in C++....the first paragraph of this document. auto paragraph = System...ExplicitCast < Paragraph > ( doc -> GetChild ( NodeType :: Paragraph , 0...

    reference.aspose.com/words/cpp/aspose.words/nod...
  8. ParagraphFormat.suppress_auto_hyphens property ...

    ParagraphFormat.suppress_auto_hyphens property. Specifies whether the current paragraph should be exempted from any hyphenation which is applied in the document settings....Specifies whether the current paragraph should be exempted from any...suppress hyphenation for a paragraph. aw . Hyphenation . register_dictionary...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PDF 내 텍스트 회전하기 C#|Aspose.PDF for .NET

    Aspose.PDF를 사용하여 .NET에서 PDF 파일 내 텍스트 정렬을 조정하고 프레젠테이션을 개선하는 방법을 배웁니다.... Add (); var paragraph = new Aspose . Pdf . Text...Text . TextParagraph (); paragraph . Position = new Aspose . Pdf...

    docs.aspose.com/pdf/ko/net/rotate-text-inside-pdf/
  10. ParagraphFormat.Alignment | Aspose.Words for .NET

    Discover the ParagraphFormat Alignment property to easily customize text alignment for your Paragraphs, enhancing readability and presentation....sets text alignment for the paragraph. public ParagraphAlignment...Examples Shows how to insert a paragraph into the document. Document...

    reference.aspose.com/words/net/aspose.words/par...