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

shape

(0.1 sec)
  1. FieldShape | Aspose.Words for Java

    Implements the Shape field in Java....extends Field Implements the SHAPE field. To learn more, visit...Microsoft Word fields such as SHAPE and EMBED are handled during...

    reference.aspose.com/words/java/com.aspose.word...
  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. 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...
  4. 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/
  5. 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...
  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. Picture Frame|Aspose.Slides for Node.js via .NE...

    Add a picture frame to a PowerPoint presentation in JavaScript...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/nodejs-java/picture-frame/
  10. Shape.accept method | Aspose.Words for Python

    Shape.accept method. Accepts a visitor....visit_shape_start() , then calls Node.accept()...nodes of the shape and calls DocumentVisitor.visit_shape_end() at...

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