Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 42,335 for

shape

(0.05 sec)
  1. Chart.Axes | Aspose.Words for .NET

    Discover the Chart Axes property to access all chart axes effortlessly. Enhance your data visualization with comprehensive axis management....DocumentBuilder ( doc ); Shape shape = builder . InsertChart (...500 , 300 ); Chart chart = shape . Chart ; // Hide the major...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::CompositeNode class | Aspose.Wor...

    Aspose::Words::CompositeNode class. Base class for nodes that can contain other nodes. To learn more, visit the documentation article in C++....(); // Add two runs and one shape as child nodes to the first...world! " )); auto shape = MakeObject < Shape > ( doc , ShapeType...

    reference.aspose.com/words/cpp/aspose.words/com...
  3. Working with Watermark in Java|Aspose.Words for...

    Document watermark manipulation using Java....can also be inserted using shape class as well. It is very easy...easy to insert any shape or image into a header or footer and...

    docs.aspose.com/words/java/working-with-watermark/
  4. 从 Visio 中的形状中提取所有图像|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.... Diagram 类公开的 Shapes 属性支持 Aspose.Diagram.Shape 对象的集合。此属性可用于从特定页面中提取所有图像。...foreach ( Shape shape in diagram . Pages [ 0 ]. Shapes ) { //Filter...

    docs.aspose.com/diagram/zh/net/extract-all-imag...
  5. TextBoxWrapMode | Aspose.Words for Java

    Specifies how text wraps inside a Shape in Java....Specifies how text wraps inside a shape. Examples: Shows how to set...= new DocumentBuilder(doc); Shape textBoxShape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose::Words::Drawing::HorizontalRuleFormat cl...

    Aspose::Words::Drawing::HorizontalRuleFormat class. Represents horizontal rule formatting. To learn more, visit the documentation article in C++....more, visit the Working with Shapes documentation article. class...to insert a horizontal rule shape, and customize its formatting...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Forms2OleControl.group_name property | Aspose.W...

    Forms2OleControl.group_name property. Gets or sets a string that specifies a group of mutually exclusive controls...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Forms2OleControl.child_nodes property | Aspose....

    Forms2OleControl.child_nodes property. Gets collection of immediate child controls....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  9. GradientStopCollection | Aspose.Words for Java

    Contains a collection of GradientStop objects in Java....new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...insertShape(ShapeType.RECTANGLE, 80.0, 80.0); shape.getFill().twoColorGradient(Color...

    reference.aspose.com/words/java/com.aspose.word...
  10. 使用C++在非原始形状中插入数据|Documentation

    使用Aspose.Cells和C++访问和操作非原始形状中的数据。...您可以使用 Shape.AutoShapeType 属性检查它们的类型。 使用 Shape.GetPaths()...Accessing the user defined shape Shape shape = worksheet . GetShapes...

    docs.aspose.com/cells/zh/cpp/data-in-non-primit...