Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 48,784 for

shape

(0.43 sec)
  1. Aspose::Words::Drawing::Charts::AxisDisplayUnit...

    Aspose::Words::Drawing::Charts::AxisDisplayUnit::get_Unit method. Gets or sets the scaling value of the display units as one of the predefined values in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Export Presentation Charts in .NET|Aspose.Slide...

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

    docs.aspose.com/slides/net/export-chart/
  3. How to Create PPT using Python

    This article explains how to create PPT using Python. You can use Python generate PowerPoint presentation and open that in MS PowerPoint for viewing....sample presentation with a line shape added inside the slide is saved...default first slide Add a line shape inside the slide Save the newly...

    kb.aspose.com/slides/python/how-to-create-ppt-u...
  4. Aspose::Words::Drawing::Charts::AxisCrosses enu...

    Aspose::Words::Drawing::Charts::AxisCrosses enum. Specifies the possible crossing points for an axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); // Clear the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. IChartDataPoint.invertIfNegative property | Asp...

    IChartDataPoint.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Visio File Annotations in Java | products.aspos...

    Add or remove data annotation of Visio with just few lines of Java code....support to manage annotations at shape level by adding, accessing and...comments. Using comments at shape level, relevant information...

    products.aspose.com/diagram/python-java/annotat...
  7. 在工作表上添加Word Art水印使用Aspose.Cells|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....get ( 0 ); //Add Watermark Shape wordart = sheet . getShapes...1 , 130 , 800 ); //Get the shape's fill format FillFormat wordArtFormat...

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  8. Export Presentation Charts in Java|Aspose.Slide...

    Learn how to export presentation charts with Aspose.Slides for Java, supporting PPT and PPTX formats, and streamline reporting into any workflow.... A chart is a shape, and its contents can be saved...saved to SVG using the shape-to-SVG saving method . How can I set...

    docs.aspose.com/slides/java/export-chart/
  9. ChartLegend class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartLegend class. Represents chart legend properties...DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 300 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…...process such kind of group shapes. Neither can we get sufficient...problem is that when we render shapes in a “group” state, the calculated...

    forum.aspose.com/t/image-distorted-in-excel-to-...