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

shape

(0.05 sec)
  1. OleFormat.SourceFullName | Aspose.Words for .NET

    Discover the OleFormat SourceFullName property, easily manage the path and name of your linked OLE object's source file for seamless integration....creates shapes that store these objects. Shape [] shapes = doc...GetChildNodes ( NodeType . Shape , true ). OfType < Shape >(). ToArray ();...

    reference.aspose.com/words/net/aspose.words.dra...
  2. DmlRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DmlRenderingMode enhances DrawingML Shape rendering for high-quality fixed page formats. Optimize your document visuals!...enumeration Specifies how DrawingML shapes are rendered to fixed page...Description Fallback 0 If fall-back shape is available for DrawingML,...

    reference.aspose.com/words/net/aspose.words.sav...
  3. CompositeNode.getShape method | Aspose.Words fo...

    CompositeNode.getShape method. Returns an Nth child [Shape](../../../aspose.words.drawing/Shape/) node....isDeep) Returns an Nth child Shape node. getShape ( index : number...Zero based index of the child Shape node to select. Negative indexes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. GradientStop.Position | Aspose.Words for .NET

    Discover the GradientStop Position property, easily set and adjust gradient stop positions from 0% to 100% for stunning visual effects in your designs....DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...ShapeType . Rectangle , 80 , 80 ); shape . Fill . TwoColorGradient (...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 自定义形状|Aspose.Slides 文档

    在 C++ 中向 PowerPoint 演示文稿添加自定义形状...SharedPtr < IShapeCollection > shapes = pres -> get_Slides () ->...) -> get_Shapes (); SharedPtr < GeometryShape > shape = System...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  6. Connector|Aspose.Slides Documentation

    Connect PowerPoint Shapes in C# or .NET...links two shapes together and stays attached to shapes even when...(green dots), which exist on all shapes by default. Connection dots...

    docs.aspose.com/slides/net/connector/
  7. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。...first shape which is a text box and set its text Shape shape = ws.... GetShapes (). Get ( 0 ); shape . SetText ( u "Sign up for your...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  8. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...450.0, 300.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  9. GradientStop | Aspose.Words for Java

    Represents one gradient stop 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. ImageType enumeration | Aspose.Words for Python

    aspose.words.drawing.ImageType enumeration. Specifies the type (format) of an image in a Microsoft Word document....Shows how to add an image to a shape and check its type. doc = aw...DocumentBuilder ( doc = doc ) img_shape = builder . insert_image ( file_name...

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