Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 49,751 for

shape

(0.17 sec)
  1. Chart Saved as an Image in Java Looks Different...

    Hello, I’m trying to extract charts from PowerPoint and save them as images, but the images have many discrepancies - the quality is low, text is sometimes missing, and the style is different. Is there another way to e…...forEach(shape -> { if (shape instanceof Chart chart)...getImage(ShapeThumbnailBounds.Shape, scaleX, scaleY).save("c:\\work\\chart"+...

    forum.aspose.com/t/chart-saved-as-an-image-in-j...
  2. ShapeBase.leftRelative property | Aspose.Words ...

    ShapeBase.leftRelative property. Gets or sets the value that represents Shape's relative left position in percent....sets the value that represents shape’s relative left position in...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose.PSD for Java 24.12 - Release Notes|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....correct handling of PSD file with Shape layer and having vector and...PSDJAVA-690 Fix rendering of Shapes in PSD files created in an...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  4. SVG/Vector Image Resolution Issue in Aspose.Wor...

    Hello Aspose Team, I am currently using Aspose.Words 25.1.0, where converting SVG/WMF/EMF images to PNG with higher resolution works correctly. Below is the callback code I am using. In version 25.1.0, the resolution en…...args) { var shape = args.CurrentShape as Shape; if (shape == null...null || !shape.HasImage) return; var imgType = shape.ImageData.ImageType;...

    forum.aspose.com/t/svg-vector-image-resolution-...
  5. DocumentBuilder.insertForms2OleControl method |...

    DocumentBuilder.insertForms2OleControl method. Inserts [Forms2OleControl](../../../aspose.words.drawing.ole/forms2olecontrol/) object into current position....forms2OleControl Forms2OleControl Returns Shape object that contains passed...class DocumentBuilder property Shape.oleFormat property OleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...Rectangle , 10 , 10 , 100 , 100 ); shape . FillFormat . FillType = FillType...

    docs.aspose.com/slides/net/presentation-theme/
  7. ShapeBase.isGroup property | Aspose.Words for N...

    ShapeBase.isGroup property. Returns ``true`` if this is a group Shape....Returns true if this is a group shape. get isGroup () : boolean See...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Export Presentation Charts with Python|Aspose.S...

    Learn how to export presentation charts with Aspose.Slides for Python via .NET, supporting PPT, PPTX and ODP formats, and streamline reporting into any workflow.... shapes . add_chart ( charts . ChartType...raster image? Yes. A chart is a shape, and its contents can be saved...

    docs.aspose.com/slides/python-net/export-chart/
  9. Edit PDF in C++ | products.aspose.com

    Edit PDF in C++. Use C++ library API to edit PDF document...idx_get( 0 ); auto shape = slide -> get_Shapes() -> AddAutoShape(ShapeType... 10.0f , 100.0f , 50.0f ); shape -> get_TextFrame() -> set_Text(...

    products.aspose.com/slides/cpp/editor/pdf/
  10. ChartDataPointCollection.count property | Aspos...

    ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

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