Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 48,782 for

shape

(0.38 sec)
  1. ShapeBase.fill property | Aspose.Words for Python

    ShapeBase.fill property. Gets fill formatting for the Shape....Gets fill formatting for the shape. @property def fill ( self )...Examples Shows how to fill a shape with a solid color. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ImageData class | Aspose.Words for Python

    aspose.words.drawing.ImageData class. Defines an image for a Shape...class Defines an image for a shape. To learn more, visit the Working...documentation article. Remarks Use the Shape.image_data property to access...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RelativeVerticalPosition Enum | Aspose.Words fo...

    Discover the Aspose.Words.Drawing.RelativeVerticalPosition enum to define vertical positioning for Shapes and text frames effectively and enhance document layouts....the vertical position of a shape or text frame is relative. public...it to the page's center. Shape shape = builder . InsertImage (...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Drawing::ShapeBase::get_Right me...

    Aspose::Words::Drawing::ShapeBase::get_Right method. Gets the position of the right edge of the containing block of the Shape in C++....the containing block of the shape. double Aspose :: Words :: Drawing...() Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ShapeBase.left property | Aspose.Words for Node.js

    ShapeBase.left property. Gets or sets the position of the left edge of the containing block of the Shape....the containing block of the shape. get left () : number Remarks...Remarks For a top-level shape, the value is in points and relative...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.top property | Aspose.Words for Python

    ShapeBase.top property. Gets or sets the position of the top edge of the containing block of the Shape....the containing block of the shape. @property def top ( self )..... Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/python-net/aspose.wo...
  7. GroupShape.Accept | Aspose.Words for .NET

    Discover the GroupShape Accept method to seamlessly engage visitors and enhance user experience on your website. Boost interaction today!...Accept for all child shapes of this group shape and calls VisitGroupShapeEnd...Shows how to create a group of shapes, and print its contents using...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextPath.shadow property | Aspose.Words for Python

    TextPath.shadow property. Defines whether a shadow is applied to the text on a text path....object to display text in a shape that we can re-size and move...argument to set a shape for the WordArt. shape = append_word_art...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Drawing::ReflectionFormat::Remov...

    Aspose::Words::Drawing::ReflectionFormat::Remove method. Removes ReflectionFormat from the parent object in C++....to interact with reflection shape effect. auto doc = System ::...get_MyDir () + u "Various shapes.docx" ); auto shape = System :: ExplicitCast...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...ShadowFormat shadowFormat = shape.getShadowFormat(); Assert.assertEquals(Color...

    reference.aspose.com/words/java/com.aspose.word...