Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 45,787 for

shape

(0.4 sec)
  1. Node.remove method | Aspose.Words for Node.js

    Node.remove method. Removes itself from the parent....Examples Shows how to delete all shapes with images from a document...let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add a new Layer in the Visio Diagram in Ruby|Do...

    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.... new ( data_dir + "Basic_Shapes.vsd" ) \ # get Visio page page...( layer ) \ # add a new shape shape_id = page . addShape ( 3...

    docs.aspose.com/diagram/java/add-a-new-layer-in...
  3. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method... # 1 - Inline shape with a default size based on... PAGE_BREAK ) # 2 - Inline shape with custom dimensions: builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Run Aspose.Diagram in Docker|Documentation

    Run Aspose.Diagram in a Docker container for Linux, Windows Server and any OS. ...5 , 3 ); Shape shape = diagram . Pages [ 0 ]. Shapes . GetShape...shapeId ); shape . Line . LineWeight . Value = 0.1 ; shape . Line...

    docs.aspose.com/diagram/net/how-to-run-aspose-d...
  5. Compress WORD In Java

    Compress WORD in Java without losing quality. Optimize WORD content, reduce file size easily....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // It's up to developer to choose...

    products.aspose.com/words/java/compress/word/
  6. Compress DOCX In Java

    Compress DOCX in Java without losing quality. Optimize DOCX content, reduce file size easily....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // It's up to developer to choose...

    products.aspose.com/words/java/compress/docx/
  7. ChartAxisTitle | Aspose.Words for Java

    Provides access to the axis title properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...432.0, 252.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  8. Presentation Localization|Aspose.Slides Documen...

    Change or check language in PowerPoint presentation. Spell check text in C# or .NET...Language for Presentation and Shape’s Text Create an instance of...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes . AddAutoShape...

    docs.aspose.com/slides/net/presentation-localiz...
  9. ImageData.title property | Aspose.Words for Python

    ImageData.title property. Defines the title of an image....Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ImageData.is_link_only property | Aspose.Words ...

    ImageData.is_link_only property. Returns ``True`` if the image is linked and not stored in the document....Examples Shows how to edit a shape’s image data. img_source_doc...MY_DIR + 'Images.docx' ) source_shape = img_source_doc . get_child_nodes...

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