Stroke.visible property. Gets or sets a flag indicating whether the stroke is visible.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
PreferredWidth.from_points method. A creation method that returns a new instance that represents a preferred width specified using a number of points.... doc = aw . Document () builder = aw . DocumentBuilder...cell_format . preferred_width = aw . tables . PreferredWidth . from_points...
GradientStopCollection.add method. Adds a specified [GradientStop](../../gradientstop/) to a gradient....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
GradientStop.color property. Gets or sets a value representing the color of the gradient stop....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
Fill.gradientStops property. Gets a collection of [GradientStop](../../gradientstop/) objects for the fill....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...