Field.result property. Gets or sets text that is between the field separator and field end.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let field = builder . insertField...
Table.setBorder method. Sets the specified table border to the specified line style, width and color.... let doc = new aw . Document ( base ...."Tables.docx" ); let table = doc . firstSection . body . tables...
DocumentBuilder.start_column_bookmark method. Marks the current position in the Document as a column bookmark start... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . start_table () builder...
IChartDataPoint.marker property. Specifies a data marker...'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ChartMarker.symbol property. Gets or sets chart marker symbol....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ChartDataLabel.isVisible property. Returns ``true`` if this data label has something to display....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartMarker.size property. Gets or sets chart marker size...'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...