BuildVersionInfo.version property. Gets the product version....log ( `I am currently using ${ aw . BuildVersionInfo . product...product } , version number ${ aw . BuildVersionInfo . version } !` );...
ChartDataTable.has_vertical_border property. Gets or sets a flag indicating whether a vertical border of the data table is displayed... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
aspose.words.layout.RevisionColor enumeration. Allows to specify color of document revisions.... doc = aw . Document () builder = aw . DocumentBuilder...revision_options . inserted_text_color = aw . layout . RevisionColor . BRIGHT_GREEN...
ChartDataLabel.isVisible property. Returns ``true`` if this data label has something to display....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartSeries.dataLabels property. Specifies the settings for the data labels for the entire series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
OoxmlSaveOptions.compression_level property. Specifies the compression level used to save document... doc = aw . Document ( MY_DIR + 'Big document...save_options = aw . saving . OoxmlSaveOptions ( aw . SaveFormat...
Border.equals method. Determines whether the specified border is equal in value to the current border.... doc = aw . Document () builder = aw . DocumentBuilder...ders : border . line_style = aw . LineStyle . DOT_DASH # After...
HtmlSaveOptions.exportDropDownFormFieldAsText property. Controls how drop-down form fields are saved to HTML or MHTML...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...<option> tags. let options = new aw . Saving . HtmlSaveOptions ();...
Aspose.Words.Saving.NumeralFormat enumeration. Indicates the symbol set that is used to represent numbers while rendering to fixed page formats....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions ();...