Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 45,829 for

shape

(0.08 sec)
  1. ChartSeries.BubbleSizes | Aspose.Words for .NET

    Discover the ChartSeries BubbleSizes property to access customizable bubble sizes, enhancing your data visualization and charting experience.... Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; // Delete default...

    reference.aspose.com/words/net/aspose.words.dra...
  2. How to Get Custom Bullets from Presentations Us...

    Using aspose slides for cpp. Both No bullets and custom bullets both come as Not defined . using API: paragraphFormat->get_Bullet()->get_Type() Is there a way to differentiate custom bullets? Thanks... Add a Shape : Add an auto shape to the slide where...: Get the text frame of the shape to manipulate the paragraphs...

    forum.aspose.com/t/how-to-get-custom-bullets-fr...
  3. Slide Transition|Aspose.Slides for PHP Document...

    PowerPoint slide transition, PowerPoint morph transition...getSlides () -> get_Item ( 0 )); $shape = $presentation -> getSlides...0 ); $shape -> setX ( $shape -> getX () + 100 ); $shape -> setY...

    docs.aspose.com/slides/php-java/slide-transition/
  4. Slide Transition|Aspose.Slides Documentation

    PowerPoint slide transition, PowerPoint morph transition in Java... get_Item ( 0 )); IShape shape = presentation . getSlides ()...( 0 ); shape . setX ( shape . getX () + 100 ); shape . setY (...

    docs.aspose.com/slides/androidjava/slide-transi...
  5. ChartDataLabelCollection.rotation property | As...

    ChartDataLabelCollection.rotation property. Gets or sets the rotation of the data labels of the entire series in degrees....HORIZONTAL , label shapes, if they exist, are rotated...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Portion|Aspose.Slides for Python Documentation

    Get portion in PowerPoint presentation in Python...presentation : shape = presentation . slides [ 0 ] . shapes [ 0 ] textFrame...textFrame = shape . text_frame for paragraph in textFrame . paragraphs...

    docs.aspose.com/slides/python-net/portion/
  7. SignatureLine.is_signed property | Aspose.Words...

    SignatureLine.is_signed property. Indicates that signature line is signed by digital signature....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () signature_line = shape . signature_line...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.suggestedExtension property | Aspose....

    OleFormat.suggestedExtension property. Gets the file extension suggested for the current embedded object if you want to save it into a file....docm" ); let shape = doc . getShape ( 0 , true...The OLE object in the first shape is a Microsoft Excel spreadsheet...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Shape.accept method | Aspose.Words for Node.js

    Shape.accept method. Accepts a visitor....for all child nodes of the shape and calls DocumentVisitor.visitShapeEnd()...Drawing class Shape Shape.textPath property Shape.acceptEnd method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Drawing::Charts::ChartLegend::ge...

    Aspose::Words::Drawing::Charts::ChartLegend::get_Position method. Specifies the position of the legend on a chart in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...