Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 5,190 for

autoshape

(0.96 sec)
  1. Create Presentations in PHP|Aspose.Slides for P...

    Create presentations with Aspose.Slides for PHP via Java — produce PPT, PPTX, and ODP files and save them programmatically for reliable results.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); # Add an autoshape of type line $slide -> getShapes...

    docs.aspose.com/slides/php-java/create-presenta...
  2. Export Math Equations from Presentations on And...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Android via Java—preserve formatting and boost compatibility....Presentation (); try { IAutoShape autoShape = pres . getSlides (). get_Item...mathParagraph = (( MathPortion ) autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/androidjava/exporting-ma...
  3. Export Math Equations from Presentations in Jav...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Java—preserve formatting and boost compatibility....Presentation (); try { IAutoShape autoShape = pres . getSlides (). get_Item...mathParagraph = (( MathPortion ) autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/java/exporting-math-equa...
  4. Highlight Text in PowerPoint using Java

    Highlight text in PowerPoint using Java. Get the detail to set IDE, a list of steps, and a sample code to highlight in PowerPoint using Java....type cast to the Object as AutoShape Highlight the text using different...be highlighted. Once the AutoShape object is created, use the...

    kb.aspose.com/slides/java/highlight-text-in-pow...
  5. Create Presentations in JavaScript|Aspose.Slide...

    Create presentations with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results.... Add an AutoShape of Line type using addAutoShape...get_Item ( 0 ); // Add an autoshape of type line slide . getShapes...

    docs.aspose.com/slides/nodejs-java/create-prese...
  6. Ընդգծեք տեքստը PowerPoint-ում Java-ի միջոցով

    Ընդգծեք տեքստը PowerPoint-ում Java-ի միջոցով: Ստացեք մանրամասներ՝ IDE-ն կարգավորելու համար, քայլերի ցանկ և օրինակելի կոդը՝ PowerPoint-ում Java-ի միջոցով ընդգծելու համար:...տեսակը օբյեկտի վրա որպես AutoShape Ընդգծեք տեքստը՝ օգտագործելով...տեքստը պետք է ընդգծվի: Երբ AutoShape օբյեկտը ստեղծվի, օգտագործեք...

    kb.aspose.com/hy/slides/java/highlight-text-in-...
  7. Add Ellipses to Presentations in C++|Aspose.Sli...

    Learn how to create, format, and manipulate ellipse shapes in Aspose.Slides for C++ across PPT and PPTX presentations — C++ code examples included....by using its Index Add an AutoShape of Ellipse type using AddAutoShape...by using its Index. Add an AutoShape of Ellipse type using AddAutoShape...

    docs.aspose.com/slides/cpp/ellipse/
  8. Manage Presentation Zoom in C++|Aspose.Slides D...

    Create and customize Zoom with Aspose.Slides for C++ — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....for the second slide auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/cpp/manage-zoom/
  9. Manage Presentation Properties in C++|Aspose.Sl...

    Master presentation properties in Aspose.Slides for C++ and streamline search, branding and workflow in your PowerPoint and OpenDocument files....System :: SharedPtr < AutoShape > autoShape = System :: ExplicitCast...ExplicitCast < AutoShape > ( pres -> get_Slide ( 0 ) -> get_Shape (...

    docs.aspose.com/slides/cpp/presentation-propert...
  10. Manage Connectors in Presentations Using C++|As...

    Empower C++ apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors.... Add two AutoShape to the slide using the AddAutoShape...get_Shapes (); // Adds an Ellipse autoshape SharedPtr < IAutoShape > ellipse...

    docs.aspose.com/slides/cpp/connector/