Sort Score
Result 10 results
Languages All
Labels All
Results 6,301 - 6,310 of 18,529 for

paragraph

(0.15 sec)
  1. 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/hi/python-net/make/word/
  2. Python का उपयोग करके DOC बनाएं

    कुछ ही चरणों में Python में एक नया DOC बनाएं। Python via .NET लाइब्रेरी का उपयोग करके आसानी से DOC बनाएं।...first_paragraph.append_child(firstRun) doc...first_section.body.first_paragraph.append_child(secondRun) builder...

    products.aspose.com/words/hi/python-net/make/doc/
  3. ค้นหา

    ค้นหา...ซึ่งแสดงไว้ด้านล่าง public static List<Paragraph> ParagraphsByStyleNam(Document...List<Paragraph> paragraphsWithStyle = new List<Paragraph>(); NodeCollection...

    blog.aspose.com/th/words/extract-text-from-word...
  4. Obtener propiedades efectivas de formas en pres...

    Descubra cómo Aspose.Slides for Python via .NET calcula y aplica propiedades efectivas de forma para una representación precisa de PowerPoint y OpenDocument.... paragraphs [ 0 ] . portions [ 0 ] ....) print ( f "= Effective paragraph formatting for style level...

    docs.aspose.com/slides/es/python-net/shape-effe...
  5. 파이썬을 사용하여 PDF에 텍스트 추가|Aspose.PDF for Python via...

    이 문서는 Aspose.PDF에서 텍스트 작업의 다양한 측면을 설명합니다. PDF에 텍스트를 추가하거나 HTML 조각을 추가하거나 사용자 정의 OTF 글꼴을 사용하는 방법을 알아보세요....TextBuilder ( page ) # 텍스트 단락 생성 paragraph = ap . text . TextParagraph...TextParagraph () # 후속 줄 들여쓰기 설정 paragraph . subsequent_lines_indent = 20...

    docs.aspose.com/pdf/ko/python-net/add-text-to-p...
  6. Formater le texte PowerPoint en JavaScript|Docu...

    Formatez et stylisez le texte dans les présentations PowerPoint et OpenDocument en utilisant JavaScript et Aspose.Slides pour Node.js. Personnalisez les polices, les couleurs, l'alignement et plus encore.... Paragraph (); var portion1 = new aspose...getTextFrame () != null ) { const paragraphs = autoShape . getTextFrame...

    docs.aspose.com/slides/fr/nodejs-java/text-form...
  7. Aspose.Words Model Objek Dokumen (DOM) dalam C+...

    Model Objek Dokumen (DOM) adalah representasi dalam memori dari dokumen Word. Membaca, memanipulasi, dan memodifikasi konten dan pemformatan dokumen Word menggunakan C++....lain, misalnya, Section atau Paragraph , diturunkan dari kelas CompositeNode...ini. Document , Section , Paragraph , Table , Shape , Run , dan...

    docs.aspose.com/words/id/cpp/aspose-words-docum...
  8. Gestionar porciones de texto en presentaciones ...

    Aprenda a gestionar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para .NET, mejorando el rendimiento y la personalización....foreach ( var paragraph in textFrame . Paragraphs ) { foreach (...( Portion portion in paragraph . Portions ) { PointF point =...

    docs.aspose.com/slides/es/net/portion/
  9. ParagraphFormat.OutlineLevel | Aspose.Words per...

    Scopri la proprietà OutlineLevel di ParagraphFormat per definire facilmente la gerarchia dei paragrafi nei tuoi documenti, migliorando l'organizzazione e la leggibilità.... Writeln ( "Paragraph outline level 1." ); // Il...Level2 ; builder . Writeln ( "Paragraph outline level 2." ); // Due...

    reference.aspose.com/words/it/net/aspose.words/...
  10. آرشیوها

    آرشیوها... یک Paragraph جدید ایجاد کنید و یک Portion...کردن پاراگراف Paragraph paragraph = new Paragraph(); Portion portion...

    blog.aspose.com/fa/slides/apply-theme-in-powerp...