Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 50,310 for

shape

(0.1 sec)
  1. Convert JPG To TIFF C#

    Convert JPG to TIFF format in C# code. Save JPG as TIFF using C#.... var shape = builder.InsertImage( "Input.jpg" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...
  2. Convert ODT to ODP via C# .NET or with free Onl...

    Convert Word odt documents to PowerPoint odp 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. Convert OTT to PPT via C# .NET or with free Onl...

    Convert Word ott documents to PowerPoint ppt 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...
  4. Convert OTT to PPS via C# .NET or with free Onl...

    Convert Word ott documents to PowerPoint pps 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...
  5. Convert OTT to PPTX via C# .NET or with free On...

    Convert Word ott documents to PowerPoint pptx 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...
  6. Get all the text in a slide|Aspose.Slides Docum...

    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....through shapes to find the placeholder foreach ( Shape shp in...in sld . Shapes ) if ( shp . Placeholder != null ) { //get the...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  7. Convert WORD To PNG Java

    Convert a Word document to PNG format in Java code. Save a Word document as PNG using Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.docx"); shape.getShapeRenderer()...

    products.aspose.com/words/java/conversion/word-...
  8. Convert DOC To PNG Java

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

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

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

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

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

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