Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 4,473 for

autoshape

(0.02 sec)
  1. WordArt|Aspose.Slides Documentation

    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/cpp/wordart/
  2. Create Presentation in .NET|Aspose.Slides Docum...

    Creating PowerPoint Presentations Programmatically in C# e.g. PPT, PPTX, ODP etc.... Add an AutoShape of Line type using AddAutoShape... Slides [ 0 ]; // Add an autoshape of type line slide . Shapes...

    docs.aspose.com/slides/net/create-presentation/
  3. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...pdf" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/net/editor/pdf/
  4. FieldShape.text property | Aspose.Words for Python

    FieldShape.text property. Gets or sets the text to retrieve....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. shape = shapes [ 0 ] . as_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldShape.Text | Aspose.Words for .NET

    Manage FieldShape text easily—get or set values effortlessly for seamless data retrieval and enhanced functionality in your applications....the anchor/canvas for an AutoShape object with the "In line with...the inline canvas for the AutoShape. Shape shape = ( Shape ) shapes...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Manage Placeholder|Aspose.Slides Documentation

    Change Text in a Placeholder in PowerPoint Slides using Java. Set Prompt Text in a Placeholder in PowerPoint Slides using Java....the placeholder shape to an AutoShape and change the text using...TextFrame associated with the AutoShape . Save the modified presentation...

    docs.aspose.com/slides/java/manage-placeholder/
  7. Edit HTML in C# | products.aspose.com

    Edit HTML in C#. Use .NET library API to edit HTML file...html" ); AutoShape shape = (AutoShape)pres.Slides[ 0 ]...

    products.aspose.com/slides/net/editor/html/
  8. Exporting Math Equations|Aspose.Slides for Node...

    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....Presentation (); try { var autoShape = pres . getSlides (). get_Item...50 ); var mathParagraph = autoShape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/nodejs-java/exporting-ma...
  9. Disable Spell Check and Grammar Check in PowerP...

    How can we disable spellcheck/grammer check in the PPT....addClone(sld); // Add an autoshape of type line IAutoShape ashp...instanceof AutoShape) { AutoShape autoShape = ((AutoShape)shape);...

    forum.aspose.com/t/disable-spell-check-and-gram...
  10. Connector|Aspose.Slides Documentation

    Connect PowerPoint shapes in C# or .NET... Add two AutoShape to the slide using the AddAutoShape...Shapes ; // Adds an Ellipse autoshape IAutoShape ellipse = shapes...

    docs.aspose.com/slides/net/connector/