Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 48,648 for

shape

(0.07 sec)
  1. ChartAxis.minor_unit_scale property | Aspose.Wo...

    ChartAxis.minor_unit_scale property. Returns or sets the scale value for minor tick marks on the time category axis....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...450 , height = 250 ) chart = shape . chart self . assertEqual (...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....presentation : # Assuming the first shape on the first slide is a table...presentation . slides [ 0 ] . shapes [ 0 ] for row_index in range...

    docs.aspose.com/slides/python-net/manage-cells/
  3. ChartMultilevelValue constructor | Aspose.Words...

    aspose.words.drawing.charts.ChartMultilevelValue constructor... shape = builder . insert_chart ( chart_type...450 , height = 280 ) chart = shape . chart chart . title . text...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Rendering Slicer with Golang via C++|Documentation

    Render slicers in Excel files using Aspose.Cells with Golang via C++....supports the rendering of slicer shape. If you convert your worksheet...

    docs.aspose.com/cells/go-cpp/rendering-slicer/
  5. Story class | Aspose.Words for Python

    aspose.words.Story class. Base class for elements that contain block-level nodes [Paragraph](../paragraph/) and [Table](../../aspose.words.tables/table/)...from Node ) delete_shapes() Deletes all shapes from the text of...Examples Shows how to remove all shapes from a node. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::Charts::ChartShapeType ...

    Aspose::Words::Drawing::Charts::ChartShapeType enum. Specifies the Shape type of chart elements in C++....ChartShapeType enum Specifies the shape type of chart elements. enum...Default 0 Indicates that a shape is not defined for the chart...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Manage Callouts in Presentation Charts Using PH...

    Create and style callouts in Aspose.Slides for PHP via Java with concise code examples, compatible with PPT and PPTX to automate presentation workflows....setting series data label callout shape for a Doughnut chart. Below...setAutofitType ( TextAutofitType :: Shape ); $lbl -> getDataLabelFormat...

    docs.aspose.com/slides/php-java/callout/
  8. Animate PowerPoint Text in Python|Aspose.Slides...

    Create dynamic animated text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET, with easy-to-follow, optimized code examples....auto_shape = slide . shapes [ 0 ] paragraph = auto_shape . text_frame...effects to another paragraph or shape. Aspose.Slides for Python lets...

    docs.aspose.com/slides/python-net/animated-text/
  9. ChartDataLabelCollection | Aspose.Words for Java

    Represents a collection of ChartDataLabel in Java....= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...= new DocumentBuilder(doc); Shape chartShape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Java. Fast how-to guide....( IShape shape : slide . getShapes ()) { if ( shape instanceof...IVideoFrame vf = ( IVideoFrame ) shape ; String type = vf . getEmbeddedVideo...

    docs.aspose.com/slides/java/video-frame/