FileFormatInfo.encoding property. Gets the detected encoding if applicable to the current document format... let info = aw . FileFormatUtil . detectFileFormat...info . loadFormat ). toEqual ( aw . LoadFormat . Html ); // The...
Font.complexScript property. Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...
Document.update_list_labels method. Updates list labels for all list items in the document.... doc = aw . Document ( file_name = MY_DIR...paras = doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...
HtmlSaveOptions.export_original_url_for_linked_images property. Specifies whether original URL should be used as the URL of the linked images... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) options = aw . saving . HtmlSaveOptions ()...
HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...
TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let txtSaveOptions = new aw . Saving . TxtSaveOptions ();...
NodeCollection.insert method. Inserts a node into the collection at the specified index.... doc = aw . Document () builder = aw . DocumentBuilder...RunCollection manually. new_run = aw . Run ( doc = doc , text = 'Run...
ChartDataLabel.showLeaderLines property. Allows to specify if data label leader lines need be shown...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...