Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 5,155 for

shape grouping

(0.12 sec)
  1. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....format("{0} shape {1}, of type {2}.{3}", mOutFileName...corresponding to the shape or group shape that is about to be...

    reference.aspose.com/words/java/com.aspose.word...
  2. Forms2OleControlType | Aspose.Words for Java

    Enumerates types of Forms 2.0 controls in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...checkBoxControl = (CheckBoxControl)shape.getOleFormat().getOleControl();...

    reference.aspose.com/words/java/com.aspose.word...
  3. Can't get the picture in the header - Free Supp...

    I am trying to extract the pictures from the header of a word document. But it doesn’t seems to always work. I would like to know if there was a way to get them 100% of the time, thank you ( i am using aspose word python…...SHAPE or node.node_type == aw.NodeType.GROUP_SHAPE: image_file_name...f"images/image_{image_index}.png" node.as_shape().image_data.save(image_file_name)...

    forum.aspose.com/t/cant-get-the-picture-in-the-...
  4. AxisGroup | Aspose.Words for Java

    Represents a type of a chart axis group in Java....Represents a type of a chart axis group. Examples: Shows how to work...new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  5. ImageSavingArgs.IsImageAvailable | Aspose.Words...

    Check if an image is ready for export with the IsImageAvailable property in ImageSavingArgs. Ensure seamless image management and efficiency!... When saving a group shape or a shape that doesn’t require...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... shapes . add_chart ( charts . ChartType...scatter chart. chart = slide . shapes . add_chart ( charts . ChartType...

    docs.aspose.com/slides/python-net/create-chart/
  7. Extended overview of main Aspose.PSD for Python...

    Examples of working PSD, PSD and AI formats using Python...with Group Layers within PSD File](psd/python-net/psd-group-layer/)...[Working with Shape Layers](psd/python-net/psd-shape-layer-manipulation/)...

    docs.aspose.com/psd/python-net/update-psd-psb-f...
  8. ChartSeriesGroup Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartSeriesGroup class, which simplifies managing chart series properties for enhanced data visualization and analysis....properties of a chart series group, that is, the properties of...sets the axis group to which this series group belongs. AxisX...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a new series group of the specified series type to this collection....add(series_type) Adds a new series group of the specified series type...Combo charts can contain series groups only of the following types:...

    reference.aspose.com/words/python-net/aspose.wo...
  10. EditableRangeStart | Aspose.Words for Java

    Represents a start of an editable range in a Word document in Java....editable ranges to a specific group/user. public void visitor()...getEditorGroup()); // 2 - Specify a group that allowed users are associated...

    reference.aspose.com/words/java/com.aspose.word...