Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,236 for

shape grouping

(0.14 sec)
  1. Aspose::Words::DocumentVisitor class | Aspose.W...

    Aspose::Words::DocumentVisitor class. Base class for custom document visitors. To learn more, visit the documentation article in C++....Called when enumeration of a group shape has ended. virtual VisitGroupShapeStart...Called when enumeration of a group shape has started. virtual VisitHeaderFooterEnd...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Logical Levels of Nodes in a Document|Aspose.Wo...

    In Aspose.Words for Node.js via .NET documentation mentioned logical levels of nodes – block level, inline level, or row level. The node level is used to describe the location in the document tree where the node is typically occur....documentation sometimes refers to a group of node classes as belonging...Header Footer Footnote Comment Shape GroupShape Cell StructuredDocumentTa...

    docs.aspose.com/words/nodejs-net/logical-levels...
  3. DocumentVisitor.visitGroupShapeEnd method | Asp...

    DocumentVisitor.visitGroupShapeEnd method. Called when enumeration of a group Shape has ended....Called when enumeration of a group shape has ended. visitGroupShapeEnd...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. 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...
  6. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....group(1) != null) && (matcher.group(1).length() >...> 0); mTarget = matcher.group(2); } // Gets or sets the display...

    reference.aspose.com/words/java/com.aspose.word...
  7. 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...
  8. 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. Methods...add(series_type) Adds a new series group of the specified series type...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 公共 API Aspose.Diagram 5.8.0 的变化|Documentation

    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....Initialize an array of shapes Shape [] shapes = new Shape [ 2 ]; // extract...extract and assign shapes to the array shapes [ 0 ]= diagram ....

    docs.aspose.com/diagram/zh/java/public-api-chan...
  10. 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-...