aspose.words.saving.HtmlVersion enumeration. Indicates the version of HTML is used when saving the document to [SaveFormat.HTML](../../aspose.words/saveformat/#HTML) and [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML) formats.... doc = aw . Document ( file_name = MY_DIR...docx' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...
HtmlSaveOptions.htmlVersion property. Specifies version of HTML standard that should be used when saving the document to HTML or MHTML... let doc = new aw . Document ( base . myDir + "Rendering...options = new aw . Saving . HtmlSaveOptions ( aw . SaveFormat...
Document.original_file_name property. Gets the original file name of the document.... doc = aw . Document ( file_name = MY_DIR...original_file_name ) self . assertEqual ( aw . LoadFormat . DOCX , doc . ...
Aspose.Words.Notes.FootnoteNumberingRule enumeration. Determines when automatic footnote or endnote numbering restarts....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...); builder . insertFootnote ( aw . Notes . FootnoteType . Footnote...
aspose.words.drawing.charts.ChartXValue class. Represents an X value for a chart series.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
DocumentBuilder.moveToSection method. Moves the cursor to the beginning of the body in a specified section....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderFirst...
DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . DocSaveOptions ( aw . SaveFormat ...
PdfDigitalSignatureDetails.certificateHolder property. Returns the certificate holder object that contains the certificate was used to sign the document....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); let certificateHolder = aw . DigitalSignatures . CertificateHolder...
DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . DocSaveOptions ( aw . SaveFormat ...