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

autoshape

(0.26 sec)
  1. 水印|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides 在 PowerPoint 中使用水印。向 PPT 演示文稿添加水印或删除水印。插入图片水印或文字水印。...因此, TextFrame 对象被包装在 AutoShape 对象中。要向形状添加水印文字,请使用 addTextFrame...。其余逻辑与向单个幻灯片添加水印相同——创建一个 AutoShape 对象,然后使用 addTextFrame 方法将水印添加到该对象:...

    docs.aspose.com/slides/zh/nodejs-java/watermark/
  2. Connector|Aspose.Slides für PHP Dokumentation

    Verbinden Sie PowerPoint Formen...Fügen Sie der Folie zwei AutoShape mit der Methode addAutoShape...getShapes (); # Fügt eine Ellipse AutoShape hinzu $ellipse = $shapes ->...

    docs.aspose.com/slides/de/php-java/connector/
  3. Verwalten von Präsentations-Zoom in C++|Aspose....

    Erstellen und anpassen von Zoom mit Aspose.Slides für C++ — zwischen Abschnitten springen, Miniaturansichten und Übergänge in PPT-, PPTX- und ODP‑Präsentationen hinzufügen....for the second slide auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/de/cpp/manage-zoom/
  4. Gérer le zoom de la présentation dans .NET|Docu...

    Créer et personnaliser le zoom avec Aspose.Slides pour .NET — naviguer entre les sections, ajouter des miniatures et des transitions dans les présentations PPT, PPTX et ODP....deuxième diapositive IAutoShape autoshape = slide2 . Shapes . AddAutoShape...100 , 200 , 500 , 200 ); autoshape . TextFrame . Text = "Second...

    docs.aspose.com/slides/fr/net/manage-zoom/
  5. Gérer les espaces réservés de présentation en J...

    Gérez facilement les espaces réservés dans Aspose.Slides pour Java: remplacez le texte, personnalisez les invites et définissez la transparence des images dans PowerPoint et OpenDocument....forme de l’espace réservé en AutoShape et modifiez le texte à l’aide...du TextFrame associé à la AutoShape . Enregistrez la présentation...

    docs.aspose.com/slides/fr/java/manage-placeholder/
  6. Извлечение изображений из фигур презентации в ....

    Извлекайте изображения из фигур в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для .NET — быстрое, удобное для кода решение....if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/ru/net/extracting-images...
  7. Convertir les présentations PowerPoint en docum...

    Convertissez les diapositives PowerPoint PPT et PPTX en documents Word modifiables en Java à l’aide d’Aspose.Slides pour Android, en conservant la mise en page, les images et le formatage précis....instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    docs.aspose.com/slides/fr/androidjava/convert-p...
  8. Mathematische Gleichungen aus Präsentationen in...

    Ermöglichen Sie den nahtlosen Export mathematischer Gleichungen von PowerPoint nach MathML mit Aspose.Slides für C++ — bewahren Sie die Formatierung und erhöhen Sie die Kompatibilität....< Presentation > (); auto autoShape = pres -> get_Slides () ->...ExplicitCast < IMathPortion > ( autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/de/cpp/exporting-math-eq...
  9. Tekst doorhalen in PPTX met C#

    Deze tutorial laat zien hoe je tekst kunt doorhalen in PPTX met behulp van C#. Het omvat de details om de omgeving in te stellen, een stapsgewijs proces en een werkende voorbeeldcode om PPTX-tekst te verwijderen met behulp van C#....voorbeeldpresentatie, het toevoegen van autoshape, het maken van het tekstkader...voor het toevoegen van de autoshape in de PPTX-dia, wordt de ...

    kb.aspose.com/nl/slides/net/how-to-strike-out-t...
  10. Conector|Documentación de Aspose.Slides para PHP

    Conectar formas de PowerPoint... Agrega dos AutoShape a la diapositiva usando el...getShapes (); # Agrega una autoshape Elipse $ellipse = $shapes...

    docs.aspose.com/slides/es/php-java/connector/