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...
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...
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...
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...
ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting.... doc = aw . Document () # A blank document...root document node. section = aw . Section ( doc ) doc . append_child...
PreferredWidth.fromPercent method. A creation method that returns a new instance that represents a preferred width specified as a percentage....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...#3" ); table . preferredWidth = aw . Tables . PreferredWidth . fromPercent...
ParagraphFormat.isHeading property. True when the paragraph style is one of the built-in Heading styles....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...
Font.subscript property. True if the font is formatted as subscript.... doc = aw . Document () para = doc . get_child ( aw . NodeType...points above the baseline. run = aw . Run ( doc = doc , text = 'Raised...