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 (...
Aspose::Words::Drawing::ShadowFormat::get_Color method. Gets or sets a Color object that represents the color for the shadow. The default value is Black in C++....docx" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...
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...
ShapeBase.name property. Gets or sets the optional Shape name....property Gets or sets the optional shape name. @property def name ( self...Examples Shows how to use a shape’s alternative text. doc = aw...
Aspose::Words::Fields::FieldEmbed class. Implements the EMBED field. To learn more, visit the documentation article 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...
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 ...
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...
Discover the ShapeBase Font property for easy font formatting access. Enhance your designs with customizable text styles and unique typography options...." ); Shapeshape = builder . InsertShape (..., 50 ); builder . MoveTo ( shape . LastParagraph ); builder ...
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...