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 ....
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...
TabStopCollection.after method. Gets a first tab stop to the right of the specified position.... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...
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...
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...