aspose.words.drawing.charts.AxisScaleType enumeration. Specifies the possible scale types for an axis.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Chart.dataTable property. Provides access to properties of a data table of this chart...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
FieldSet.bookmark_text property. Gets or sets the new text of the bookmark.... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_SET...
TextColumn.spaceAfter property. Gets or sets the space between this column and the next column in points...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..." ); builder . insertBreak ( aw . BreakType . ColumnBreak );...
Aspose.Words.Saving.SaveOptions.createSaveOptions method... let doc = new aw . Document ( base . myDir + "Rendering...saveOptions = aw . Saving . SaveOptions . createSaveOptions ( aw . SaveFormat...
Aspose.Words.Drawing.Fill.patterned method... let doc = new aw . Document ( base . myDir + "Shape...shape fill: fill . patterned ( aw . Drawing . PatternType . DiagonalBrick...
DocumentBuilder.current_story property. Gets the story that is currently selected in this [DocumentBuilder](../).... doc = aw . Document () builder = aw . DocumentBuilder...parent_node ) self . assertEqual ( aw . StoryType . MAIN_TEXT , builder...