Sort Score
Result 10 results
Languages All
Labels All
Results 6,131 - 6,140 of 48,774 for

shape

(0.13 sec)
  1. Add Watermark to ODP Presentation Files using P...

    Python source code for adding Watermark to ODP Presentation.... shapes . add_auto_shape(slides . ShapeType...from Editing watermarkShape . shape_lock . select_locked = True...

    products.aspose.com/slides/python-net/watermark...
  2. Get the Entire Slide Background from a Presenta...

    Extract full slide backgrounds as images from PowerPoint and OpenDocument presentations using Aspose.Slides for C++, streamlining visual workflows....theme, color scheme, and the shapes placed on the master slide...temporary presentation. Delete the shapes from the cloned slide. Convert...

    docs.aspose.com/slides/cpp/get-the-entire-prese...
  3. Aspose::Words::Drawing::Charts::AxisBound::get_...

    Aspose::Words::Drawing::Charts::AxisBound::get_Value method. Returns numeric value of axis bound in C++....Aspose :: Words :: Drawing :: Shape > chartShape = builder -> InsertChart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Convert JPG To Image C#

    Convert JPG to Image format in C# code. Save JPG as Image 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...
  5. Convert JPG To JPG C#

    Convert JPG to JPG format in C# code. Save JPG as JPG 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...
  6. Convert OTT to ODP via C# .NET or with free Onl...

    Convert Word ott 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/ott-to...
  7. Change SVG Fill Color in Python | Change Fill C...

    Learn how to change SVG fill color in Python. This guide shows how to load an SVG, change its fill colors, and save the updated SVG using Python code.... Each shape, such as <circle> , <rect> ...red instantly. Simple for one shape, but if you are working with...

    blog.aspose.com/svg/change-svg-fill-color-in-py...
  8. Convert JPG To DOCX Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  9. Convert WORD To PDF Java

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

    products.aspose.com/words/java/conversion/word-...
  10. Convert Image To HTML Java

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

    products.aspose.com/words/java/conversion/image...