Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 4,901 for

autoshape

(0.06 sec)
  1. Преобразование 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...
  2. 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...
  3. 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...
  4. Marco de Imagen|Documentación de Aspose.Slides ...

    Agregar marco de imagen a presentación de PowerPoint en Python...: shapesToRemove = [] for autoShape in presentation . slides [...[ 0 ] . shapes : if autoShape . placeholder is None : continue...

    docs.aspose.com/slides/es/python-net/picture-fr...
  5. プレースホルダーの管理|Aspose.Slides ドキュメント

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

    docs.aspose.com/slides/ja/net/manage-placeholder/
  6. テキストボックスの管理|Aspose.Slides for PHP ドキュメント

    PHPを使用してPowerPointスライドにテキストボックスを作成します。PHPを使用してPowerPointスライドにテキストボックスまたはテキストフレームに列を追加します。PHPを使用してPowerPointスライドにハイパーリンク付きのテキストボックスを追加します。...isTextBox() プロパティを提供します( AutoShape クラスから)。 このPHPコードは、図形がテキスト..."com.aspose.slides.AutoShape" ))) $autoShape = $shape ; echo (...

    docs.aspose.com/slides/ja/php-java/manage-textbox/
  7. แปลง PPTX เป็น Word ใน C++ | products.aspose.com

    แปลง PPTX เป็น Word ใน C++ ใช้ API ของไลบรารี C++ เพื่อแปลง PowerPoint เป็น Word...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/th/cpp/conversion/pp...
  8. Converteer PPT naar Word in C++ | products.aspo...

    Converteer PPT naar Word in C++. Gebruik de C++-bibliotheek-API om PowerPoint naar Word te converteren...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/nl/cpp/conversion/pp...
  9. إطار الصورة|وثائق 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...
  10. Bilderrahmen|Aspose.Slides Dokumentation

    Fügen Sie der PowerPoint-Präsentation in Java einen Bilderrahmen hinzu...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/de/java/picture-frame/