Discover how the ShapeBase ZOrder property enhances your design by controlling the display order of overlapping Shapes for a clearer, more organized layout....display order of overlapping shapes. public int ZOrder { get ;...Has effect only for top level shapes. The default value is 0. The...
ShapeBase.top_relative property. Gets or sets the value that represents Shape's relative top position in percent....sets the value that represents shape’s relative top position in percent...a simple shape with absolute size and position. shape = builder...
DocumentVisitor.visit_Shape_start method. Called when enumeration of a Shape has started....visit_shape_start method visit_shape_start(shape) Called when...enumeration of a shape has started. def visit_shape_start ( self...
Set the TextureAlignment property to optimize tile texture fill. Easily customize alignment for enhanced visual appeal and design precision....tiling the texture inside the shape. Document doc = new Document...DocumentBuilder ( doc ); Shapeshape = builder . InsertShape (...
Discover the BaseForeColor property to access a Color object representing the true foreground color for your fill, enhancing your design's clarity and appeal....new DocumentBuilder (); Shapeshape = builder . InsertShape (... 40 ); shape . Fill . ForeColor = Color . Red ; shape . Fill...
ImageData.image_type property. Gets the type of the image....docx' ) # Get the collection of shapes from the document, # and save...save the image data of every shape with an image as a file to the...
Aspose::Words::Drawing::ShapeBase::get_HeightRelative method. Gets or sets the value that represents the percentage of Shape's relative height in C++....represents the percentage of shape’s relative height. float Aspose...( doc ); // Adding a simple shape with absolute size and position...
Enhance your documents with the DocumentBuilder InsertHorizontalRule method, effortlessly adding stylish horizontal lines for better organization and visual appeal....horizontal rule shape into the document. public Shape InsertHorizontalRule...InsertHorizontalRule () Return Value The shape that is a horizontal rule. Examples...