Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 42,840 for

shape

(0.04 sec)
  1. ThemeFonts.east_asian property | Aspose.Words f...

    ThemeFonts.east_asian property. Specifies font name for EastAsian characters....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". colors = theme . colors colors . dark1 =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Chart.AxisX | Aspose.Words for .NET

    Explore the Chart AxisX property for seamless control over your chart's primary X axis, enhancing data visualization and insights....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Clear the chart's...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 公共 API Aspose.Diagram 5.8.0 的变化|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....Initialize an array of shapes Aspose . Diagram . Shape [] ss = new Aspose...Diagram . Shape [ 2 ]; // extract and assign shapes to the array...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  4. GradientStopCollection class | Aspose.Words for...

    Aspose.Words.Drawing.GradientStopCollection class. Contains a collection of [GradientStop](../gradientstop/) objects...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...ShapeType . Rectangle , 80 , 80 ); shape . fill . twoColorGradient (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Manage PowerPoint Paragraph in Java|Aspose.Slid...

    Create paragraphs and manage paragraph properties in PowerPoint presentations on Android in Java...Presentation (); try { IAutoShape shape = presentation . getSlides ()...autoshape ITextFrame textFrame = shape . getTextFrame (); // Removes...

    docs.aspose.com/slides/androidjava/manage-parag...
  6. Rotated Parts of SmartArt Are Cropped When Conv...

    Hello, When trying to convert a smartArt object which has a part of it rotated outside of smartArt border to image the rotated part is cropped and not converted properly. Here’s a simple code snippet I’m using to conve…...get_Item(0); IShape shape = slide.getShapes().get_Item(0); shape.getImage()...boundaries of the SmartArt shape. To address this issue, you...

    forum.aspose.com/t/rotated-parts-of-smartart-ar...
  7. 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...
  8. Public API Changes in Aspose.Cells 8.3.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....csv" , options ); Added Shape.Id Property The v8.3.0 has added...property Shape.Id in order to uniquely identify each shape object...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. Presentation Header and Footer|Aspose.Slides fo...

    PowerPoint header and footer in Python...master ): for shape in master . shapes : if shape . placeholder...placeholder is not None : if shape . placeholder . type == slides . PlaceholderType...

    docs.aspose.com/slides/python-net/presentation-...
  10. Get DrawObject and Bound while rendering to PDF...

    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....Image, it prints its Bound and Shape Name. Please see the console...Print the coordinates and the shape name of Image object if ( drawObject...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...