Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 4,909 for

autoshape

(0.08 sec)
  1. Administrar Listas con Viñetas y Numeradas|Docu...

    Crea listas con viñetas y numeradas en una presentación de PowerPoint en C# o .NET... Agrega una AutoShape en la diapositiva seleccionada...Slides [ 0 ]; IAutoShape autoShape = slide . Shapes . AddAutoShape...

    docs.aspose.com/slides/es/net/manage-bullet-and...
  2. Mise en forme des formes|Documentation Aspose.S...

    Mise en forme des formes dans une présentation PowerPoint en C++...avons formaté un rectangle AutoShape : // Instancie une classe...idx_get ( 0 ); // Ajoute une autoshape de type rectangle auto shape...

    docs.aspose.com/slides/fr/cpp/shape-formatting/
  3. Преобразование PowerPoint в Word|Документация A...

    Преобразуйте презентацию PowerPoint в Word на C++...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/ru/cpp/convert-powerpoin...
  4. 管理占位符|Aspose.Slides 文档

    在 C# 或 .NET 中更改 PowerPoint 演示文稿中的占位符文本和提示文本... 将占位符形状强制转换为 AutoShape ,并使用与 AutoShape 相关联的 TextFrame 更改文本。...Placeholder != null && shape is AutoShape ) { string text = "" ; if...

    docs.aspose.com/slides/zh/net/manage-placeholder/
  5. Archiv

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

    blog.aspose.com/cs/slides/convert-ppt-to-word-o...
  6. プレースホルダーの管理|Aspose.Slides ドキュメント

    C#または.NETでPowerPointプレゼンテーションのプレースホルダーテキストとプロンプトテキストを変更します... プレースホルダーシェイプを AutoShape に型キャストし、 AutoShape に関連付けられた TextFrame...Placeholder != null && shape is AutoShape ) { string text = "" ; if...

    docs.aspose.com/slides/ja/net/manage-placeholder/
  7. بيضاوي|وثائق Aspose.Slides لـ Python

    إنشاء بيضاوي في عرض PowerPoint باستخدام بايثون...باستخدام الفهرس الخاص بها إضافة AutoShape من نوع بيضاوي باستخدام طريقة...pres . slides [ 0 ] # Add autoshape of ellipse type sld . shapes...

    docs.aspose.com/slides/ar/python-net/ellipse/
  8. تبدیل PPT به Word در C++ | products.aspose.com

    تبدیل PPT به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  9. تبدیل PPTX به Word در C++ | products.aspose.com

    تبدیل PPTX به Word در C++. از C++ library API برای تبدیل پاورپوینت به ورد استفاده کنید...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/fa/cpp/conversion/pp...
  10. إطار الصورة|وثائق Aspose.Slides لـ Python

    إضافة إطار صورة إلى عرض تقديمي PowerPoint باستخدام بايثون...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/ar/python-net/picture-fr...