TxtSaveOptionsBase.encoding property. Specifies the encoding to use when exporting in text formats...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
NodeCollection.contains method. Determines whether a node is in the collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...RunCollection manually. let newRun = new aw . Run ( doc , "Run 3. " ); runs...
Aspose.Words.Drawing.Chart class. Provides access to the chart shape properties...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
PdfSaveOptions.display_doc_title property. A flag specifying whether the window’s title bar should display the document title taken from the Title entry of the document information dictionary.... doc = aw . Document () builder = aw . DocumentBuilder...filename. pdf_save_options = aw . saving . PdfSaveOptions ()...
ChartAxis.number_format property. Returns a [ChartNumberFormat](../../chartnumberformat/) object that allows defining number formats for the axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
PdfSaveOptions.imageColorSpaceExportMode property. Specifies how the color space will be selected for the images in PDF document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions ();...