BuiltInDocumentProperties.author property. Gets or sets the name of the document's author....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Author:\t" ); builder . insertField ( aw . Fields . FieldType . FieldAuthor...
ChartSeriesGroup.axis_x property. Provides access to properties of the X axis of this series group.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartDataPointCollection.count property. Returns the number of [ChartDataPoint](../../chartdatapoint/) in this collection....chart_data_point (): doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...
StructuredDocumentTag.title property. Specifies the friendly name associated with this SDT... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...
TabStopCollection.after method. Gets a first tab stop to the right of the specified position....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...
TabStopCollection.before method. Gets a first tab stop to the left of the specified position.... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...
Aspose.Words.Math.OfficeMathJustification enumeration. Specifies the justification of the equation.... let doc = new aw . Document ( base . myDir + "Office... mathObjectType ). toEqual ( aw . Math . MathObjectType . OMathPara...
ListFormat.list property. Gets or sets the list this paragraph is a member of....let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...
Chart.series property. Provides access to series collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = appendChart ( builder , aw . Drawing . Charts . ChartType...
Aspose.Words.Drawing.Charts.ChartAxisType enumeration. Specifies type of chart axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chart = appendChart ( builder , aw . Drawing . Charts . ChartType...