Discover the ShapeRenderer constructor to easily create and customize Shapes in your projects, enhancing visual appeal and functionality....ShapeBase shape ) Parameter Type Description shape ShapeBase...ShapeBase The DrawinML shape object that you want to render. Examples...
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::ImageSize::get_HorizontalResolution method. Gets the horizontal resolution in DPI in C++....properties of an image in a shape. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Insert a shape into the document which contains...
Aspose::Words::Drawing::ImageSize::get_VerticalResolution method. Gets the vertical resolution in DPI in C++....properties of an image in a shape. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Insert a shape into the document which contains...
Aspose::Words::Drawing::ImageSize::get_WidthPixels method. Gets the width of the image in pixels in C++....properties of an image in a shape. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // Insert a shape into the document which contains...
Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped Shapes in your documents for enhanced visual appeal....class Represents a group of shapes in a document. To learn more...visit the How to Add Group Shape into a Word Document documentation...
Aspose::Words::Fields::FieldShape::get_Text method. Gets or sets the text to retrieve in C++....Microsoft Word fields such as SHAPE and EMBED are handled during...we will see a SHAPE and an EMBED field. // A SHAPE field is the...
ImageSize.widthPoints property. Gets the width of the image in points...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...
Fill.gradientStyle property. Gets the gradient style [GradientStyle](../../gradientstyle/) for the fill....Examples Shows how to fill a shape with a gradients. let doc =...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...