Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 18,485 for

paragraphs

(0.26 sec)
  1. Archiwa

    Archiwa...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # dodaj...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/pl/slides/apply-text-animation-...
  2. أرشيف

    أرشيف...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # إضافة...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/ar/slides/apply-text-animation-...
  3. ארכיון

    ארכיון...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # הוסף...main_sequence.add_effect(paragraph, slides.animation.EffectType...

    blog.aspose.com/he/slides/apply-text-animation-...
  4. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key to efficient text formatting. Learn how carriage return and line feed enhance paragraph breaks in text files....commonly used in text files for paragraph breaks. public static readonly...new line and starts a new paragraph. Assert . That ( doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/con...
  5. CompositeNode.PrependChild | Aspose.Words per .NET

    Scopri come il metodo CompositeNode PrependChild migliora la struttura dei tuoi dati aggiungendo in modo efficiente nodi all'inizio dell'elenco dei nodi figlio.... Paragraphs . Count ); // I nodi compositi...e inline come figli. Paragraph paragraph = doc . FirstSection...

    reference.aspose.com/words/it/net/aspose.words/...
  6. مثال لـ Hello World باستخدام لغة Python|Aspose....

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط "Hello, World!" باستخدام Aspose.PDF لـ Python...باستخدام الدالة page_get_paragraphs . إنشاء كائن صورة جديد باستخدام...مجموعة الفقرات باستخدام الدالة paragraphs_add_image . حفظ المستند إلى...

    docs.aspose.com/pdf/ar/python-cpp/hello-world-e...
  7. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced document formatting and presentation....Gets or sets the name of the paragraph style applied to this formatting...section, one body and one paragraph. // Call the "RemoveAllChildren"...

    reference.aspose.com/words/net/aspose.words/par...
  8. HeaderFooter constructor | Aspose.Words for Python

    HeaderFooter constructor. Creates a new header or footer of the specified type....append a paragraph to it. The text in that paragraph # will appear...) para = header . append_paragraph ( 'My header.' ) self . assertTrue...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Arsip

    Arsip...bisa berupa node level blok (Paragraph , Table) atau level inline...bawah ini. public static List<Paragraph> ParagraphsByStyleNam(Document...

    blog.aspose.com/id/words/extract-text-from-word...
  10. .NET で PowerPoint のテキスト段落を管理|Aspose.Slides ドキュメント

    Aspose.Slides for .NET で段落書式設定をマスターし、C# で PPT、PPTX、ODP プレゼンテーションの配置、間隔、スタイルを最適化します。...TextFrame ; // 異なるテキスト形式で Paragraph と Portion を作成 IParagraph para0...para0 = tf . Paragraphs [ 0 ]; IPortion port01 = new Portion...

    docs.aspose.com/slides/ja/net/manage-paragraph/