Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 5,307 for

shape grouping

(0.07 sec)
  1. 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...
  2. Logical Levels of Nodes in a Document in C#|Asp...

    In Aspose.Words for .NET documentation mentioned logical levels of nodes – block level, inline level, or row level using C#. 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/net/logical-levels-of-nod...
  3. 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...
  4. Logical Levels of Nodes in a Document in Java|A...

    In Aspose.Words for Java 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/java/logical-levels-of-no...
  5. Logical Levels of Nodes in a Document|Aspose.Wo...

    In Aspose.Words for Python 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/python-net/logical-levels...
  6. Logical Levels of Nodes in a Document in C++|As...

    In Aspose.Words for C++ 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/cpp/logical-levels-of-nod...
  7. ChartSeriesCollection | Aspose.Words for Java

    Represents collection of a ChartSeries in Java.... Shape chartShape = builder.insertChart(ChartType...Insert a Sunburst chart. Shape shape = builder.insertChart(ChartType...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.PSD for .NET 21.11 - Release Notes|Docum...

    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....existing text layer to a layer group Bug PSDNET-988 IndexOutOfRangeExcep...UpdateText Bug PSDNET-989 Exported shapes have wrong coordinates in the...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  9. 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-...
  10. 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...