Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 5,261 for

shape position

(0.06 sec)
  1. Presentation-to-Image Conversion in C# Is Not P...

    I am using a pptx file and converting it to images. The images are not correct. Note that this works fine on windows but fails on Ubuntu linux servers. The images are created but are missing parts of the slide. I am usin…...Position = 0; // Load the image with...SaveTo(outputStream); outputStream.Position = 0; if (isThumbnail) { await...

    forum.aspose.com/t/presentation-to-image-conver...
  2. LegendPosition | Aspose.Words for Java

    Specifies the possible Positions for a chart legend in Java....LegendPosition Specifies the possible positions for a chart legend. Examples:...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert Presentations to HTML5 in Python|Aspose...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for Python via .NET. Preserve formatting, animations, and interactivity....as options for controlling shape animations and slide transitions...to specify the settings for shape animations and slide transitions...

    docs.aspose.com/slides/python-net/export-to-html5/
  4. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... shapes . add_chart ( charts . ChartType...scatter chart. chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/create-chart/
  5. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…...MaxDataColumn); RadAway: shape.Width = 600; We have investigated...the OLE Shape width does not set correctly. The Shape.Width should...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  6. Convert Chart to Localized Image with Golang vi...

    Learn how to set globalization configurations for charts using Aspose.Cells for C++. Our guide demonstrates how to configure the chart to support multiple languages and regional formats to correctly display text, dates, and numbers in different languages....Region for Chart Manipulate Position Size and Designer Chart with...with Golang via C++ Shapes in Charts with Golang via C++...

    docs.aspose.com/cells/go-cpp/convert-chart-to-l...
  7. Convert Presentations to HTML5 in .NET|Aspose.S...

    Export PowerPoint & OpenDocument presentations to responsive HTML5 with Aspose.Slides for .NET. Preserve formatting, animations, and interactivity....as options for controlling shape animations and slide transitions...want to specify settings for shape animations and slide transitions...

    docs.aspose.com/slides/net/export-to-html5/
  8. Public API Changes in Aspose.Cells 8.4.0|Docume...

    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....pivot table using pivot table position worksheet . getPivotTables...image data from a chart or shape. Added HtmlSaveOptions.ExportBogusRowData...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Create and Embed Excel Charts as OLE Objects Us...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and embed Excel charts as OLE objects into PowerPoint (PPT, PPTX) slides in C#.... Position the chart on the slide. Save...shapeRange = pptSlide . Shapes . Paste (); // Position the chart on the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....CONTINUE; } /// /// Called when a Shape is encountered in the document...visitShapeStart(Shape shape) { if (shape.getFont().getHidden()) shape.remove();...

    reference.aspose.com/words/java/com.aspose.word...