Sort Score
Result 10 results
Languages All
Labels All
Results 4,941 - 4,950 of 48,389 for

shape

(0.11 sec)
  1. Filtering the kind of data while loading the wo...

    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....following sample code loads only shape objects while loading the workbook...set to LoadDataFilterOption.Shape . The following screenshot shows...

    docs.aspose.com/cells/net/filtering-the-kind-of...
  2. Შეკუმშოს PDF Python

    შეკუმშოს PDF Python ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ PDF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True)] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/ka/python-net/compres...
  3. Convert PowerPoint Slides to PNG in Java|Aspose...

    Convert PowerPoint presentations to high-quality PNG images quickly with Aspose.Slides for Java, ensuring precise, automated results....can I export only a specific shape (e.g., chart or picture) rather...for individual shapes ; you can render a shape to a PNG image...

    docs.aspose.com/slides/java/convert-powerpoint-...
  4. Create Charts Using VSTO and Aspose.Slides for ...

    Learn how to automate PowerPoint chart creation in Java. This step-by-step guide shows why Aspose.Slides for Java is a faster, more powerful alternative to Microsoft.Office.Interop....Slides allows you to export any shape—including charts—as a separate...getImage method on the chart shape . Create and Embed Excel Charts...

    docs.aspose.com/slides/java/create-a-chart-in-a...
  5. Add new last slide with text using insertFromHt...

    For an existing presentation I want to add an extra slide with some additional free text. I am using *IMasterLayoutSlideCollection layoutSlides = emptyMaster.getLayoutSlides();* blankLayout = layoutSlides.getByType(Sl…...access the text frame of the shape where you want to insert the...newly added slide's shape IAutoShape shape = (IAutoShape) emptySlide...

    forum.aspose.com/t/add-new-last-slide-with-text...
  6. Convert JPG To PNG Java

    Convert JPG to PNG format in Java code. Save JPG as PNG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.jpg" ); shape.getShapeRenderer().save( "Output.png" , new...

    products.aspose.com/words/java/conversion/jpg-t...
  7. Convert JPG To Image Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  8. Convert Image To JPG Java

    Convert Image to JPG format in Java code. Save Image as JPG using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.jpg" , new...

    products.aspose.com/words/java/conversion/image...
  9. Convert Image To BMP Java

    Convert Image to BMP format in Java code. Save Image as BMP using Java....new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input..."Input.png" ); shape.getShapeRenderer().save( "Output.bmp" , new...

    products.aspose.com/words/java/conversion/image...
  10. Rendering Timeline|Documentation

    Manage timelines of Excel files with Aspose.Cells For java....supports the rendering of timeline shapes without requiring Office 2013...existing timeline. Get the shape object according to the name...

    docs.aspose.com/cells/java/rendering-timeline/