Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 5,434 for

shape grouping

(0.18 sec)
  1. 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-...
  2. Doc文档save时报错 - Free Support Forum - aspose.com

    请问下这个报错可能是什么原因: <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-words</artifactId> <version>24.7</version>= </dependency> public String doc2Markdown(String taskId, InputStream inputStream, DocFilterCal…...SHAPE, true).clear(); document.ge...getChildNodes(NodeType.GROUP_SHAPE, true).clear(); MarkdownSaveOptions...

    forum.aspose.com/t/doc-save/324374
  3. 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...
  4. EditableRangeEnd | Aspose.Words for Java

    Represents an end 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...
  5. 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...
  6. Manage canvases of an XPS file | C++

    C++ API solution for managing XPS files. Code example shows how to clip and transform canvases of XPS files with a few lines of C++ code.... such as text, images, and shapes, can be drawn. It serves as...allows for complex layouts and grouping of elements. Canvases can...

    products.aspose.com/page/cpp/work-with-canvases/
  7. Chart class | Aspose.Words for Python

    aspose.words.drawing.charts.Chart class. Provides access to the chart Shape properties...Provides access to the chart shape properties. To learn more, visit...collection. series_groups Provides access to a series group collection...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. ChartSeriesGroupCollection class | Aspose.Words...

    Aspose.Words.Drawing.Charts.ChartSeriesGroupCollection class. Represents a collection of [ChartSeriesGroup](../chartseriesgroup/) objects....Returns the number of series groups in this collection. this[]...add(seriesType) Adds a new series group of the specified series type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...Called when enumeration of a group shape has ended. visitGroupShapeStart(groupShape)...Called when enumeration of a group shape has started. visitHeader...

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