Discover the HorizontalRuleFormat Color property to customize your design. Easily set or get the brush color for a stunning horizontal rule effect!...to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc ); Shapeshape = builder . InsertHorizontalRule...
Discover the Stroke JoinStyle property to enhance your polylines with customizable join styles for smoother graphics and improved design flexibility....DocumentBuilder ( doc ); Shapeshape = builder . InsertShape (...WrapType . None ); // Basic shapes, such as the rectangle, have...
aspose.words.drawing.Fill.patterned method...Shows how to set pattern for a shape. doc = aw . Document ( file_name...MY_DIR + 'Shape stroke pattern border.docx' ) shape = doc . get_child...
ShapeBase.size_in_points property. Gets the size of the Shape in points....property Gets the size of the shape in points. @property def size_in_points...Examples Shows how to verify a shape’s size and markup language....
Discover the SignatureLine AllowComments property, enable signers to add comments in the Sign dialog for enhanced feedback. Default is false...."Senior Manager" }; // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...
SoftEdgeFormat.radius property. Gets or sets a double value that represents the length of the radius for a soft edge effect in points (pt)...DocumentBuilder () shape = builder . insert_shape ( shape_type = aw ...# Apply soft edge to the shape. shape . soft_edge . radius = 30...
Possible values for the orientation of a Shape in Java....orientation of a shape. Examples: Shows how to flip a shape on an axis...DocumentBuilder(doc); // Insert an image shape and leave its orientation in...