Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 42,876 for

shape

(0.05 sec)
  1. ShapeBase.Top | Aspose.Words for .NET

    Discover ShapeBase Top property. Easily control the top edge position of your Shape's container for precise layout and design flexibility....the containing block of the shape. public double Top { get ; set...; } Remarks For a top-level shape, the value is in points and...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 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...
  3. ShapeBase.parent_paragraph property | Aspose.Wo...

    ShapeBase.parent_paragraph property. Returns the immediate parent paragraph....For child shapes of a group shape and child shapes of an Office...'Hello world!' ) shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Drawing::ShapeBase::AdjustWithEf...

    Aspose::Words::Drawing::ShapeBase::AdjustWithEffects method. Adds to the source rectangle values of the effect extent and returns the final rectangle in C++....check how a shape’s bounds are affected by shape effects. auto...MakeObject < Document > ( MyDir + u "Shape shadow effect.docx" ); ArrayPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. ShapeBase.parentParagraph property | Aspose.Wor...

    ShapeBase.parentParagraph property. Returns the immediate parent paragraph....For child shapes of a group shape and child shapes of an Office...writeln ( "Hello world!" ); let shape = builder . insertShape ( aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ShapeBase.Font | Aspose.Words for .NET

    Discover the ShapeBase Font property for easy font formatting access. Enhance your designs with customizable text styles and unique typography options...." ); Shape shape = builder . InsertShape (..., 50 ); builder . MoveTo ( shape . LastParagraph ); builder ...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the brush color that fills the closed path of the Shape....fill_color property Shape.fill_color property Defines the brush...fills the closed path of the shape. @property def fill_color (...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.CurrentSection | Aspose.Words f...

    Discover the DocumentBuilder CurrentSection property to easily access and manage the selected section in your document, enhancing your editing experience....DocumentBuilder ( doc ); Shape shape = builder . InsertImage (...( ImageDir + "Logo.jpg" ); shape . WrapType = WrapType . None...

    reference.aspose.com/words/net/aspose.words/doc...
  9. GradientStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GradientStyle enum for customizable gradient fill styles, enhancing your document designs with vibrant visuals....Examples Shows how to fill a shape with a gradients. Document doc...DocumentBuilder ( doc ); Shape shape = builder . InsertShape (...

    reference.aspose.com/words/net/aspose.words.dra...
  10. ShapeBase | Aspose.Words for Java

    Base class for objects in the drawing layer such as an AutoShape freeform OLE object ActiveX control or picture in Java....more, visit the Working with Shapes documentation article. Remarks:...instantiate are Shape and GroupShape . A shape is a node in the...

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