Aspose::Words::Drawing::RelativeVerticalPosition enum. Specifies to what the vertical position of a Shape or text frame is relative in C++....the vertical position of a shape or text frame is relative. enum...:: Words :: Drawing :: Shape > shape = builder -> InsertImage...
Discover ShapeBase. Easily manage decorative properties in your documents. Enhance visual appeal by setting flags for unique Shape designs....that specifies whether the shape is decorative in the document...; set ; } Remarks Note that shape having not empty AlternativeText...
Shape.hasImage property. Returns ``true`` if the Shape has image bytes or links an image....property Shape.hasImage property Returns true if the shape has image...Examples Shows how to delete all shapes with images from a document...
ShapeBase.title property. Gets or sets the title (caption) of the current Shape object....title (caption) of the current shape object. get title () : string...Shows how to set the title of a shape. let doc = new aw . Document...
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 ...
ShapeBase.behindText property. Specifies whether the Shape is below or above text....property Specifies whether the shape is below or above text. get...Has effect only for top level shapes. The default value is false...
ShapeBase.horizontalAlignment property. Specifies how the Shape is positioned horizontally....property Specifies how the shape is positioned horizontally....only for top level floating shapes. Examples Shows how to insert...
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...
Control Shape visibility with ShapeBase's hidden property. Easily toggle between visible and hidden for enhanced design flexibility....value indicating whether the shape is visible. public bool Hidden...Examples Shows how to hide the shape. Document doc = new Document...
Aspose::Words::Drawing::ShapeBase::get_ZOrder method. Determines the display order of overlapping Shapes in C++....display order of overlapping shapes. int32_t Aspose :: Words ::...Has effect only for top level shapes. The default value is 0. The...