Sort Score
Result 10 results
Languages All
Labels All
Results 3,781 - 3,790 of 18,529 for

paragraphs

(0.29 sec)
  1. Tạo DOC Bằng Python

    Tạo một DOC mới trong Python trong một vài bước. Dễ dàng tạo DOC 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/doc/
  2. PowerPoint-Text in Python formatieren|Aspose.Sl...

    Erfahren Sie, wie Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python via .NET formatieren und gestalten. Passen Sie Schriftarten, Farben, Ausrichtungen und mehr mit leistungsstarken Python-Codebeispielen an.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/de/python-net/text-forma...
  3. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....the first paragraph of this document. let paragraph = doc . getParagraph...getParagraph ( 0 , true ); paragraph . appendChild ( new aw . Run...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Adicionar Texto ao PDF usando Python|Aspose.PDF...

    Este artigo descreve vários aspectos do trabalho com texto no Aspose.PDF. Aprenda como adicionar texto ao PDF, adicionar fragmentos HTML ou usar fontes OTF personalizadas....Criar parágrafo de texto paragraph = ap . text . TextParagraph...indentação das linhas subsequentes paragraph . subsequent_lines_indent...

    docs.aspose.com/pdf/pt/python-net/add-text-to-p...
  5. ControlChar.NonBreakingHyphenChar | Aspose.Word...

    Discover the NonBreaking HyphenChar in Microsoft Word. Enhance your documents with seamless text flow using char30 for professional results....new line and starts a new paragraph. Assert . That ( doc . FirstSection...GetChildNodes ( NodeType . Paragraph , true ). Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/con...
  6. DocumentBuilder.moveTo method | Aspose.Words fo...

    DocumentBuilder.moveTo method. Moves the cursor to an inline node or to the end of a paragraph....inline node or to the end of a paragraph. moveTo ( node : Aspose ....must be a paragraph or a direct child of a paragraph. Remarks...

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

    Arsip...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/id/slides/convert-ppt-to-video-...
  8. Archivio

    Archivio...System::SharedPtr<Paragraph> para1 = System::MakeObject<Paragraph>(); pa...System::SharedPtr<Paragraph> para2 = System::MakeObject<Paragraph>(); pa...

    blog.aspose.com/it/slides/convert-ppt-to-video-...
  9. TxtSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.TxtSaveOptions for enhanced document saving. Customize your text format with powerful options for optimal results....Specifies the string to use as a paragraph break when exporting in text...txt document with a custom paragraph break. Document doc = new...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 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/