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...
ChartDataLabel.numberFormat property. Returns number format of the parent element....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
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 ();...
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...
PdfSaveOptions.header_footer_bookmarks_export_mode property. Determines how bookmarks in headers/footers are exported.... doc = aw . Document ( file_name = MY_DIR...document to .PDF. save_options = aw . saving . PdfSaveOptions ()...
ChartDataLabel.showValue property. Allows to specify if values are to be displayed in the data labels...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartDataLabel.clearFormat method. Clears format of this data label...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...
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 ();...