Aspose.Words.BorderCollection class. A collection of [Border](../border/) objects...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...
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"...
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'...
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...
FieldChar.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the document.... doc = aw . Document () builder = aw . DocumentBuilder...field = builder . insert_field ( aw . fields . FieldType . FIELD_DATE...
aspose.words.fonts.FileFontSource class. Represents the single TrueType font file stored in the file system... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....
SignOptions.comments property. Specifies comments on the digital signature... certificate_holder = aw . digitalsignatures . CertificateHolder...+ 'morzal.pfx' , password = 'aw' ) # Create a comment and date...
Aspose.Words.Fields.FieldBuilder.buildAndInsert method... let doc = new aw . Document (); // A convenient...document builder. let builder = new aw . DocumentBuilder ( doc ); builder...
RevisionCollection.accept_all method. Accepts all revisions in this collection....doc_original = aw . Document () builder = aw . DocumentBuilder...) doc_edited = aw . Document () builder = aw . DocumentBuilder...
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 ()...