Sort Score
Result 10 results
Languages All
Labels All
Results 4,451 - 4,460 of 43,016 for

shape

(0.08 sec)
  1. Add ActiveX Controls|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....ActiveX control inside the shape collection, you can then access...ActiveX control object via Shape.active_x_control property and...

    docs.aspose.com/cells/python-net/add-activex-co...
  2. Add ActiveX Controls using Aspose.Cells|Documen...

    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....ActiveX control inside the shape collection, you can then access...ActiveX control object via Shape.ActiveXControl property and...

    docs.aspose.com/cells/net/add-activex-controls-...
  3. Working with Charts in Python|Aspose.Words for ...

    Create and modify charts of various types in a document using Python....Working with Charts through Shape.chart Object Once the chart...able to change its appearance. Shape.chart property contains all...

    docs.aspose.com/words/python-net/working-with-c...
  4. ChartLegendEntry.font property | Aspose.Words f...

    ChartLegendEntry.font property. Provides access to the font formatting of this legend entry.... SHAPE , 0 , True ) . as_shape () . chart chart_legend...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Փոխարկել JPG BMP Java

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

    products.aspose.com/words/hy/java/conversion/jp...
  6. Փոխարկել JPG GIF Java

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

    products.aspose.com/words/hy/java/conversion/jp...
  7. Փոխարկել Պատկեր PNG Java

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

    products.aspose.com/words/hy/java/conversion/im...
  8. Փոխարկել Պատկեր GIF Java

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

    products.aspose.com/words/hy/java/conversion/im...
  9. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... Shape ( doc , aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Save Presentation|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....Presentation file, add text in shape and Save the presentation to...Presentation (); try { IAutoShape shape = pres . getSlides (). get_Item...

    docs.aspose.com/slides/java/save-presentation/