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

shape

(0.13 sec)
  1. Format PowerPoint Text in C++|Aspose.Slides Doc...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Customize fonts, colors, alignment, and more....pres -> get_Slide ( 0 ) -> get_Shapes () -> AddAutoShape ( ShapeType...pres -> get_Slide ( 0 ) -> get_Shape ( 0 )); auto portions = autoShape...

    docs.aspose.com/slides/cpp/text-formatting/
  2. ShapeBase.bounds2 property | Aspose.Words for N...

    ShapeBase.bounds2 property. Gets or sets the location and size of the containing block of the Shape....the containing block of the shape. get bounds2 () : Aspose . Words...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored document in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  4. Edit PPT in Java | products.aspose.com

    Edit PPT in Java. Use Java library API to edit PowerPoint presentation...get_Item ( 0 ); IAutoShape shape = slide . getShapes (). addAutoShape...Rectangle , 10 , 10 , 100 , 50 ); shape . getTextFrame (). setText (...

    products.aspose.com/slides/java/editor/ppt/
  5. Export Presentation Charts on Android|Aspose.Sl...

    Learn how to export presentation charts with Aspose.Slides for Android via Java, supporting PPT and PPTX formats, and streamline reporting into any workflow.... A chart is a shape, and its contents can be saved...saved to SVG using the shape-to-SVG saving method . How can I set...

    docs.aspose.com/slides/androidjava/export-chart/
  6. Aspose::Words::Drawing::Charts::Chart class | A...

    Aspose::Words::Drawing::Charts::Chart class. Provides access to the chart Shape properties. To learn more, visit the documentation article in C++....Provides access to the chart shape properties. To learn more, visit...( doc ); // Insert a chart shape with a document builder and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. AxisGroup enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisGroup enumeration. Represents a type of a chart axis group....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 450 , 250 ); let chart = shape . chart ; let series = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartDataPoint.invertIfNegative property | Aspo...

    ChartDataPoint.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartSeries.invertIfNegative property | Aspose....

    ChartSeries.invertIfNegative property. Specifies whether the parent element shall inverts its colors if the value is negative....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartYValue.fromDouble method | Aspose.Words fo...

    ChartYValue.fromDouble method. Creates a [ChartYValue](../) instance of the [ChartYValueType.Double](../../chartyvaluetype/#Double) type....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let series1 = chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...