Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,329 for

autoshape

(0.08 sec)
  1. Linienformen zu Präsentationen in JavaScript hi...

    Erfahren Sie, wie Sie die Linienformatierung in PowerPoint-Präsentationen mit JavaScript und Aspose.Slides für Node.js manipulieren. Entdecken Sie Eigenschaften, Methoden und Beispiele....Methode addAutoShape ein AutoShape vom Typ Line über das ShapeCollection...getSlides (). get_Item ( 0 ); // AutoShape vom Typ Linie hinzufügen sld...

    docs.aspose.com/slides/de/nodejs-java/line/
  2. Ajouter des formes de ligne aux présentations s...

    Apprenez à manipuler le formatage des lignes dans les présentations PowerPoint avec Aspose.Slides pour Android. Découvrez les propriétés, les méthodes et des exemples Java.... Ajouter une AutoShape de type Ligne à l’aide de...get_Item ( 0 ); // Ajouter une AutoShape de type ligne sld . getShapes...

    docs.aspose.com/slides/fr/androidjava/line/
  3. Форматирование текста PowerPoint в PHP|Документ...

    Форматирование и стилизация текста в презентациях PowerPoint и OpenDocument с помощью Aspose.Slides для PHP через Java. Настраивайте шрифты, цвета, выравнивание и многое другое....new Presentation (); try { $autoShape = $pres -> getSlides () ->... 50 , 50 , 200 , 100 ); $autoShape -> getTextFrame () -> getParagraphs...

    docs.aspose.com/slides/ru/php-java/text-formatt...
  4. 在 C++ 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...SharedPtr < IAutoShape > autoShape = pres -> get_Slide ( 0 )...100.0f ); auto paragraphs = autoShape -> get_TextFrame () -> get_Paragraphs...

    docs.aspose.com/slides/zh/cpp/text-formatting/
  5. Formater le texte PowerPoint en Python|Aspose.S...

    Apprenez à formater et styliser le texte dans les présentations PowerPoint et OpenDocument en utilisant Aspose.Slides pour Python via .NET. Personnalisez les polices, les couleurs, l'alignement et bien plus avec des exemples de code Python puissants....Presentation () as pres : autoShape = pres . slides [ 0 ] . shapes...RECTANGLE , 50 , 50 , 200 , 100 ) autoShape . text_frame . paragraphs...

    docs.aspose.com/slides/fr/python-net/text-forma...
  6. Архивы

    Архивы...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/ru/slides/convert-ppt-to-word-o...
  7. أرشيف

    أرشيف...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/ar/slides/convert-ppt-to-word-o...
  8. Arşiv

    Arşiv...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/tr/slides/convert-ppt-to-word-o...
  9. Архів

    Архів...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/uk/slides/convert-ppt-to-word-o...
  10. 使用 PHP 管理演示文稿中的字体|Aspose.Slides for PHP 文档

    使用 Aspose.Slides 在 PHP 中控制字体:嵌入、替换并加载自定义字体,以确保 PPT、PPTX 和 ODP 演示文稿保持清晰、品牌安全且一致。...Placeholder 形状,并将其类型转换为 AutoShape 。 从由 AutoShape 暴露的 TextFrame 中获取...访问幻灯片中的第一个和第二个占位符,并将其类型转换为 AutoShape $tf1 = $slide -> getShapes...

    docs.aspose.com/slides/zh/php-java/manage-fonts/