Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 5,379 for

autoshape

(1.24 sec)
  1. .NET でプレゼンテーションの箇条書きと番号付きリストを管理する|Aspose.Slides...

    Aspose.Slides for .NET を使用して、PowerPoint および OpenDocument のプレゼンテーションで箇条書きと番号付きリストを管理する方法を学びます。ステップバイステップのガイド。... 選択したスライドに AutoShape を追加します。 追加したシェイプの TextFrame...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/ja/net/manage-bullet-and...
  2. Verwalten von Bildrahmen in Präsentationen mit ...

    Fügen Sie Bildrahmen zu PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für C++ hinzu. Optimieren Sie Ihren Arbeitsablauf und verbessern Sie das Design von Folien....for ( auto & autoShape : shapes ) { if ( autoShape -> get_Placeholder...nullptr ) continue ; switch ( autoShape -> get_Placeholder () -> get_Type...

    docs.aspose.com/slides/de/cpp/picture-frame/
  3. C++でプレゼンテーションのプレースホルダーを管理する|Aspose.Slides ドキュメント

    Aspose.Slides for C++でプレースホルダーを簡単に管理:テキスト置換、プロンプトカスタマイズ、画像の透明度設定をPowerPointおよびOpenDocumentで実行。... プレースホルダーの形状を AutoShape に型キャストし、 AutoShape に関連付けられた TextFrame...スライド内の最初と二番目のプレースホルダーにアクセスし、AutoShape に型キャストします SharedPtr < IShape...

    docs.aspose.com/slides/ja/cpp/manage-placeholder/
  4. Gérer les paragraphes de texte PowerPoint en Ja...

    Maîtrisez la mise en forme des paragraphes avec Aspose.Slides pour Java - optimisez l'alignement, l'espacement et le style dans les présentations PPT, PPTX et ODP en Java....get_Item ( 0 ); // Ajouter une AutoShape de type Rectangle IAutoShape...Accéder au TextFrame de l'AutoShape ITextFrame tf = ashp . getTextFrame...

    docs.aspose.com/slides/fr/java/manage-paragraph/
  5. Créer une présentation PowerPoint en utilisant ...

    Apprenez à créer des présentations PowerPoint, par exemple PPT, PPTX en utilisant Java depuis zéro.... Ajoutez une AutoShape de type Line en utilisant...get_Item ( 0 ); // Ajouter une autoshape de type ligne slide . getShapes...

    docs.aspose.com/slides/fr/java/create-presentat...
  6. Aspose.Slides for C++ を使用した Hello World アプリケーショ...

    Aspose.Slides を使用して最初の C++ アプリを作成します。PPT、PPTX、ODP プレゼンテーションを自動化する準備ができるシンプルな Hello World の例です。...スライドの指定位置に ShapeType が Rectangle の AutoShape を追加する デフォルトテキストとして Hello World...World を含む TextFrame を AutoShape に追加する テキスト色を黒に変更する(デフォルトは白で、白背景のスライドでは見えないため)...

    docs.aspose.com/slides/ja/cpp/hello-world-appli...
  7. Arşiv

    Arşiv...paragraf seçin IAutoShape autoShape = (IAutoShape)presentation...get_Item(0); IParagraph paragraph = autoShape.getTextFrame().getParagraphs()...

    blog.aspose.com/tr/slides/apply-animation-to-te...
  8. Erstellen Sie eine PowerPoint-Präsentation mit ...

    Lernen Sie, wie Sie PowerPoint-Präsentationen wie PPT, PPTX von Grund auf mit Java erstellen können.... Fügen Sie eine AutoShape vom Typ Linie mit der addAutoShape-Methode...( 0 ); // Fügen Sie eine Autoshape vom Typ Linie hinzu slide...

    docs.aspose.com/slides/de/java/create-presentat...
  9. Archiv

    Archiv...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/de/slides/convert-ppt-to-word-o...
  10. Archivo

    Archivo...select paragraph to add effect autoShape = presentation.slides[0].shapes[0]...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # add...

    blog.aspose.com/es/slides/apply-text-animation-...