Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 5,236 for

shape grouping

(0.06 sec)
  1. ChartSeriesGroupCollection.remove_at method | A...

    ChartSeriesGroupCollection.remove_at method. Removes a series group at the specified index...remove_at(index) Removes a series group at the specified index. All...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Forms2OleControlType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlType enum, featuring a range of Forms 2.0 control types for enhanced document automation.... Frame 7 A control that groups other controls. MultiPage 8..."ActiveX controls.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Working with Images in Python|Aspose.Words for ...

    Create and manage images of various formats in a document using Python....insert_image method returns a Shape object that was just created...further modify properties of the Shape Inserting an Inline Image Pass...

    docs.aspose.com/words/python-net/working-with-i...
  4. Compress DOC In Java

    Compress DOC in Java without losing quality. Optimize DOC content, reduce file size easily.... compile ( group : 'com.aspose' , name : 'aspose-words'...getChildNodes(NodeType.SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...

    products.aspose.com/words/java/compress/doc/
  5. Working with Images in Java|Aspose.Words for Java

    Image Shapes in details and advanced features provided by Aspose.Words for Java....All images are stored inside Shape nodes in a Document. To extract...getChildNodes method to select all Shape nodes. Iterate through resulting...

    docs.aspose.com/words/java/working-with-images/
  6. Compress JPG In Java

    Compress JPG in Java without losing quality. Optimize JPG content, reduce file size easily.... compile ( group : 'com.aspose' , name : 'aspose-words'...new DocumentBuilder (doc); Shape shape = builder.insertImage( "Input...

    products.aspose.com/words/java/compress/jpg/
  7. ShapeType | Aspose.Words for Java

    Specifies the type of Shape in a Microsoft Word document in Java....ShapeType Specifies the type of shape in a Microsoft Word document...Examples: Shows how to insert a shape with an image from the local...

    reference.aspose.com/words/java/com.aspose.word...
  8. Optimize File's Content Using Java

    Compress files in Java: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Maximum Fast SuperFast Cache shapes ? // Repository path: https://releases...for example, 24.4. compile ( group : 'com.aspose' , name : 'aspose-words'...

    products.aspose.com/words/java/compress/
  9. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::RemoveAt method. Removes a series group at the specified index. All child series will be removed from the chart in C++....At method Removes a series group at the specified index. All..."Combo chart.docx" ); auto shape = System :: ExplicitCast < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Add Watermarks to Presentations in .NET|Aspose....

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in .NET to indicate a draft, confidential information, copyright, and more....PictureFrame class or fill a watermark shape with an image. PictureFrame...of the shape object. Since ITextFrame is not a shape and its...

    docs.aspose.com/slides/net/watermark/