Sort Score
Result 10 results
Languages All
Labels All
Results 5,181 - 5,190 of 50,331 for

shape

(0.06 sec)
  1. How to create waterfall chart|Documentation

    Create waterfall charts in Excel with C# and Aspose.Cells for Python via .NET API....chart appearance to give it the shape of the waterfall by setting...

    docs.aspose.com/cells/python-net/creating-water...
  2. OdtSaveMeasureUnit enumeration | Aspose.Words f...

    Aspose.Words.Saving.OdtSaveMeasureUnit enumeration. Specified units of measure to apply to measurable document content such as Shape, widths and other during saving....measurable document content such as shape, widths and other during saving...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. OdtSaveMeasureUnit enumeration | Aspose.Words f...

    aspose.words.saving.OdtSaveMeasureUnit enumeration. Specified units of measure to apply to measurable document content such as Shape, widths and other during saving....measurable document content such as shape, widths and other during saving...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartTitle.font property | Aspose.Words for Nod...

    ChartTitle.font property. Provides access to the font formatting of the chart title....( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ViewOptions.DisplayBackgroundShape | Aspose.Wor...

    Discover the DisplayBackgroundShape property in ViewOptions to enhance your print layout with customizable background Shapes for a polished look....Controls display of the background shape in print layout view. public...

    reference.aspose.com/words/net/aspose.words.set...
  6. Integrating Excel Data into PowerPoint Presenta...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....paragraphs from the target shape (assumes shape index 1 is used) IParagraphCollection...IParagraphCollection paragraphs = ( slide . Shapes [ 1 ] as AutoShape ). TextFrame...

    docs.aspose.com/slides/net/developer-guide/tech...
  7. ArgumentException Occurrs When Converting PPTX ...

    Hello, I am using Aspose.slides 25.5 to convert PPT to PDF. I am attempting to convert a PPT that contains a mathematical equation inserted in it to PDF but, the conversion fails with below exception: Blockquotecom.as…...Shape.qs(Unknown Source) at com.aspose.slides.Shape.getFrame(Unknown...for (IShape shape : slide.getShapes()) { if (shape instanceof...

    forum.aspose.com/t/argumentexception-occurrs-wh...
  8. How to Make a Pie Chart in PowerPoint using Python

    This short topic guides how to make a pie chart in PowerPoint using Python along with the detailed steps to configure the environment and use the example code. The example provides sample code to add pie chart to PowerPoint using Python....presentation Insert a chart shape with Pie chart as its type Set...default first slide. Then a chart shape is added with a PIE as chart...

    kb.aspose.com/slides/python/how-to-make-a-pie-c...
  9. Lock or unlock shapes|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....Ask AI Lock or unlock shapes Contents [ Hide ] Sometimes, you...you need to protect all shapes in certain worksheets to prevent...

    docs.aspose.com/cells/java/lock-or-unlock-shapes/
  10. ChartYValue | Aspose.Words for Java

    Represents an Y value for a chart series in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeries series1...

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