FolderFontSource.scan_subfolders property. Determines whether or not to scan the subfolders.... folder_font_source = aw . fonts . FolderFontSource (...1 ) doc = aw . Document () doc . font_settings = aw . fonts ....
Border.tintAndShade property. Gets or sets a double value that lightens or darkens a color....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...4.0 ; topBorder . lineStyle = aw . LineStyle . DashSmallGap ;...
Table.ensure_minimum method. If the table has no rows, creates and appends one [Row](../../row/).... doc = aw . Document () table = aw . tables . Table...0 , table . get_child_nodes ( aw . NodeType . ANY , True ) . count...
aspose.words.fonts.FontSourceType enumeration. Specifies the type of font source.... file_font_source = aw . fonts . FileFontSource ( file_path...0 ) doc = aw . Document () doc . font_settings = aw . fonts ....
StructuredDocumentTag.buildingBlockCategory property. Specifies category of building block for this SDT node...= new aw . Document (); let buildingBlockSdt = new aw . Markup...doc , aw . Markup . SdtType . BuildingBlockGallery , aw . Markup...
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...
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 ))...
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...
StructuredDocumentTag.endCharacterFont property. Font formatting that will be applied to the last character of text entered into SDT.... let doc = new aw . Document (); // Create a structured...tag = new aw . Markup . StructuredDocumentTa ( doc , aw . Markup...