Shape.strokeColor property. Defines the color of a stroke....strokeColor property Shape.strokeColor property Defines the color...Examples Shows how to fill a shape with a solid color. let doc...
aspose.words.drawing.WrapSide enumeration. Specifies what side(s) of the Shape or picture the text wraps around....Specifies what side(s) of the shape or picture the text wraps around...wraps on both sides of the shape. LEFT The document text wraps...
NodeCollection.toArray method. Copies all nodes from the collection to a new array of nodes....replace all textbox shapes with image shapes. let doc = new aw...let shapes = doc . getChildNodes ( aw . NodeType . Shape , true...
This section explains how to apply a preset theme to a page or a Shape with Aspose.Diagram....Preset theme to a Page or a Shape This article can be useful to...a uniform look and feel to shapes within a page, and across multiple...
This section explains how to apply a preset theme to a page or a Shape with Aspose.Diagram....Preset theme to a Page or a Shape This article can be useful to...a uniform look and feel to shapes within a page, and across multiple...
Fill.gradientVariant property. Gets the gradient variant [GradientVariant](../../gradientvariant/) for the fill....Examples Shows how to fill a shape with a gradients. let doc =...DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...
ShapeBase.get_Shape_renderer method. Creates and returns an object that can be used to render this Shape into an image....get_shape_renderer method get_shape_renderer() Creates and returns...to render this shape into an image. def get_shape_renderer ( self...
aspose.words.drawing.RelativeHorizontalSize enumeration. Specifies relatively to what the width of a Shape or a text frame is calculated horizontally....relatively to what the width of a shape or a text frame is calculated...a simple shape with absolute size and position. shape = builder...
Aspose::Words::Drawing::Fill::TwoColorGradient method. Sets the specified fill to a two-color gradient in C++....Examples Shows how to fill a shape with a gradients. auto doc =...:: Words :: Drawing :: Shape > shape = builder -> InsertShape...