Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 43,063 for

shape

(0.05 sec)
  1. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C++... slide -> get_Shapes () -> AddOleObjectFrame ( 0...linked Excel file. slide -> get_Shapes () -> AddOleObjectFrame ( 20...

    docs.aspose.com/slides/cpp/manage-ole/
  2. Adding Shapes to Presentation|Aspose.Slides Doc...

    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....Adding Shapes to Presentation Contents [ Hide ] VSTO Below is...code snippet for adding line shape: Slide slide = Application ...

    docs.aspose.com/slides/net/adding-shapes-to-pre...
  3. 向图表添加Word Art水印|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....//Add a WordArt watermark (shape) to the chart's plot area. com...com . aspose . cells . Shape wordart = chart . getShapes ()....

    docs.aspose.com/cells/zh/java/add-word-art-wate...
  4. ChartSeriesGroupCollection.Add | Aspose.Words f...

    Discover the ChartSeriesGroupCollection Add method to effortlessly add new series groups, enhancing your data visualization capabilities....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...450 , 250 ); Chart chart = shape . Chart ; ChartSeriesCollectio...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Compress PDF In C#

    Compress PDF in C# without losing quality. Optimize PDF content, reduce file size easily....list JpegQuality 50% Cache shapes ? dotnet add package Aspose...GetChildNodes(NodeType.Shape, true); foreach (Shape shape in nodes) { if...

    products.aspose.com/words/net/compress/pdf/
  6. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....NodeType" ) shape = dst_doc . getChild ( nodeType...words.ConvertUtil" ) imagePpi = shape . getImageData () . getImageSize...

    docs.aspose.com/words/java/compress-images-in-r...
  7. Convert PowerPoint to Word|Aspose.Slides Docume...

    Convert PowerPoint Presentation to Word in C++...for ( const auto & shape : slide -> get_Shapes ()) { if ( ObjectExt...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  8. Aspose::Words::Drawing::Charts::ChartDataPoint:...

    Aspose::Words::Drawing::Charts::ChartDataPoint::get_Explosion method. Specifies the amount the data point shall be moved from the center of the pie. Can be negative, negative means that property is not set and no explosion should be applied. Applies only to Pie charts in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Working with Linear Extrusion|Documentation

    Aspose.3D for .NET offers LinearExtrusion class, which takes a 2D Shape as an input and extends the Shape in the 3rd dimension....takes a 2D shape as an input and extends the shape in the 3rd...rotation while extruding the shape. Following code snippet shows...

    docs.aspose.com/3d/net/working-with-linear-extr...
  10. Working with Linear Extrusion|Documentation

    Aspose.3D for Python via .NET offers LinearExtrusion class, which takes a 2D Shape as an input and extends the Shape in the 3rd dimension....takes a 2D shape as an input and extends the shape in the 3rd...rotation while extruding the shape. Following code snippet shows...

    docs.aspose.com/3d/python-net/working-with-line...