Sort Score
Result 10 results
Languages All
Labels All
Results 6,701 - 6,710 of 18,952 for

paragraph

(0.19 sec)
  1. arkiv

    arkiv...get_Item(0); IParagraph paragraph = autoShape.getTextFrame()...getMainSequence(). addEffect(paragraph, EffectType.Fly, EffectSubtype...

    blog.aspose.com/sv/slides/apply-animation-to-te...
  2. 複雑なPDFの作成|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NETを使用すると、画像、テキスト断片、およびテーブルを1つのドキュメントに含むより複雑なドキュメントを作成できます。... ヘッダーをページの paragraphs に追加します。 説明用に TextFragment...トを使用し、中央揃えにします。 (説明)をページのParagraphsに追加します。 テーブルを作成し、テーブルプロパティを追加します。...

    docs.aspose.com/pdf/ja/python-net/complex-pdf-e...
  3. Lucrul cu stiluri și teme|Aspose.Words pentru P...

    Accesați și gestionați stiluri și teme într-un document folosind Python....implementate două metode de clasă: paragraphs_by_style_name - această metodă...run. Iată o implementare a paragraphs_by_style_name : exemplul...

    docs.aspose.com/words/ro/python-net/working-wit...
  4. AndroidでPowerPointテキストをアニメーション化|Aspose.Slides ド...

    Aspose.Slides for Android を使用して、PowerPoint と OpenDocument のプレゼンテーションで動的なアニメーションテキストを作成し、わかりやすく最適化された Java コード例をご提供します。...get_Item ( 0 ); IParagraph paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , EffectType . Fly , EffectSubtype...

    docs.aspose.com/slides/ja/androidjava/animated-...
  5. アニメーションテキスト|Aspose.Slides for Node.js via .NET ...

    Java を使用した PowerPoint のアニメーションテキスト... get_Item ( 0 ); var paragraph = autoShape . getTextFrame...getMainSequence (). addEffect ( paragraph , aspose . slides . EffectType...

    docs.aspose.com/slides/ja/nodejs-java/animated-...
  6. استخراج نص متقدم من عروض PowerPoint التقديمية ب...

    تعلم كيفية استخراج النص بسرعة وسهولة من عروض PowerPoint التقديمية باستخدام Aspose.Slides للـ Python عبر .NET. اتبع دليلنا البسيط خطوة بخطوة لتوفير الوقت والوصول إلى محتوى الشرائح بفعالية في تطبيقاتك.... for paragraph in text_frame . paragraphs : # التكرار...الفقرة الحالية. for portion in paragraph . portions : # عرض النص في...

    docs.aspose.com/slides/ar/python-net/extract-te...
  7. Document.StartTrackRevisions | Aspose.Words for...

    Effortlessly track document changes with the StartTrackRevisions method. Automatically mark all edits as revisions for seamless collaboration and clarity.... Paragraphs [ 0 ]. Runs [ 0 ]. IsInsertRevision...doc . FirstSection . Body . Paragraphs [ 0 ]. Runs [ 1 ]. IsInsertRevision...

    reference.aspose.com/words/net/aspose.words/doc...
  8. ASP - VBScript melalui COM Interop|Aspose.PDF f...

    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....(with red text color) to the paragraph SampleText . Segments . Add...( seg1 ) 'Add Text paragraph to paragraphs collection of a section...

    docs.aspose.com/pdf/id/net/asp-vbscript-via-com...
  9. جزء|Aspose.Slides لـ Node.js عبر توثيق .NET

    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/ar/nodejs-java/portion/
  10. إدارة أجزاء النص في العروض التقديمية باستخدام C...

    تعلم كيفية إدارة أجزاء النص في عروض PowerPoint التقديمية باستخدام Aspose.Slides لـ C++، مما يعزز الأداء والتخصيص....const auto & paragraph : textFrame -> get_Paragraphs ()) { for (...( const auto & portion : paragraph -> get_Portions ()) { PointF...

    docs.aspose.com/slides/ar/cpp/portion/