HtmlSaveOptions.imagesFolder property. Specifies the physical folder where images are saved when exporting a document to HTML format... let doc = new aw . Document ( base . myDir + "Rendering...options = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...
ChartSeries.has_data_labels property. Gets or sets a flag indicating whether data labels are displayed for the series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ParagraphFormat.suppress_line_numbers property. Specifies whether the current paragraph's lines should be exempted from line numbering which is applied in the parent section.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
Style.remove method. Removes the specified style from the document....new aw . Document (); let style = doc . styles . add ( aw . StyleType...automaticallyUpdate = true ; let builder = new aw . DocumentBuilder ( doc ); //...
PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
DocumentProperty.toDateTime method. Returns the property value as DateTime in UTC.... let doc = new aw . Document (); let date = new...document properties. let doc = new aw . Document (); let properties...
DocumentBuilder.current_structured_document_tag property. Gets the structured document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name = MY_DIR...document tags.docx' ) builder = aw . DocumentBuilder ( doc = doc...
HtmlSaveOptions.resourceFolderAlias property. Specifies the name of the folder used to construct URIs of all resources written into an HTML document... let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . HtmlSaveOptions ();...