Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 46,952 for

shape

(0.25 sec)
  1. ShapeBase.DistanceLeft | Aspose.Words for .NET

    Discover the ShapeBase DistanceLeft property to easily adjust the distance in points between your document text and the left edge of Shapes for enhanced layout control....text and the left edge of the shape. public double DistanceLeft...Has effect only for top level shapes. Examples Shows how to set...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose::Words::Drawing::GroupShape class | Aspo...

    Aspose::Words::Drawing::GroupShape class. Represents a group of Shapes in a document. To learn more, visit the documentation article in C++....class Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...

    reference.aspose.com/words/cpp/aspose.words.dra...
  3. Fill.gradient_angle property | Aspose.Words for...

    Fill.gradient_angle property. Gets or sets the angle of the gradient fill....Examples Shows how to fill a shape with a gradients. doc = aw ...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageData.imageSize property | Aspose.Words for...

    ImageData.imageSize property. Gets the information about image size and resolution....Examples Shows how to resize a shape with an image. // When we insert...method, the builder scales the shape that displays the image so that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Fill.Pattern | Aspose.Words for .NET

    Discover the Fill Pattern property to easily access and customize PatternType for your designs. Enhance your projects with unique fill options!...for a shape. Document doc = new Document ( MyDir + "Shape stroke...pattern border.docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Fill.preset_texture property | Aspose.Words for...

    Fill.preset_texture property. Gets a [PresetTexture](../../presettexture/) for the fill....tiling the texture inside the shape. doc = aw . Document () builder...doc = doc ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ReflectionFormat.blur property | Aspose.Words f...

    ReflectionFormat.blur property. Gets or sets a double value that specifies the degree of blur effect applied to the reflection effect in points...to interact with reflection shape effect. doc = aw . Document...= MY_DIR + 'Various shapes.docx' ) shape = doc . get_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose::Words::Drawing::Fill::get_Opacity metho...

    Aspose::Words::Drawing::Fill::get_Opacity method. Gets or sets the degree of opacity of the specified fill as a value between 0.0 (clear) and 1.0 (opaque) in C++....Examples Shows how to fill a shape with a solid color. auto doc...then cover it with a floating shape. builder -> get_Font () -> set_Size...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 使用Node.js通过C++将智能艺术转换为组合形状|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....Contents [ Hide ] 可能的使用场景 你可以使用 Shape.getResultOfSmartArt() 方法将智能...,如截图所示。然后它将智能艺术形状转换为群组形状,并打印Shape.isGroup属性。请查看下面的示例代码控制台输出。 示例代码...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-the...
  10. DocumentVisitor.VisitGroupShapeEnd | Aspose.Wor...

    Discover the DocumentVisitor VisitGroupShapeEnd method, which efficiently signals the end of group Shape enumeration for seamless document processing....when enumeration of a group shape has ended. public virtual VisitorAction...Shows how to create a group of shapes, and print its contents using...

    reference.aspose.com/words/net/aspose.words/doc...