Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 5,232 for

autoshape

(0.11 sec)
  1. Konwertuj PPTX na Word w C++ | products.aspose.com

    Konwertuj PPTX na Word w C++. Użyj interfejsu API biblioteki C++, aby przekonwertować program PowerPoint na program Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/pl/cpp/conversion/pp...
  2. Konvertera PPT till Word i C++ | products.aspos...

    Konvertera PPT till Word i C++. Använd C++ biblioteks-API för att konvertera PowerPoint till Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/sv/cpp/conversion/pp...
  3. تحويل PPT إلى Word في C++ | products.aspose.com

    تحويل PPT إلى Word في C++. استخدم واجهة برمجة تطبيقات مكتبة C++ لتحويل PowerPoint إلى Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/ar/cpp/conversion/pp...
  4. Konvertera PPTX till Word i C++ | products.aspo...

    Konvertera PPTX till Word i C++. Använd C++ biblioteks-API för att konvertera PowerPoint till Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/sv/cpp/conversion/pp...
  5. PHPでPowerPointテキストの書式設定|Aspose.Slides for PHP ド...

    Aspose.Slides for PHP via Java を使用して、PowerPoint および OpenDocument のプレゼンテーション内のテキストの書式設定とスタイル設定を行います。フォント、色、配置などをカスタマイズできます。...new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/ja/php-java/text-formatt...
  6. Ajouter des ellipses aux présentations sur Andr...

    Apprenez à créer, formater et manipuler des formes d'ellipse dans Aspose.Slides pour Android pour les présentations PPT et PPTX — exemples de code Java inclus.... Ajouter un AutoShape de type Ellipse en utilisant...get_Item ( 0 ); // Ajouter un AutoShape de type ellipse sld . getShapes...

    docs.aspose.com/slides/fr/androidjava/ellipse/
  7. Ajouter des ellipses aux présentations en Java|...

    Apprenez à créer, formater et manipuler des formes d'ellipse dans Aspose.Slides pour Java sur les présentations PPT et PPTX — exemples de code Java inclus.... Ajoutez une AutoShape de type Ellipse en utilisant...get_Item ( 0 ); // Ajoutez une AutoShape de type ellipse sld . getShapes...

    docs.aspose.com/slides/fr/java/ellipse/
  8. Procurar

    Procurar...parágrafo para adicionar efeito autoShape = presentation.slides[0].shapes[0]...shapes[0] paragraph = autoShape.text_frame.paragraphs[0] # adicionar...

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

    ארכיון...כדי להוסיף אפקט IAutoShape autoShape = (IAutoShape)presentation...Shapes[0]; IParagraph paragraph = autoShape.TextFrame.Paragraphs[0]; //...

    blog.aspose.com/he/slides/apply-animation-to-te...
  10. 在 C++ 中为 PowerPoint 文本添加动画|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 演示文稿中创建动态动画文本,提供易于遵循、已优化的 C++ 代码示例。...pptx" ); // 选择要添加效果的段落 auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/zh/cpp/animated-text/