Sort Score
Result 10 results
Languages All
Labels All
Results 6,531 - 6,540 of 50,850 for

shape

(0.47 sec)
  1. Convert OTT to POTX via C# .NET or with free On...

    Convert Word ott documents to PowerPoint potx files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/ott-to...
  2. Convert ODT to POT via C# .NET or with free Onl...

    Convert Word odt documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....in text frame of any slide shape inside presentation Save the...IAutoShape ashape = slide . Shapes . AddAutoShape ( ShapeType...

    products.aspose.com/total/net/conversion/odt-to...
  3. How to Resize Picture in Word using Python

    This article guides you on how to resize picture in Word using Python. It provides configuration details, step-wise process and a runnable sample code to resize image in MS Word using Python....of the added image using the Shape class object. Code to Resize...

    kb.aspose.com/words/python/how-to-resize-pictur...
  4. FootnoteSeparator class | Aspose.Words for Node.js

    Aspose.Words.Notes.FootnoteSeparator class. Represents a container for the footnote/endnote separator and continuation content of a document....Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...deleteShapes() Deletes all shapes from the text of this story...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to insert a Text Box in PowerPoint using Java

    Discover how to insert a text box in PowerPoint using Java with Aspose.Slides for Java. Includes a detailed how-to guide and a code example....access a slide, add a rectangle shape, set the text, and save the...

    blog.aspose.com/slides/how-to-insert-a-text-box...
  6. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...
  7. Convert JPG To TXT Java

    Convert JPG to TXT format in Java code. Save JPG as TXT using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.jpg"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC as EPUB using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.doc"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/doc-t...
  9. Convert DOC To DOCX Java

    Convert DOC to DOCX format in Java code. Save DOC as DOCX using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.doc"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/doc-t...
  10. Convert HTML To MARKDOWN Java

    Convert HTML to MARKDOWN format in Java code. Save HTML as MARKDOWN using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.html"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/html-...