Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 5,190 for

autoshape

(0.56 sec)
  1. Verhindern der Bearbeitung von Präsentationen m...

    Entdecken Sie, wie Aspose.Slides für .NET Formen in PPT-, PPTX- und ODP-Dateien sperrt oder entsperrt, Präsentationen sichert und gleichzeitig kontrollierte Bearbeitungen ermöglicht....shape is IAutoShape autoShape ) { autoShape . ShapeLock . PositionLocked...PositionLocked = true ; autoShape . ShapeLock . SelectLocked = true...

    docs.aspose.com/slides/de/net/applying-protecti...
  2. PHPでWordArt効果を作成および適用|Aspose.Slides for PHP ドキュメント

    Aspose.Slides for PHP via JavaでWordArt効果を作成およびカスタマイズします。このステップバイステップガイドは、開発者がプロフェッショナルなテキストでプレゼンテーションを向上させるのに役立ちます。...getSlides () -> get_Item ( 0 ); $autoShape = $slide -> getShapes () ->...400 , 200 ); $textFrame = $autoShape -> getTextFrame (); $portion...

    docs.aspose.com/slides/ja/php-java/wordart/
  3. C++에서 PPT를 Word로 변환 | products.aspose.com

    C++에서 PPT를 Word로 변환합니다. C++ 라이브러리 API를 사용하여 PowerPoint를 Word로 변환...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  4. C++에서 PPTX를 Word로 변환 | products.aspose.com

    C++에서 PPTX를 Word로 변환합니다. C++ 라이브러리 API를 사용하여 PowerPoint를 Word로 변환...(ObjectExt :: Is < AutoShape > (shape)) { auto autoShape = System ::...AsCast < AutoShape > (shape); builder -> Writeln(autoShape -> get_TextFrame()...

    products.aspose.com/slides/ko/cpp/conversion/pp...
  5. Анимированный текст|Aspose.Slides для Node.js ч...

    Анимированный текст в PowerPoint с Java...для добавления эффекта var autoShape = presentation . getSlides...get_Item ( 0 ); var paragraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/ru/nodejs-java/animated-...
  6. 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...
  7. Administrar Marcos de Imagen en Presentaciones ...

    Agregue marcos de imagen a presentaciones de PowerPoint y OpenDocument con Aspose.Slides para Java. Optimice su flujo de trabajo y mejore el diseño de las diapositivas....shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/es/java/picture-frame/
  8. PowerPoint-Text in C++ formatieren|Aspose.Slide...

    Formatieren und gestalten Sie Text in PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für C++. Passen Sie Schriftarten, Farben, Ausrichtungen und mehr an....SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/de/cpp/text-formatting/
  9. Verwalten von Bildrahmen in Präsentationen in ....

    Fügen Sie PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET Bildrahmen hinzu. Optimieren Sie Ihren Arbeitsablauf und verbessern Sie das Design der Folien....shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/de/net/picture-frame/
  10. 아카이브

    아카이브...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/ko/slides/convert-ppt-to-word-o...