RevisionCollection.accept_all method. Accepts all revisions in this collection....doc_original = aw . Document () builder = aw . DocumentBuilder...) doc_edited = aw . Document () builder = aw . DocumentBuilder...
ChartAxis.hidden property. Gets or sets a flag indicating whether this axis is hidden or not.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
SaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used.... doc = aw . Document ( file_name = MY_DIR...we will save. save_options = aw . saving . HtmlSaveOptions ()...
Style.list_format property. Provides access to the list formatting properties of a paragraph style.... doc = aw . Document () builder = aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . PARAGRAPH , 'MyStyle1'...
Style.listFormat property. Provides access to the list formatting properties of a paragraph style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . Paragraph , "MyStyle1"...
SaveOptions.use_high_quality_rendering property. Gets or sets a value determining whether or not to use high quality (i.e... doc = aw . Document ( file_name = MY_DIR...'Rendering.docx' ) builder = aw . DocumentBuilder ( doc = doc...
PclSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . PclSaveOptions ();...
Aspose.Words.MeasurementUnits enumeration. Specifies the unit of measurement.... let doc = new aw . Document ( base . myDir + "Rendering...docx" ); let saveOptions = new aw . Saving . OdtSaveOptions ();...