ChartDataPoint.format property. Provides access to fill and line formatting of this data point....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
DocumentVisitor.visitFieldEnd method. Called when a field ends in the document....'FieldToText' , () => { let doc = new aw . Document ( base . myDir + ... getText () + "\"" ); return aw . VisitorAction . Continue ;...
VbaReference.libId property. Gets a string value containing the identifier of an Automation type library....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...
FieldTC.entry_level property. Gets or sets the level of the entry.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...
FieldTC.omit_page_number property. Gets or sets whether page number in TOC should be omitted for this field.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_TOC...
MailMergerContext.set_simple_data_source method. Sets data source used to execute simple mail merge....'Classified' ] mail_merger_context = aw . lowcode . MailMergerContext...mail_merge_options . trim_whitespaces = True aw . lowcode . MailMerger . create...
aspose.words.drawing.charts.MarkerSymbol enumeration. Specifies marker symbol style....words as aw import aspose.pydrawing as drawing doc = aw . Document...Document () builder = aw . DocumentBuilder ( doc = doc ) shape =...
Aspose.Words.NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...docToInsert = new aw . Document (); builder = new aw . DocumentBuilder...