GradientStopCollection.insert method. Inserts a [GradientStop](../../gradientstop/) to the collection at a specified index....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
CompositeNode.count property. Gets the number of immediate children of this node.... doc = aw . Document () # An empty document...first_paragraph paragraph_text = aw . Run ( doc = doc , text = 'Initial...
SignatureLineOptions.instructions property. Gets or sets instructions to the signer that are displayed on signing the signature line... doc = aw . Document () builder = aw . DocumentBuilder...doc ) signature_line_options = aw . SignatureLineOptions () si...
GradientStopCollection.remove method. Removes a specified [GradientStop](../../gradientstop/) from the collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertShape ( aw . Drawing . ShapeType . Rectangle...
FootnoteOptions.start_number property. Specifies the starting number or character for the first automatically numbered footnotes.... doc = aw . Document () builder = aw . DocumentBuilder...insert_footnote ( footnote_type = aw . notes . FootnoteType . FOOTNOTE...
Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
CellFormat.verticalMerge property. Specifies how the cell is merged with other cells vertically....'CheckCellsMerged' , () => { let doc = new aw . Document ( base . myDir + "Table...cellFormat . horizontalMerge != aw . Tables . CellMerge . None ;...
TabStopCollection.getPositionByIndex method. Gets the position (in points) of the tab stop at the specified index.... let doc = new aw . Document (); let tabStops =...add ( aw . ConvertUtil . millimeterToPoint ( 30 ), aw . TabAlignment...
Table.setBorder method. Sets the specified table border to the specified line style, width and color.... let doc = new aw . Document ( base . myDir + "Tables...the page. table . alignment = aw . Tables . TableAlignment . Center...
GradientStop.base_color property. Gets a value representing the color of the gradient stop without any modifiers.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...