Sort Score
Result 10 results
Languages All
Labels All
Results 6,521 - 6,530 of 18,361 for

paragraph

(0.13 sec)
  1. 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-...
  2. アニメーションテキスト|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-...
  3. Archivo

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

    blog.aspose.com/es/slides/apply-animation-to-te...
  4. Lưu trữ

    Lưu trữ...(SharedPtr<IParagraph> paragraph : textFramesSlideOne[i]->get_Paragraphs()) { //...(SharedPtr<IPortion> portion : paragraph->get_Portions()) { // Hiển...

    blog.aspose.com/vi/slides/extract-text-from-pow...
  5. أرشيف

    أرشيف...// أضف فقرة Paragraph paragraph = new Paragraph(); Portion portion...Portion("Theme text format"); paragraph.Portions.Add(portion); shape...

    blog.aspose.com/ar/slides/apply-theme-in-powerp...
  6. arkiv

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

    blog.aspose.com/sv/slides/apply-animation-to-te...
  7. إضافة كائن بيضاوي إلى ملف PDF|Aspose.PDF for .NET

    يشرح هذا المقال كيفية إنشاء كائن بيضاوي في ملف PDF باستخدام Aspose.PDF for .NET....object to paragraphs collection of page page . Paragraphs . Add (...object to paragraphs collection of page page . Paragraphs . Add (...

    docs.aspose.com/pdf/ar/net/add-ellipse/
  8. 複雑な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...
  9. 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...
  10. Aspose.PDF С++ Example|Aspose.PDF for C++

    Esta página mostra como usar programação simples para criar um documento PDF contendo texto - Hello World...."); auto paragraphs = page->get_Paragraphs(); paragraphs->Add(text);...

    docs.aspose.com/pdf/pt/cpp/hello-world-example/