ChartDataLabelCollection.showCategoryName property. Allows to specify whether category name is to be displayed for the data labels of the entire series...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = builder . insertChart ( aw . Drawing . Charts . ChartType...
ConditionalStyle.clearFormatting method. Clears formatting of this conditional style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...tableStyle = doc . styles . add ( aw . StyleType . Table , "MyTableStyle1"...
FieldComments.text property. Gets or sets the text of the comments.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_COMMENTS...
ChartDataLabelCollection.showSeriesName property. Returns or sets a Boolean to indicate the series name display behavior for the data labels of the entire series...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = builder . insertChart ( aw . Drawing . Charts . ChartType...
SaveOptions.updateLastPrintedProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastPrinted](../../../aspose.words.properties/builtindocumentproperties/lastPrinted/) property is updated before saving.... let doc = new aw . Document (); doc . builtInDocumentPrope...print date. let saveOptions = new aw . Saving . DocSaveOptions ();...
HtmlSaveOptions.exportOriginalUrlForLinkedImages property. Specifies whether original URL should be used as the URL of the linked images... let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . HtmlSaveOptions ();...
ChartSeries.format property. Provides access to fill and line formatting of the series....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...