GradientStop.transparency property. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
Paragraph.get_text method. Gets the text of this paragraph including the end of paragraph character.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...
GradientStopCollection.remove_at method. Removes a [GradientStop](../../gradientstop/) from the collection at a specified index.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
ChartAxis.type property. Returns type of the axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = appendChart ( builder , aw . Drawing . Charts . ChartType...
Story.delete_shapes method. Deletes all shapes from the text of this story.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . CUBE...
Table.horizontalAnchor property. Gets the base object from which the horizontal positioning of floating table should be calculated... let doc = new aw . Document ( base . myDir + "Table...if ( table . textWrapping == aw . Tables . TextWrapping . Around...
FieldListNum.starting_number property. Gets or sets the starting value for this field.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...
FieldListNum.list_level property. Gets or sets the level in the list, overriding the default behavior of the field.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_LIST_NUM...