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

paragraphs

(0.18 sec)
  1. FrameFormat.HorizontalAlignment | Aspose.Words ...

    Scopri la proprietà FrameFormat HorizontalAlignment per regolare e ottimizzare facilmente l'allineamento orizzontale della cornice per un migliore controllo del design....Document ( MyDir + "Paragraph frame.docx" ); Paragraph paragraphFrame...FirstSection . Body . Paragraphs . OfType < Paragraph >(). First ( p...

    reference.aspose.com/words/it/net/aspose.words/...
  2. Pythonでプレゼンテーションの箇条書きと番号付きリストを管理する|Aspose.Slide...

    Aspose.Slides for Python via .NET を使用して、PowerPoint と OpenDocument のプレゼンテーションで箇条書きおよび番号付きリストを管理する方法を学びます。コード例を交えたステップバイステップのガイドで、すぐに始められます。... 最初の段落を Paragraph クラスを使用して作成します。 箇条記号の種類を SYMBOL...create_paragraph ( text ): paragraph = slides . Paragraph () paragraph...

    docs.aspose.com/slides/ja/python-net/manage-bul...
  3. Extraire le contenu entre les nœuds de document...

    Comment extraire facilement du contenu spécifique d'une plage du document à l'aide de Python....d’éléments complexes tels que des paragraphes, des tableaux, des images...extraire du contenu entre: Deux paragraphes spécifiques Des séquences...

    docs.aspose.com/words/fr/python-net/how-to-extr...
  4. Portion|Documentation d'Aspose.Slides pour Node...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....getCount (); i ++ ) { const paragraph = textFrame . getParagraphs...); for ( let j = 0 ; j < paragraph . getPortions (). getCount...

    docs.aspose.com/slides/fr/nodejs-java/portion/
  5. 搜索

    搜索...is_composite) : include_next_paragraph(endNode, nodes) # 返回節點標記之間的節點。...get_ancestor(aw.NodeType.PARAGRAPH) is not None or node.get_ancestor(aw...

    blog.aspose.com/zh-hant/words/extract-text-from...
  6. تنسيق نص PowerPoint باستخدام Python|وثائق Aspos...

    تعلم كيفية تنسيق وتزيين النص في عروض PowerPoint و OpenDocument باستخدام Aspose.Slides للغة Python عبر .NET. خصّص الخطوط والألوان والمحاذاة والمزيد باستخدام أمثلة شفرة Python قوية.... paragraphs . clear () para = slides . Paragraph () portion1...autoShape . text_frame . paragraphs . add ( para ) pres . save...

    docs.aspose.com/slides/ar/python-net/text-forma...
  7. TabStopCollection.After | Aspose.Words لـ .NET

    اكتشف طريقة TabStopCollection After لاسترداد علامة التبويب الأولى الموجودة على يمين الموضع المحدد بكفاءة لضمان التنقل السلس....ParagraphCollection paragraphs = doc . FirstSection . Body . Paragraphs ; Assert...Assert . AreEqual ( 2 , paragraphs . Count ); // تحصل كل فقرة على...

    reference.aspose.com/words/ar/net/aspose.words/...
  8. Node.parent_node property | Aspose.Words for Py...

    Node.parent_node property. Gets the immediate parent of this node.... first_paragraph # Append a child Run node...node to the document's first paragraph. run = aw . Run ( doc = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Node.ParentNode | Aspose.Words for .NET

    Discover the Node ParentNode property to easily access the immediate parent of any node, enhancing your web development efficiency and code clarity....Document doc = new Document (); Paragraph para = doc . FirstSection...node to the document's first paragraph. Run run = new Run ( doc ...

    reference.aspose.com/words/net/aspose.words/nod...
  10. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....Insert a document after the paragraph containing the matched text...text. let para = ( Paragraph ) args . matchNode . parentNode ;...

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