Sort Score
Result 10 results
Languages All
Labels All
Results 4,441 - 4,450 of 45,926 for

shape

(0.07 sec)
  1. Փոխարկել Պատկեր JPG Java

    Փոխարկեք Պատկեր ը JPG ձևաչափի Java կոդով: Պահեք Պատկեր որպես JPG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/hy/java/conversion/im...
  2. Փոխարկել JPG SVG Java

    Փոխարկեք JPG ը SVG ձևաչափի Java կոդով: Պահեք JPG որպես SVG օգտագործելով Java:...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.svg" , new...

    products.aspose.com/words/hy/java/conversion/jp...
  3. Document constructor | Aspose.Words for Python

    aspose.words.Document constructor...adding content such as text and shapes: a Section, a Body, and a Paragraph...adding content such as text and shapes: a Section, a Body, and a Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Edit FODP in PHP | products.aspose.com

    Edit FODP in PHP. Use PHP library API to edit FODP files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/fodp/
  5. Edit PPSM in PHP | products.aspose.com

    Edit PPSM in PHP. Use PHP library API to edit PPSM files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/ppsm/
  6. Save Presentation|Aspose.Slides for Node.js via...

    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 file, add text in shape and Save the presentation to...Presentation (); try { var shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/nodejs-java/save-present...
  7. Manage Table|Aspose.Slides for Node.js via .NET...

    Create and manage table in PowerPoint presentations in JavaScript...30 , 30 ]); // Adds a table shape to slide var tbl = sld . getShapes...70 , 70 ]); // Adds a table shape to slide var tbl = sld . getShapes...

    docs.aspose.com/slides/nodejs-java/manage-table/
  8. Edit HTML in PHP | products.aspose.com

    Edit HTML in PHP. Use PHP library API to edit HTML files...getSlides () -> get_Item ( 0 ); $shape = $slide -> getShapes () ->...Rectangle , 10 , 10 , 100 , 50 ); $shape -> getTextFrame () -> setText...

    products.aspose.com/slides/php-java/editor/html/
  9. Superscript and Subscript|Aspose.Slides for PHP...

    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....get_Item ( 0 ); # Create text box $shape = $slide -> getShapes () ->...200 , 100 ); $textFrame = $shape -> getTextFrame (); $textFrame...

    docs.aspose.com/slides/php-java/superscript-and...
  10. AxisBound class | Aspose.Words for Python

    aspose.words.drawing.charts.AxisBound class. Represents minimum or maximum bound of axis values... DocumentBuilder ( doc ) shape = builder . insert_chart ( aw...LINE , 500 , 300 ) chart = shape . chart # Clear the chart's...

    reference.aspose.com/words/python-net/aspose.wo...