Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 4,478 for

autoshape

(0.03 sec)
  1. Convert PPTX to Word in Java | products.aspose.com

    Convert PPTX to Word in Java. Use Java library API to convert PowerPoint to Word...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    products.aspose.com/slides/java/conversion/pptx...
  2. WordArt|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....() -> idx_get ( 0 ); auto autoShape = slide -> get_Shapes () ->...200.0f ); auto textFrame = autoShape -> get_TextFrame (); auto...

    docs.aspose.com/slides/zh/cpp/wordart/
  3. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in C++...System :: SharedPtr < AutoShape > autoShape = System :: ExplicitCast...ExplicitCast < AutoShape > ( pres -> get_Slide ( 0 ) -> get_Shape (...

    docs.aspose.com/slides/cpp/presentation-propert...
  4. Create Presentation - C++ PowerPoint API|Aspose...

    To create PowerPoint Presentation in C++ API, please follow the steps mentioned in this article. The code adds a line to the first slide of the presentation.... Add an AutoShape of Line type using the AddAutoShape...

    docs.aspose.com/slides/cpp/create-presentation/
  5. Rectangle|Aspose.Slides Documentation

    Create rectangle in PowerPoint presentation in C# or .NET... Slides [ 0 ]; // Add autoshape of rectangle type sld . Shapes...pres . Slides [ 0 ]; // Add autoshape of rectangle type IShape shp...

    docs.aspose.com/slides/net/rectangle/
  6. Aspose::Words::Fields::FieldEmbed class | Aspos...

    Aspose::Words::Fields::FieldEmbed class. Implements the EMBED field. To learn more, visit the documentation article in C++....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.fie...
  7. Connector|Aspose.Slides for Python Documentation

    Connect PowerPoint shapes in Python... Add two AutoShape to the slide using the add_auto_shape...shapes # Adds an Ellipse autoshape ellipse = shapes . add_auto_shape...

    docs.aspose.com/slides/python-net/connector/
  8. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C++ 中从 PowerPoint 演示文稿中提取图像...Is < AutoShape > ( sh )) { System :: SharedPtr < AutoShape > ashp...ExplicitCast < Aspose :: Slides :: AutoShape > ( sh ); if ( ashp -> get_FillFormat...

    docs.aspose.com/slides/zh/cpp/extracting-images...
  9. Նշեք տեքստը PowerPoint-ում՝ օգտագործելով C#

    Ընդգծեք տեքստը PowerPoint-ում՝ օգտագործելով C#: Ստացեք IDE կարգավորումները, քայլերի ցանկը և կոդերի նմուշը՝ սլայդներում տեքստը որոնելու և PowerPoint-ում C#-ով ընդգծելու համար:...մուտք գործեք յուրաքանչյուր ձև AutoShape օբյեկտում Ընդգծեք տեքստի բոլոր...սլայդի բոլոր ձևերը: Օգտագործեք AutoShape օբյեկտը՝ տեքստը ընդգծելու...

    kb.aspose.com/hy/slides/net/highlight-text-in-p...
  10. 从演示文稿形状中提取图像|Aspose.Slides 文档

    在 C# 或 .NET 中从 PowerPoint 演示文稿中提取图像...if ( sh is AutoShape ) { AutoShape ashp = ( AutoShape ) sh ; if...

    docs.aspose.com/slides/zh/net/extracting-images...