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

shape

(0.11 sec)
  1. Shape.textPath property | Aspose.Words for Node.js

    Shape.textPath property. Defines the text of the text path (of a WordArt object)....textPath property Shape.textPath property Defines the text of...Drawing class Shape Shape.textBox property Shape.updateSmartArtDrawin...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartYValue.from_double method | Aspose.Words f...

    ChartYValue.from_double method. Creates a [ChartYValue](../) instance of the [ChartYValueType.DOUBLE](../../chartyvaluetype/#DOUBLE) type....DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...432 , height = 252 ) chart = shape . chart series1 = chart . series...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API Changes in Aspose.Diagram 17.01|Docu...

    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....Selective Shapes Developers can select specific shapes to convert...supported format. We have added Shapes member in the RenderingSaveOptions...

    docs.aspose.com/diagram/net/public-api-changes-...
  4. Create Organization Chart|Documentation

    This section explains how to create a organization chart using Aspose.Diagram for Java....Page class auto layout the shapes and connectors in the page...stencil. Add organization node shapes to page. Add connectors to...

    docs.aspose.com/diagram/java/create-organizatio...
  5. BubbleSizeCollection | Aspose.Words for Java

    Represents a collection of bubble sizes for a chart series in Java.... Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); // Delete default...

    reference.aspose.com/words/java/com.aspose.word...
  6. DeleteBlankRows() is deleting rows even if it h...

    Ideally, according to the documentation, DeleteBlankRows() should delete only rows which are empty i.e. the rows which does not have any content, images, charts, comments etc… But in the attached file below, Even the r…...deleting rows even if it has shapes on it Aspose.Cells Product...different processing logic for shape and other graphic objects, resulting...

    forum.aspose.com/t/deleteblankrows-is-deleting-...
  7. Shape.stroked property | Aspose.Words for Node.js

    Shape.stroked property. Defines whether the path will be stroked....stroked property Shape.stroked property Defines whether the path...Drawing class Shape Shape.strokeWeight property Shape.textBox property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Manage Video Frames in Presentations Using Java...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for Node.js via Java. Fast how-to guide.... Iterate through all the Shape objects to find a VideoFrame...getShapes (). size (); j ++ ) { let shape = slide . getShapes (). get_Item...

    docs.aspose.com/slides/nodejs-java/video-frame/
  9. Charts are not replacing at correct tag positio...

    Hello Team , We are replacing charts and table to the required tag position in template , tables are replacing properly at desired tag position, but same is not happen for Chart , I have attach console application code …...its position by adjusting the Shape object that is returned when...can set the position of the shape using properties like Top and...

    forum.aspose.com/t/charts-are-not-replacing-at-...
  10. Manage Audio in Presentations Using C++|Aspose....

    Create and control audio frames in Aspose.Slides for C++—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....auto audioFrame = sld -> get_Shapes () -> AddAudioFrameEmbedde...auto audioFrame = slide -> get_Shapes () -> AddAudioFrameEmbedde...

    docs.aspose.com/slides/cpp/audio-frame/